1

Topic: Send bulk mails from external script

Hello,

How to use iRedMail for bulk mailings?
I am writing a web application (in php) that has to send e.g. 20k emails at one time. Ideally, if I could push emails directly to postfix queue. The web application and iRedMail are on different physical computers on the local network.
How to set up iRedMail and how to push such number of mails fast into the queue?

Regards,

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Send bulk mails from external script

*) Turn off spam/virus scanning to speed up the sending:
http://www.iredmail.org/docs/completely … assin.html

*) Use port 587 with starttls for secure connection to send email.

3

Re: Send bulk mails from external script

ZhangHuangbin wrote:

*) Turn off spam/virus scanning to speed up the sending:
http://www.iredmail.org/docs/completely … assin.html

*) Use port 587 with starttls for secure connection to send email.


Thank you Zhang, looks good.
In the meantime I found another post: http://www.iredmail.org/docs/additional.smtp.port.html
Could this be a better solution?

Regards,
Pawel