CodeIgniter Forums
Send many emails - 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: Send many emails (/showthread.php?tid=70114)



Send many emails - omid_student - 02-22-2018

Hi
I comed back again
Guys in my project,i have to send emais over 10000 days
We know that we cannot use hosting smtp for send email because administrator block us
Please guide me how do i do it?


RE: Send many emails - Wouter60 - 02-22-2018

Take a look at services like sendgrid or mailgun.


RE: Send many emails - omid_student - 02-22-2018

(02-22-2018, 01:32 PM)Wouter60 Wrote: Take a look at services like sendgrid or mailgun.
Does it have api for register in service or send email with it?


RE: Send many emails - Wouter60 - 02-22-2018

Quote:Does it have api for register in service or send email with it?
https://sendgrid.com/
https://www.mailgun.com/


RE: Send many emails - omid_student - 02-23-2018

(02-22-2018, 11:49 PM)Wouter60 Wrote:
Quote:Does it have api for register in service or send email with it?
https://sendgrid.com/
https://www.mailgun.com/

Thank you so much


RE: Send many emails - InsiteFX - 02-23-2018

SendGrid is for Developers.


RE: Send many emails - omid_student - 02-24-2018

(02-23-2018, 04:46 AM)InsiteFX Wrote: SendGrid is for Developers.

Thank you