As stated in subject.
How do i do it? I'm doing it on Eclipse Galileo using php.
Would really appreciate the help.
|
feedback
|
|
Just like this:
See the php mail() documentation for more advanced usage. | |||||||
feedback
|
|
You can use php mail function simply. But I would suggest you to use PHPMailer. PHPMailer library has lots of options. You can set attachment, message as text or html, bcc, cc, reply to very easily. | |||
|
feedback
|