Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

fall back to sendmail if smtp server is disabled #136

Merged
merged 2 commits into from Mar 7, 2017
Merged

fall back to sendmail if smtp server is disabled #136

merged 2 commits into from Mar 7, 2017

Conversation

butlerx
Copy link
Member

@butlerx butlerx commented Mar 4, 2017

No description provided.

Copy link
Contributor

@VoyTechnology VoyTechnology left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than the comment, LGTM.

@@ -0,0 +1,11 @@
const nodemailer = require('nodemailer');

const sendmail = {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer if it was part of _config.yml as emailFallback or something like that.

@butlerx
Copy link
Member Author

butlerx commented Mar 7, 2017

I Considered that but I didn't see that as a fallback but as an alternative

@VoyTechnology
Copy link
Contributor

But it is a fallback. It would be an alternative if you had an option to use one or another. But here the sendmail is only used if SMTP fails.

@SeanHealy33
Copy link

SeanHealy33 commented Mar 7, 2017

Why is there yarn update's in this? Seem's totally unrelated to the change

@butlerx
Copy link
Member Author

butlerx commented Mar 7, 2017

I had some weird dependency issue I solved with an upgrade. Can remove it if yiu want

@butlerx
Copy link
Member Author

butlerx commented Mar 7, 2017

we dont want it as an alternative, we only want it for when smtp fails

@butlerx butlerx merged commit 88bc170 into redbrick:master Mar 7, 2017
@butlerx butlerx deleted the enhancment/email branch March 7, 2017 22:37
@VoyTechnology
Copy link
Contributor

What is the point of reviews if you ignore them.

@butlerx
Copy link
Member Author

butlerx commented Mar 8, 2017

i didnt ignore it had a green button

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

Successfully merging this pull request may close these issues.

None yet

3 participants