Sending Email With PHP Comments (0)
by Wez Pyke - August 4, 2008 in PHP,Text Tutorials

Email is used by most people that use the internet and is good for sending activation codes and notifications to users when you have a website.

To send an email you use the mail() function and it requires 3 parameters.

(more...)