Why is my email being sent from admin@booking-manager.com?
If you are getting e-mail notices from Booking Manager from admin@booking-manager.com instead from the actual e-mail address you are using, that means that you have Sender Policy Framework (SPF) record defined in your domain settings (DNS).
SPF is a useful security feature that identifies which email servers are allowed to send email on your behalf, and prevents unauthorized servers, such as spammers to send emails in your name.
If your DNS settings have this feature and Booking Manager server is not allowed to send emails in your name, it will be sent from admin@booking-manager.com to ensure uninterrupted the delivery of notifications.
The Solution
In order to allow e-mails to be send on your behalf you need to allow Booking Manager mail servers. To do that add following text to your existing SPF DNS record:
include:spf.booking-manager.com
Example of one full SPF record for GMail users:
v=spf1 a mx include:spf.booking-manager.com include:_spf.google.com ~all
For more detailed information you can read
- https://www.dmarcanalyzer.com/spf/
- https://www.dmarcanalyzer.com/spf/checker/
- https://technet.microsoft.com/en-us/library/dn789058(v=exchg.150).aspx
Multiple SPF records are not allowed
Common mistake when setting up additional SPF servers in your DNS settings is to add a new record instead of changing the existing one. Only one SPF record is allowed. You can read more detailed explanation here: https://support.google.com/a/answer/4568483?hl=en
Comments
0 comments
Please sign in to leave a comment.