Posted by OmegaJunior on 02/03/07 14:14
On Sat, 03 Feb 2007 04:56:48 +0100, Kevin Raleigh <kraleigh@sbcglobal.net>
wrote:
> I appreciate all the feed back.
> (...)
>
> All I needed to use .asp was Client for Microsoft Networks installed in
> my
> networking properties.
> Very cool...
>
> One more step closer to starting that mail app I want to build.
>
> insight always appreciated
> Thank You
> Kevin
>
>
You're going to build a mail app with ASP? Oh boy, are you in for a bad
surprise. It took me weeks to figure out how to send mail using ASP. One
difficulty was that the ASP server and the mail server were two different
machines.
In that case you are better off using PHP's Sendmail functionality.
Either way, make sure you read up on header injection to prevent anyone
from using your mail app as a spamming device.
http://www.securephpwiki.com/index.php/Email_Injection
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
[Back to original message]
|