ssuresh07 Posted November 13, 2008 Share Posted November 13, 2008 I'm creating a feedback form which sends mail to the user and website. how to send it. Link to comment https://forums.phpfreaks.com/topic/132543-how-to-send-mail-from-local-server-and-remote-server/ Share on other sites More sharing options...
trq Posted November 13, 2008 Share Posted November 13, 2008 mail. Link to comment https://forums.phpfreaks.com/topic/132543-how-to-send-mail-from-local-server-and-remote-server/#findComment-689231 Share on other sites More sharing options...
chronister Posted November 15, 2008 Share Posted November 15, 2008 Check out phpmailer. It is a GREAT easy to use php mail class. I used to use the mail function and it works fine. But it became a pain to create html, non-html and attach files. I fought with trying to get an attachment to send properly for hours and then downloaded PHPmailer got me what I wanted in about 20 minutes of reading documentation. http://phpmailer.codeworxtech.com/ Link to comment https://forums.phpfreaks.com/topic/132543-how-to-send-mail-from-local-server-and-remote-server/#findComment-690961 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.