CDO.MESSAGE With HTTP Protocol
am 04.05.2007 01:01:53 von rn5a
Using CDO.MESSAGE, can e-mails in ASP be sent using the HTTP protocol
instead of the SMTP protocol? If yes, then how? If no, then is there
any other way to send e-mails in ASP using the HTTP protocol?
Re: CDO.MESSAGE With HTTP Protocol
am 04.05.2007 09:31:29 von Anthony Jones
wrote in message
news:1178233313.471969.52940@y5g2000hsa.googlegroups.com...
> Using CDO.MESSAGE, can e-mails in ASP be sent using the HTTP protocol
> instead of the SMTP protocol? If yes, then how? If no, then is there
> any other way to send e-mails in ASP using the HTTP protocol?
>
You would need a web mail service provider to supply an HTTP based API to
allow that. Microsoft, Google and Yahoo may have an API you can use.
Are you sure that's what you really need? What's wrong with bog standard
SMTP? Firewall issues?
Re: CDO.MESSAGE With HTTP Protocol
am 05.05.2007 00:36:12 von rn5a
On May 4, 12:31 pm, "Anthony Jones" wrote:
> wrote in message
>
> news:1178233313.471969.52940@y5g2000hsa.googlegroups.com...
>
> > Using CDO.MESSAGE, can e-mails in ASP be sent using the HTTP protocol
> > instead of the SMTP protocol? If yes, then how? If no, then is there
> > any other way to send e-mails in ASP using the HTTP protocol?
>
> You would need a web mail service provider to supply an HTTP based API to
> allow that. Microsoft, Google and Yahoo may have an API you can use.
>
> Are you sure that's what you really need? What's wrong with bog standard
> SMTP? Firewall issues?
Nothing's wrong with SMTP; it's working fine. It was just my
inquisitiveness which prompted me to ask this question.
Thanks,
Regards,
RON