Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm just a beginner of a PHP coding. I need to know normally industry they how to trigger Newsletter to client? is it use software/website like https://www.phplist.com/ ? or cronjob trigger a 'sendmail.php' and use phpmailer send bulk email ? THANKS!

share|improve this question

closed as not a real question by Shivan Raptor, Damien Pirsy, Jocelyn, sevenseacat, Oldskool Jan 19 at 12:44

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

2 Answers

up vote 0 down vote accepted

This is not really a programming question.

For newsletter, first you have to collect the emails of your target audience, then trigger email blast using loop of email function. Nothing magical.

There are some Email Blast software (if you want to use software instead of PHP) that helps you to do so, such as SendBlaster.

share|improve this answer

You can use sendmail but the burden tends to be the rarity of whitelisted IP's these days. You'll want to use a third-party email service for sending out newsletters or you'll risk a large percentage of your emails getting bounced or junked.

There are a zillion of them. Google and decide which best fits your price point. Sendmail is mainly for one-off emails like "thanks for joining" or "here's a link to reset your password".

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.