How to protect IP using SMTP and without an IP attribute?
I have seen eCommerce transactional emails are protected using SMTP but I do not see IP protection using PHP inside mailer message.
Just an an example:
Received: from www.mydomain.com (server.net [XXX.252.XXX.XXX])
Your mail server has* to be addressable by every other mailing server in the world. So it has to have a public IP address.
*: Assuming you’re receving mail from outside your local network.
I am not sure as I have tested many providers. If you go to Elastic Mail or Brevo it is sent by SMTP but hidden eCommerce source as hosting. SMTP should hide hosting. This is the purpose due to security.
Well no, the purpose of the Simple Mail Transfer Protocol is to transfer mail. Simply.
SMTP should absolutely not hide the sending mail server. Spammers and con artists pretending to be amazon or apple would LOVE if they could hide that.
If your mail server is transmitting more details about you than that, it would be a server configuration issue.