I installed the OJS 3.4 log - and when email verification is activated and settings are adjusted, no mail reaches the recipients - and I addressed all errors in the errorS_log file - there are no errors currently
[email]
; Default method to send emails
; Available options: sendmail, smtp, log, phpmailer
default = smtp
; Path to the sendmail, -bs argument is for using SMTP protocol
sendmail_path = “/usr/sbin/sendmail -bs”
; Use SMTP for sending mail instead of mail()
smtp = On
; SMTP server settings
smtp_server = mail.mydomain.com
smtp_port = 465
; Enable SMTP authentication
; Supported smtp_auth: ssl, tls (see PHPMailer SMTPSecure)
smtp_auth = ssl
smtp_username = info@mydomain.com
smtp_password = **********
; Enable suppressing SSL/TLS peer verification by SMTP transports
; Note: this is not recommended for security reasons
; smtp_suppress_cert_check = On
; Allow envelope sender to be specified
; (may not be possible with some server configurations)
allow_envelope_sender = on
; Default envelope sender to use if none is specified elsewhere
default_envelope_sender = info@mydomain.com