Click to See Complete Forum and Search --> : Sending email in PhP


kidu
February 14th, 2005, 03:01 PM
Can u please tell me how can I send email automatically in PHP COde?

AndyTower
February 14th, 2005, 07:41 PM
Can u please tell me how can I send email automatically in PHP COde?

See function mail (string to, string subject, string message [, string additional_headers [, string additional_parameters]])

It's very easy...

blueday54555
February 15th, 2005, 03:43 AM
check out

http://de.php.net/manual/en/ref.mail.php

svenhag
February 19th, 2005, 09:07 AM
You might want to check out this http://phpmailer.sourceforge.net/. It's very easy to use and it works great.