Page 1 of 1

Mail Problem

Posted: Fri Nov 03, 2006 4:31 am
by hmsg
Hi.

I have a process_form.php file that makes a insert query for a database, that is all ok, now i want that after making a insert in my DB to send a e-mail to a certain email, is there any easy way to do that?

I already have a variable with the to, subject and message, but i don't know how to send the e-mail now, using my email software in my server! I just need a simple send e-mail.


With the best regards

Hugo Gomes
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:3. Do not make multiple, identical posts. This is viewed as spam and will be deleted.

Posted: Fri Nov 03, 2006 4:33 am
by volka
http://www.php.net/manual/en/
LXXV. Mail Functions
index.php
Swiftmailer
Swiftmailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.