Mail Problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
hmsg
Forum Commoner
Posts: 42
Joined: Sun May 14, 2006 9:48 am

Mail Problem

Post 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.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post 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.
Post Reply