whi01135879 Posted October 27, 2010 Share Posted October 27, 2010 hi everyone.. im new to php and would like to know how to create a email sender, that can be written on a cms and then sent to every persons email that registered... thanks Quote Link to comment Share on other sites More sharing options...
Pikachu2000 Posted October 27, 2010 Share Posted October 27, 2010 Have you Googled this? There has to be a ton of newsletter scripts out there. Quote Link to comment Share on other sites More sharing options...
whi01135879 Posted October 27, 2010 Author Share Posted October 27, 2010 yea i hev seen loads of different ways. but i would just like to see some recommendations. thankyou Quote Link to comment Share on other sites More sharing options...
JonnoTheDev Posted October 28, 2010 Share Posted October 28, 2010 For sending bulk email I mostly use Swiftmailer. http://swiftmailer.org/ I use a server running WHM & Exim that Swiftmailer can connect to over SMTP from the webserver (actioned by the administrator using the website CMS) and que up email. You can use any SMTP server to send email through (as long as it allows this), however beware of limitations such as the number of emails you can send in one batch (applies to free email servers like Hotmail, GMail, etc). For large email lists you should avoid using php's native mail() function via a loop. Quote Link to comment 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.