almystersv Posted March 1, 2008 Share Posted March 1, 2008 Hi Guys, I would like for my system to send emails automatically when a button is clicked. I was jsut wondering how difficult this whole process is and if its worth me forgetting the idea and adopting a different approach. What is required for an email to be sent using php script?? Thanks Link to comment https://forums.phpfreaks.com/topic/93873-sending-emails-in-php/ Share on other sites More sharing options...
Solarpitch Posted March 1, 2008 Share Posted March 1, 2008 Its very easy to send mails in php using the mail() function. Bascially does everything for ya. Check out http://ie.php.net/mail Link to comment https://forums.phpfreaks.com/topic/93873-sending-emails-in-php/#findComment-480982 Share on other sites More sharing options...
phpSensei Posted March 1, 2008 Share Posted March 1, 2008 first of all, check if you have an SMTP with your server Then follow the link provided above... Link to comment https://forums.phpfreaks.com/topic/93873-sending-emails-in-php/#findComment-480984 Share on other sites More sharing options...
QuietWhistler Posted March 1, 2008 Share Posted March 1, 2008 A better alternative for emailing with php though is PHP Mailer: http://phpmailer.codeworxtech.com/ Link to comment https://forums.phpfreaks.com/topic/93873-sending-emails-in-php/#findComment-480994 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.