I have an issue with the mandrill API, I got this message :
Failed to connect to mandrillapp.com port 443: Connection timed out
It's works on my production server (ex mysite.com), but not on my dev server (ex mysite.com:8080).
The two servers have same config by the way.
Anyone knows why I got this issue ?
Thanks !
Once you've confirmed all of the above, if you're still seeing issues, please enable additional logging in your SMTP program or library. If you're using an integration, contact the integration developer for information on configuring logging of the SMTP conversation.
Where do I find my SMTP credentials?
After you create a Mandrill account, get your SMTP credentials on the SMTP & API Info page in your account.
The SMTP password is any active API key for your account, not the password used to log in to Mandrill. The credentials list port 587, but any port supported by Mandrill will work, and there's no configuration change needed within Mandrill to activate one of the alternate ports.
Which SMTP ports can I use?
You can use port 25, 587, or 2525 if you're not encrypting the communication between your system and Mandrill or if you want to use the STARTTLS extension (also known as TLS encryption). SSL is supported on port 465.
ISPs may redirect traffic on certain ports, so it's up to you which port you use.