jasonc Posted February 3, 2008 Share Posted February 3, 2008 I have been using the mail() command for some time but recently my host is turning this feature off so the 'nobody@...' does not send emails out from server! I have a members section on my community site and need to have their details sent out when they join the forums, but due to the feature being turned off they do not get it. Is there another method to send emails out via the server that does not require the mail() or nobody@.. feature? thanks Link to comment https://forums.phpfreaks.com/topic/89179-alternatives-to-mail/ Share on other sites More sharing options...
haku Posted February 3, 2008 Share Posted February 3, 2008 use the phpmailer class. Its a free addon. There are instructions on their site about how to install it, and how to use it, and its quite straightforward. You will need to set up your mails so they are sending as smpt. Good luck. Link to comment https://forums.phpfreaks.com/topic/89179-alternatives-to-mail/#findComment-456677 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.