PHP mail logs are located in the "Hosting → My sites → PHP mail log»:
In the PHP mail log, each attempt to send a letter is displayed on a separate line:
DD-Mes-YYYY
- date of entry in the log. Indicated in English in the "Day-Month-Year" format.HH:MM:SS
- time of recording in the log. Specified in the format "hour: minute: second".TimeZone
- time zone, which corresponds to the entry from the log. Indicated in English. For a server in Ukraine, the value will be indicated as "Europe / Kiev".mail() on [/home/example/example.com/www/script.php:XX]
- the path to the file /home/example/example.com/www/script.php
and line number :ХХ
where an attempt was noticed to send a letter using the PHP mail function.To: admin@example.com
- the recipient's mailbox, which was specified in the header TO
.Headers:
- additional headers specified when sending the letter.Subject:
- subject of the sent letter.