Is there a way to install the SMTP service on my Linux server and use php to send email through it?
so that emails do not appear as spam?
perhaps through ssl?
my mail () function is perfect, with perfect headers, but still sent to spam: (
Thank.
There are many variables that could potentially be involved here.
Your idea of a perfect headline seems subjective. I would recommend you use something like PHPMailer or Swiftmailer to handle your mailing needs.
, , - , .
:
(, mail() true ):
You can double-check your headers, there may be a space in the header or something in the header, you can also check if your server’s ip is blacklisted (http://www.anti-abuse.org/multi-rbl - check /)
Source: https://habr.com/ru/post/1774924/More articles:How to use C # code in a C ++ project - c ++What are the cases of non-dev instances of SQL Server User Instances (vs CE and other embedded databases)? - c #Identify content displayed inside QTP - qtpui: s, style is not displayed - gwtPayPal TimeOut - DoExpressCheckoutPayment - paypalspring webservice Недопустимое пространство именHandler (jaxws) - javapython: Почему это происходит? - pythonHow to write a definition of a cucumber step for registering a page with ref_id in its URL? - cucumberHow to get cell value of formula (data) using apache poi - apache-poiCalling JavaScript functions in fields of a Django form - javascriptAll Articles