CodeIgniter Forums
I wana develop a email sender software... - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: I wana develop a email sender software... (/showthread.php?tid=33431)



I wana develop a email sender software... - El Forum - 08-25-2010

[eluser]Unknown[/eluser]
Hi Experts,

I have to design a software for my client to send more than 100K emails daily, can you please suggest me in which language I design this software and what will be the SMTP & hardware requirement in order to achieve this goal. I have done some R&D and found that SMTP servers block IP if we exceeds 1500 or little bit more emails to send. In that case need to change IP dynamically. How can I do this?

I have experience working in ASP.NET, C#.NET, PHP, MSSQL, MySQL.

Please help me or guide me to do this.

I shall be very great full to you guys.

Thanks in advance Smile

Regards,
Smoke PK


I wana develop a email sender software... - El Forum - 08-25-2010

[eluser]kkristo[/eluser]
This question not CI or PHP. You need good SMTP server. Old office computer + postfix can handle 100K email per day.


I wana develop a email sender software... - El Forum - 08-25-2010

[eluser]danmontgomery[/eluser]
Anybody who needs to send 100k legitimate emails daily can afford to hire someone who knows what they're doing.


I wana develop a email sender software... - El Forum - 08-25-2010

[eluser]InsiteFX[/eluser]
Take a look at this...

PHPMailer

InsiteFX


I wana develop a email sender software... - El Forum - 08-26-2010

[eluser]Unknown[/eluser]
[quote author="kkristo" date="1282787526"]This question not CI or PHP. You need good SMTP server. Old office computer + postfix can handle 100K email per day.[/quote]

Actually he needs it as a software. Now what would you suggest? may I buy a server or I can do this with code?