Page 1 of 1

How to Send Email

Posted: Tue Jan 09, 2007 2:03 am
by sarbas
Sir,
i donno hw to send email in my php program. It's possible to send email from localhost?.... if it's not possible then hw to send using server?...

hopefully waiting for your reply
Sarbas.
thanks and regards

Posted: Tue Jan 09, 2007 2:05 am
by Christopher

Posted: Tue Jan 09, 2007 2:06 am
by aaronhall
It's possible as long as you have some sort of SMTP server implemented. PHP has a function that makes it real easy. Oddly enough, they called it mail().