Is it possible to change the STMP port from 587 to 2525?

北城余情 提交于 2019-12-11 11:44:31

问题


I'm deploying an app on Google Compute Engine (GCE) instance, with send email features, using mandrill as my email server. GCE blocks ports 25, 465, and 587 except for service partners (Sendgrid). When configuring mandrill only port 587 is setted. Is it possible to configure a different port on mandrill such as 2525?

Thank you in advance.


回答1:


Mandrill supports several other ports besides 587, as shown in the documentation here. You don't need to change anything in your account, just select which port and encryption you want to use in your code/configuration.



来源:https://stackoverflow.com/questions/26465869/is-it-possible-to-change-the-stmp-port-from-587-to-2525

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!