Olá pessoal.
Estou implantando o OCS na instituição e me deparei com um problema ao enviar e-mails. Eu fiz as configurações dentro do config.inc.php mas ele não envia. Sempre retorna o erro: SMTPMailer: Did not receive expected 250 or 251
O meu arquivo config.inc.php está assim:
;;;;;;;;;;;;;;;;;;
; Email Settings ;
;;;;;;;;;;;;;;;;;;
[email]
; Use SMTP for sending mail instead of mail()
smtp = On
; SMTP server settings
smtp_server = “meuservido.de.emails.edu.br”
smtp_port = 587
; Enable SMTP authentication
; Supported mechanisms: PLAIN, LOGIN, CRAM-MD5, and DIGEST-MD5
smtp_auth = tls //já tentei true tbm pq LOGIN ou PLAIN não autenticam
smtp_username = “meuemail@meuservido.de.emails.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 = On
; Maximum number of days before an unvalidated account expires and is deleted
validation_timeout = 14