Boa noite
Estou tentando enviar emails para autores no SOAC, e nenhuma mensagem é enviada. Clico no ícone de email próximo ao nome do autor, ele abre a tela para editar uma mensagem, mas quando clico em enviar ele simplesmente volta para a tela anterior e nenhum email é enviado.
Percebi também que quando eu clico em “Esqueci minha senha” nenhum email de renovação é enviado. Estou usando a versão 2.3.5.0 e segue a baixo a minha configuração de email no arquivo config.ini.php
;;;;;;;;;;;;;;;;;;
; Email Settings ;
;;;;;;;;;;;;;;;;;;
[email]
; Use SMTP for sending mail instead of mail()
smtp = On
; SMTP server settings
smtp_server = “ssl://smtp.uniformg.edu.br”
smtp_port = 465
; Enable SMTP authentication
; Supported mechanisms: PLAIN, LOGIN, CRAM-MD5, and DIGEST-MD5
smtp_auth = PLAIN
smtp_username = “meuemail@uniformg.edu.br”
smtp_password = “minhasenha”
; Allow envelope sender to be specified
; (may not be possible with some server configurations)
allow_envelope_sender = On
; Enable attachments in the various “Send Email” pages.
; (Disabling here will not disable attachments on features that
; require them, e.g. attachment-based reviews)
enable_attachments = On
; Amount of time required between attempts to send non-editorial emails
; in seconds. This can be used to help prevent email relaying via OCS.
;time_between_emails = 3600
time_between_emails = 36
; Maximum number of recipients that can be included in a single email
; (either as To:, Cc:, or Bcc: addresses) for a non-priveleged user
max_recipients = 10
; If enabled, email addresses must be validated before login is possible.
require_validation = Off
; Maximum number of days before an unvalidated account expires and is deleted
validation_timeout = 14
Desde já agradeço a atenção.