You need SMTP. Look at System.Mail
> Hi guys!
>
[quoted text clipped - 11 lines]
>
> Thanks in advance!
Mark Rae - 15 Mar 2007 01:41 GMT
> You need SMTP. Look at System.Mail
System.Mail doesn't exist...
Look at System.Net.Mail, or System.Web.Mail for earlier versions...
http://www.systemnetmail.com/
http://www.systemwebmail.com/
Scott M. - 15 Mar 2007 01:50 GMT
Yeah, that's the ticket!
>> You need SMTP. Look at System.Mail
>
[quoted text clipped - 4 lines]
> http://www.systemnetmail.com/
> http://www.systemwebmail.com/
patrickdrd - 15 Mar 2007 01:45 GMT
1) in php I think it can be done without smtp...
can't I do without?
2) any sample code?
> You need SMTP. Look at System.Mail
>
[quoted text clipped - 13 lines]
> >
> > Thanks in advance!
Scott M. - 15 Mar 2007 01:51 GMT
You'll always need a mail server and even though I'm not familiar with PHP,
I can't imagine how it could send mail without it.
> 1) in php I think it can be done without smtp...
> can't I do without?
[quoted text clipped - 18 lines]
>> >
>> > Thanks in advance!
Ravindu Denawaka - 03 May 2007 01:12 GMT
Yeap Scott M ! As far as I knw you can not send emails with out a SMTP
Michael White - 12 Jul 2007 14:35 GMT
PHP uses the underlining smtp server of the system that it installed on.
Use PHP Info to find out what your server is set up with.