SMTP Auth no compatible con Office365 OJS 2.4.8

Saludos

SMTPMailer.inc.php solo tiene métodos de autenticación siempre y cuando en smtp_auth sea igual a PLAIN, LOGIN, DIGEST-M5…estos métodos no son compatibles con Office365 pues solo acepta TLS.

Cómo se podría modificar el SMTPMailer.inc.php del OJS2.4.8 para que acepte TLS?

//////////

Regards

SMTPMailer.inc.php only has authentication methods as long as in smtp_auth is equal to PLAIN, LOGIN, DIGEST-M5 … these methods are not compatible with Office365 because it only accepts TLS.

How could the SMTPMailer.inc.php of OJS2.4.8 be modified to accept TLS?

Anybody could help me?

Hi @mejiamariod,

Try using PHP’s tls:// prefix in your SMTP hostname.

Regards,
Alec Smecher
Public Knowledge Project Team

Thanks for reply

I get this error in the log file

ojs2 has produced an error\n Message: WARNING: fsockopen(): unable to connect to tls://smtp.office365.com:587 (Unknown error)\n