W
W
winser2015-05-07 17:17:53
PHP
winser, 2015-05-07 17:17:53

How to set up sendmail in PHP via Yandex?

Server with PHP and Apache on Win7.
Downloaded sendmail from here: webi.ru/webi_articles/sendmail_ini.html Seems
like with SSL support. In php.ini I registered the path to it.
The sendmail.ini config contains the following entries:

; sendmail configuration file
[sendmail]
smtp_server=smtp.yandex.ru
smtp_port=465
smtp_ssl=ssl
default_domain=yandex.ru
error_logfile=error.log
debug_logfile=debug.log
[email protected]
auth_password=pass
pop3_server=pop.yandex. ru
[email protected]
pop3_password=pass
[email protected]
hostname=yandex.ru
As a result, errors in the error.log when trying to send an email:
05/15/07 21:08:27 : Working without SSL/TLS encryption is not allowed. Please visit help.yandex.ru/mail/mail-clients/ssl.xml

What am I doing wrong? help fix.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
H
He11ion, 2015-05-07
@He11ion

help.yandex.ru/mail/support-old.xml#ssl-errors
Article from 2010, since that time TLS encryption is needed, can this program do it - try to find out from Google. Options from Yandex at the link above.

M
maiki, 2015-06-12
@maiki

I have the same problem and don't know what to do, please help.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question