Feature #3120
closed
Added by Soren Christensen almost 16 years ago.
Updated about 15 years ago.
Description
Spent an endless amount of time on configuring email in redmine.
After digging through ths issues it turns out that there was plenty of people that had this issue.
Can I suggest that the config/email.yml file gets updated with some details on the various common configs.
Try to find the config to use if you happen to be on the same subdomain as the mail server and you can send email with out authentication. Is authentication false, plain, none or is the usernames just blank or what exactly is the issue.
My contribution to this is that neither plain, none nor false worked for a non-authenticated version. This might be a bug or a lack of docs.
Further I do not feel comfortable having passwords in plaintext in config files. So falling back to authenticated mode was a hard one.
Too much time down the drain on just getting email up and running.
- Category set to Email notifications
- Status changed from New to 7
- Assignee set to Eric Davis
Good idea, I'll update the example configuration file to show some working examples.
Is there a wiki page on configuring email? Something that explains the valid settings for each key in the configuration file? Maybe some examples?
The only way I knew that I could set authentication to "none" (without getting into source) was by stumbling across this post.
Something to add to the upcoming documentation ::
My email server does not have authentication required, yet with host+port information alone Redmine could not send email out.
Once I enabled the domain part, then emails started going through.
Could this be related to smtp running on ms exchange? It is open relay for internal users, no authentication required, but does require HELO/EHLO, hence I needed the domain variable enabled and set.
- Status changed from 7 to Resolved
- Target version set to 0.9.3
- % Done changed from 0 to 100
- Resolution set to Fixed
I've documented some common email server examples that I've used in the email.yml.example file. (r3448)
- Category changed from Email notifications to Documentation
- Status changed from Resolved to Closed
Merged in 0.9-stable r3460.
Also available in: Atom
PDF