Pessoal,
Sei que esse problema é frequente, mas gostaria de saber se alguém tem alguma dica pra fazer funcionar. Nosso email é gmail.
Versão do OJS 3.2.1.4
Detalhe, eu montei um script com PHPMailer no mesmo servidor e funcionou. Coloquei as mesmas informações no OJS e não envia email.
O erro gerado no log é esse:
[02-Jul-2021 14:05:41 UTC] SMTP connect() failed. Troubleshooting · PHPMailer/PHPMailer Wiki · GitHub
Minhas configurações:
[email]
; Use SMTP for sending mail instead of mail()
smtp = On
; SMTP server settings
smtp_server = smtp.gmail.com
smtp_port = 587
; Enable SMTP authentication
; Supported mechanisms: ssl, tls
smtp_auth = ssl
smtp_username = ‘doi@abecbrasil.org.br’
smtp_password = ‘****’
allow_envelope_sender = On
default_envelope_sender = doi@abecbrasil.org.br
force_default_envelope_sender = On
force_dmarc_compliant_from = On
Obrigado
Roberto