S
S
Shing2018-12-17 21:25:02
PHP
Shing, 2018-12-17 21:25:02

PHP Mail does not give an error, but letters do not come, why?

Writes bool (true), but the letters do not come anywhere, yandex, gmail, mail.ru, nowhere.
The spam folder is empty.

<?php var_dump(mail("[email protected]","Test","Test")); ?>

There is no mail in php_disables
In php info sendmail is.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vyacheslav Barsukov, 2018-12-18
@slavabars

Look at the queue of letters on the server. Also, the mail server must be running, see its logs.
The fact that php generated a letter and put it in the spool does not mean that it will go away.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question