Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing port #48

Open
jaspersorrio opened this issue Nov 3, 2016 · 1 comment
Open

Changing port #48

jaspersorrio opened this issue Nov 3, 2016 · 1 comment

Comments

@jaspersorrio
Copy link

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?

@orliesaurus
Copy link
Owner

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
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants