namshi / docker-smtp

SMTP docker container
MIT License
549 stars 199 forks source link

added option to override SES port #33

Closed psychopenguin closed 7 years ago

psychopenguin commented 7 years ago

Google doesn't allow outbound connections to ports 25 and 587 from GCE instances. Luckly AWS provide the alternative port 2587 to SES. This patch allow one to use the SES_PORT variable to use SES from GCE.

psychopenguin commented 7 years ago

@oba11 done :)

oba11 commented 7 years ago

Thank you @psychopenguin :+1: