CodeIgniter Forums
How send bulk email or newsletter? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: How send bulk email or newsletter? (/showthread.php?tid=80531)

Pages: 1 2


How send bulk email or newsletter? - omid_student - 11-12-2021

Hi,
I have many users on my website and I need to send emails to users when I add a new product
But I know the shared host has a limitation to 40 emails per hour
Also, I don't want to use Gmail newsletter
Please suggest way


RE: How send bulk email or newsletter? - richb201 - 11-12-2021

Check out sendPulse


RE: How send bulk email or newsletter? - jreklund - 11-13-2021

It really depends on the features you want. I think mailgun are the the best per value for basic features.

They have an official PHP SDK too:
https://github.com/mailgun/mailgun-php


RE: How send bulk email or newsletter? - omid_student - 11-13-2021

(11-12-2021, 12:48 PM)richb201 Wrote: Check out sendPulse

Is that free?

(11-13-2021, 06:05 AM)jreklund Wrote: It really depends on the features you want. I think mailgun are the the best per value for basic features.

They have an official PHP SDK too:
https://github.com/mailgun/mailgun-php

Yes I know mailgun but that is not free


RE: How send bulk email or newsletter? - chester_luke - 11-14-2021

Hi,
As I know, Mailjet has a free plan. It suggests 6000 emails per month (200 emails per day), and if this quantity isn't enough, you can use paid plan for 15000 emails per month without a daily limit - it costs about 10$ or 15$ monthly. You can try it, I think it may be a good solution.


RE: How send bulk email or newsletter? - InsiteFX - 11-15-2021

You can use Send Grid it's for developers first 100 a day are free then you have to pay.


RE: How send bulk email or newsletter? - omid_student - 11-15-2021

(11-15-2021, 01:50 AM)devrajdigital44 Wrote: Hey Mr.omid_student
If you want to send bulk emails to your users. I suggested it to you. you can use email marketing tools like Active Campaign, Mailchimp, send blue, etc.
because I already use these tools it's amazing results.

Does has an API for sending emails?
How do working the marketing email?


RE: How send bulk email or newsletter? - sammyskills - 11-19-2021

Email marketing tools are the best options you have. And yes, they have APIs for sending emails. Examples are mailchimp, sendinblue, etc.

But if you really want to stick to using your website (which I do not recommend), then you can use the
Code:
chunk()

method to break the process into little bits to avoid hitting the limit of your shared hosting server. See docs.


RE: How send bulk email or newsletter? - omid_student - 11-19-2021

(11-19-2021, 12:52 PM)sammyskills Wrote: Email marketing tools are the best options you have. And yes, they have APIs for sending emails. Examples are mailchimp, sendinblue, etc.

But if you really want to stick to using your website (which I do not recommend), then you can use the
Code:
chunk()

method to break the process into little bits to avoid hitting the limit of your shared hosting server. See docs.

Thank you


RE: How send bulk email or newsletter? - miyaw21 - 11-20-2021

I think SendPulse is best for your work. Even I used it for email marketing myself.