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

SMTP #39

Open
ExchangeTime opened this issue Feb 17, 2019 · 3 comments
Open

SMTP #39

ExchangeTime opened this issue Feb 17, 2019 · 3 comments

Comments

@ExchangeTime
Copy link

Cant send mails with,

SMTP_PORT: 465
SMTP_DOMAIN: gmail.com
SMTP_ADDRESS: smtp.gmail.com
SMTP_USERNAME: xxxxxxxxxx@gmail.com
SMTP_PASSWORD: ***
SMTP_AUTHENTICATION: plain

Or

SMTP_PORT: 465
SMTP_DOMAIN: mailgun.com
SMTP_ADDRESS: smtp.mailgun.org
SMTP_USERNAME: postmailer@domain.io
SMTP_PASSWORD: ***************************************************
SMTP_AUTHENTICATION: plain

Anyone knows how to solve this?

@algobasket
Copy link
Owner

Check whether domain.io domain name is activated on your MailGun Account . TXT,CNAME,MX records all need to be green.

@dagnyc
Copy link

dagnyc commented Mar 18, 2019

@ExchangeTime make sure you have the mail gem installed. Install it if you don’t already have it. Then stop/start your daemons. I got mailgun working on mine

@dagnyc
Copy link

dagnyc commented Mar 18, 2019

Also use port 587 for mailgun and “plain” for auth type
Domain should be your domain that you setup in mailgun. Address should be smtp.mailgun.org

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

3 participants