outbound email settings
Added by Brian Mason about 15 years ago
Greetings,
I am trying to set up redmine email
I created a new email account on my shared host
Mail Server Username: pm@itaservices.net
Incoming Mail Server: mail.itaservices.net
Incoming Mail Server: (SSL) box216.bluehost.com
Outgoing Mail Server: mail.itaservices.net (server requires authentication)
Outgoing Mail Server: (SSL) box216.bluehost.com (server requires authentication)
Supported Incoming Mail Protocols:
- POP3: port 110
- POP3S (SSL/TLS): port 995
- IMAP: port 143
- IMAPS (SSL/TLS): port 993
Supported Outgoing Mail Protocols:
- SMTP: port 26
- SMTPS (SSL/TLS): port 465
and tried this in the email.yml file
production:
delivery_method: :smtp
smtp_settings:
address: localhost
port: 465
domain: box216.bluehost.com
authentication: :login
user_name: pm@itaservices.net
password: ***
I have tried many configurations. I always get a 535 error when trying a test message.
Not sure about shutting down redmine. I just logoff all users between iterations.
Replies (1)
RE: outbound email settings - Added by Brian Mason about 15 years ago
i found i did not need to use SSL for outbound so
smtp_settings:
address: mail.itaservices.net
port: 25
domain: itaservices.net
authentication: :login
user_name: pm@itaservices.net
password:XXXXX
works!