PHPList with Amazon SES

Hello,

I would like to use PHPList with Amazon SES.

Is there a compatibility problem that you should know ?

We need to send 70,000 emails per campaign. It can be programmed without having to leave the browser open, once the send campaign button has been pressed.

Thank you.

@dertin phplist works using amazon ses. You can use that as an smtp server or through a plugin using the API, which might give a higher throughput.

You should use cron job to run the processqueue command. Trying to process the queue in the browser is not feasible for the number of emails that you want to send.

1 Like

Thanks for the reply. Excellent, I will configure the task in crontab.