You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great question!
Did you try pass the port in the config object called "auth"
var auth = {
auth: {
api_key: 'key-1234123412341234',
domain: 'one of your domain names listed at your https://mailgun.com/app/domains',
port: 2525
}
}
Google only allows connection on port 2525.
I've been looking to change the port to no success. How does one change the port to fit this use case?
The text was updated successfully, but these errors were encountered: