timlondon Posted October 11, 2007 Share Posted October 11, 2007 I need to pick up an email address from mysql and send an email but I don't want to use mail() due to the problems with hotmail not receiving them. Any suggestions on a different method and any good tutorial links???? Quote Link to comment https://forums.phpfreaks.com/topic/72778-mail-alternatives/ Share on other sites More sharing options...
kirk112 Posted October 11, 2007 Share Posted October 11, 2007 http://www.swiftmailer.org/ Swift is a fully OOP library for sending e-mails from PHP websites and applications. It does not rely on PHP's native mail() function which is known for using high server resources when sending multiple emails. Instead, Swift communicates directly with an SMTP server or a MTA binary to send mail quickly and efficiently. Quote Link to comment https://forums.phpfreaks.com/topic/72778-mail-alternatives/#findComment-367034 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.