Page 1 of 1

Messages do not come in the mail with a PHP form

Posted: Sat Dec 07, 2019 7:12 pm
by enserand
Delivered Ubuntu 18, Vesta CP nginx + php-fpm
Got a php + ajax form that sends a message (POST) to a mailbox. Tested on free hosting – all up and running, the message gets to the mail, means the problem is in the configuration on the server.
What determines how to configure the settings on your own server?

Re: Messages do not come in the mail with a PHP form

Posted: Sun Dec 08, 2019 1:52 am
by grayfolk
enserand wrote:
Sat Dec 07, 2019 7:12 pm
Delivered Ubuntu 18, Vesta CP nginx + php-fpm
Got a php + ajax form that sends a message (POST) to a mailbox. Tested on free hosting – all up and running, the message gets to the mail, means the problem is in the configuration on the server.
What determines how to configure the settings on your own server?
Looks like server IP in blacklists. Send messages via 3rd-party libraries like Swift or via mail services API instead.