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

Configure SMTP Server #47

Closed
Gabxi opened this issue Nov 11, 2015 · 1 comment
Closed

Configure SMTP Server #47

Gabxi opened this issue Nov 11, 2015 · 1 comment
Labels

Comments

@Gabxi
Copy link

Gabxi commented Nov 11, 2015

Hi,

I'm a bit fuzzy on this, but I'm assuming the domain is the SMTP server. I basically have MailHog running, and I want all my e-mails to go to MailHog during development, but I can't find where to set the SMTP server that I hit.

I'm wondering if it's the domain we set when we create the mailgun.

Thanks.

@mbanzon
Copy link
Collaborator

mbanzon commented Nov 12, 2015

You can use Mailgun as an SMTP server - but that will not help here.

The library use the API via HTTP. To switch between a local SMTP server in development and the Mailgun service (using this library) you'll have to write your own wrapper around mail sending.

@mbanzon mbanzon closed this as completed Jul 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants