dkim floppy-диск Пользователь Регистрация 07.05.2020 Сообщения 4 Реакции 2 21.05.2020 Добавить закладку #1 hello, I am looking for a php file that will allow me to send emails from send shell. Can anyone help?
hello, I am looking for a php file that will allow me to send emails from send shell. Can anyone help?
Pernat1y CPU register Пользователь Регистрация 19.04.2008 Сообщения 1 732 Решения 1 Реакции 1 293 Гарант сделки 1 Депозит 0.0002 21.05.2020 Добавить закладку #2 Something like this https://github.com/PHPMailer/PHPMailer ? And if you want bare minimum: https://www.php.net/manual/en/function.mail Also, try to use more informative names for topics. Последнее редактирование: 21.05.2020
Something like this https://github.com/PHPMailer/PHPMailer ? And if you want bare minimum: https://www.php.net/manual/en/function.mail Also, try to use more informative names for topics.
dkim floppy-диск Пользователь Регистрация 07.05.2020 Сообщения 4 Реакции 2 21.05.2020 Автор темы Добавить закладку #3 Thank you for the answer, but I have already received the php file. Now I have a problem, when I send a message to the mail-tester receives a result of 7/10. The problem is: -2.039 PHP_ORIG_SCRIPT PHP_ORIG_SCRIP
Thank you for the answer, but I have already received the php file. Now I have a problem, when I send a message to the mail-tester receives a result of 7/10. The problem is: -2.039 PHP_ORIG_SCRIPT PHP_ORIG_SCRIP
AtaYaua CD-диск Пользователь Регистрация 15.05.2020 Сообщения 10 Реакции 28 29.05.2020 Добавить закладку #4 If you haven’t solved the problem yet, this should help. Add this in your php.ini file: mail.add_x_header = Off and restart the server.
If you haven’t solved the problem yet, this should help. Add this in your php.ini file: mail.add_x_header = Off and restart the server.