Configuração email Outbound - office365

cancel
Showing results for 
Search instead for 
Did you mean: 
willian_borges
Active Member

Configuração email Outbound - office365

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 

1 Reply
EddieMay
Alfresco Employee

Re: Configuração email Outbound - office365

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.
Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!