Olá,
alguém com problemas para usar a notificação de e-mails usando o Exchange Office 365?
erro encontrado no alfresco.log
2020-04-28 21: 19: 54,194 ERRO [org.alfresco.repo.action.executer.MailActionExecuter] [localhost-startStop-1] Falha ao enviar email para willian.borges@meudominio.com.br: org.springframework. mail.MailSendException: falha na conexão do servidor de email; a exceção aninhada é javax.mail.MessagingException: não foi possível conectar ao host SMTP: smtp.office365.com, porta: 587;
A exceção aninhada é:
javax.net.ssl.SSLException: mensagem SSL não reconhecida, conexão de texto sem formatação ?. Mensagens com falha: javax.mail.MessagingException: não foi possível conectar ao host SMTP: smtp.office365.com, porta: 587;
a exceção aninhada é:
javax.net.ssl.SSLException: mensagem SSL não reconhecida, conexão de texto sem formatação ?; As exceções da mensagem (1) são:
Mensagem com falha 1: javax.mail.MessagingException: não foi possível conectar ao host SMTP: smtp.office365.com, porta: 587;
A exceção aninhada é:
javax.net.ssl.SSLException: mensagem SSL não reconhecida, conexão de texto sem formatação?
Minha configuração no alfresco-global.properties, lembrando que já funcionava quando havia troca local.
### CONFIGURAÇÃO EMAIL ###
mail.host = smtp.office365.com
mail.port = 587
mail.username=meuemail@meudominio.com.br
mail.password = minhasenha
mail.protocol = smtps
mail.smtps.starttls.enable = true
mail.smtps.auth = true
Agradeço se alguem
Hi @willian_borges,
See this thread - take note of the following:
### CONFIGURAÇÃO EMAIL ###
mail.host = smtp.office365.com
mail.port = 587
As the name of the property states, it is meant for a domain name - not a host name.
"smtp.office365.com" would be a host name and "office365.com" would be the domain of that.
The value of the property must be the domain that is going to be used in the address to target an email to the Alfresco server.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.