I want to send emails from my CMS using email service.
I have php array of email addresses and I would like to post the array with subject and message to email service and it would send emails to everyone.
Sometimes I will only send one email (user registration). Also a html newsletter should be possible.
So, which service to use? Any recommendations?
I would recommend PHPMailer or Swift Mailer. The PHP mail() function is an option as well.