Looking at Mailgun as a good solution for sending HTML email to a large number of recipients
How would this be implemented with CI?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would use MailGun’s SMTP delivery with the standard Codeigniter Email library configured for SMTP.
I did something similar with SendGrid recently . Worked a treat with Sendgrid, didn’t have to worry about anything apart from authentication to their smtp server. Sendgrid handled the quantity without any problem (though it was way less recipients – about 1k).