ScotWatson
New Member
- Messages
- 18
- Reaction score
- 0
- Points
- 1
I have started experimenting with PHP mail command. I tested it against https://www.mail-tester.com/ to verify that it is sending. Although the message gets sent, mail-tester tell me that per the Sender Policy Framework, my server does not allow the sending server to use the email address. It quotes this as the SPF:
v=spf1 a mx ip4:198.91.81.11 ~all
Unfortunately, I am not familiar with SPF records, so I cannot interpret it easily. 198.91.81.11 is the IP address of x11.x10hosting.com. The email address I am using it the one that came by default when I signed up for the account. Are there limitations on what can be done with this email account? I see I can have up to 3 email accounts. If I create additional ones, would they have the same restrictions? How would I instruct the PHP mail command as to which email address to use?
I have enabled DKIM, but mail-tester also recommends adding a DMARC record, but I do not see how to do that. Is it possible?
v=spf1 a mx ip4:198.91.81.11 ~all
Unfortunately, I am not familiar with SPF records, so I cannot interpret it easily. 198.91.81.11 is the IP address of x11.x10hosting.com. The email address I am using it the one that came by default when I signed up for the account. Are there limitations on what can be done with this email account? I see I can have up to 3 email accounts. If I create additional ones, would they have the same restrictions? How would I instruct the PHP mail command as to which email address to use?
I have enabled DKIM, but mail-tester also recommends adding a DMARC record, but I do not see how to do that. Is it possible?