Olá,
Instalamos o OJS mas não conseguimos enviar ou receber e-mails do sistema. Nosso e-mail é office 365. As linhas de código estão como abaixo.
Alguém pode nos auxiliar?
Obrigada,
; Use SMTP for sending mail instead of mail()
smtp = On
; SMTP server settings
smtp_server = “ssl://smtp.office365.com”
smtp_port = 587
; Force the default envelope sender (if present)
; This is useful if setting up a site-wide noreply address
; The reply-to field will be set with the reply-to or from address.
; force_default_envelope_sender = Off
; Enable SMTP authentication
; Supported mechanisms: PLAIN, LOGIN, CRAM-MD5, and DIGEST-MD5
smtp_auth = PLAIN
smtp_username = “novosestudos@cebrap.org.br”
smtp_password = “cccccccccccc”