SMTP is the best method because the SMTP server can add a DKIM signature which makes the mail sending more reliable.
The PHP + Sendmail methods can only be used when the server supports that. And some mail receiving servers block incoming mail that doesn't have the right SPF/DKIM/DMARC settings. The PHP + Sendmail methods typically do not add DKIM signatures to the sent email.
From can be any address. However, mail received from a server called example.com that has an address with another domain name liked someone@company.com, usually is seen as spam
The PHP + Sendmail methods can only be used when the server supports that. And some mail receiving servers block incoming mail that doesn't have the right SPF/DKIM/DMARC settings. The PHP + Sendmail methods typically do not add DKIM signatures to the sent email.
From can be any address. However, mail received from a server called example.com that has an address with another domain name liked someone@company.com, usually is seen as spam
Statistics: Posted by pe7er — Tue Apr 23, 2024 6:44 am