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

Allow the usage of a local smtp daemon #12

Open
eriweb opened this issue Sep 23, 2016 · 4 comments
Open

Allow the usage of a local smtp daemon #12

eriweb opened this issue Sep 23, 2016 · 4 comments

Comments

@eriweb
Copy link

eriweb commented Sep 23, 2016

Using postfix, sendmail or similar locally does not require things like user/pass.

@jemminger
Copy link
Member

@terbolous So you just want the ability to leave the mail user/pass blank?

@eriweb
Copy link
Author

eriweb commented Oct 12, 2016

Yes

Den onsdag 12. oktober 2016 skrev Jeff Emminger notifications@github.com
følgende:

@terbolous https://github.com/terbolous So you just want the ability to
leave the mail user/pass blank?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#12 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AF5ULu5S667ioc2C70yD5fubqgDG9D7cks5qzCLegaJpZM4KE688
.

@jemminger
Copy link
Member

OK, v2.2.3 pushed now. See if this works for you.

@Pimentoso
Copy link

Can confirm it working with the following config

mail_from: noreply@domain.com
mail_domain: localhost
mail_port: 25
mail_authentication: nil
mail_start_tls: false

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