cptactionhank / docker-atlassian-jira-software

Atlassian JIRA Software wrapped in a Docker image
https://cptactionhank.github.io/docker-atlassian-jira-software
MIT License
270 stars 168 forks source link

SMTP auth problem #19

Closed roasten closed 6 years ago

roasten commented 7 years ago

DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Oracle] DEBUG SMTP: need username and password for authentication DEBUG SMTP: protocolConnect returning false, host=xxx, user=daemon, password= DEBUG SMTP: useEhlo true, useAuth true

Added a real username and password in Jira and passed the Test Connection but still the SMTP handler trying to send with the daemon and null as password, shouldn't this be the username/password we have already configured?

cuipengfei commented 5 years ago

same problem here

wangtingPapegames commented 5 years ago

I'm in the same boat.