If the emails that you are sending from within RepairDesk are landing in your customers' spam folders They are probably not getting notified of repair updates, notifications, and invoices. To ensure that the emails you are sending from RepairDesk land in the customers’ inbox, please follow the guidelines below.
SPF is a special DNS record that you must create so that other mail servers know that RepairDesk can send email on your behalf.
You probably already have a record created. For example, with Google it looks like:
v=spf1 include:_spf.google.com -all
If you want to permit the RepairDesk server to send emails on behalf of your domain, you should add our IP like this:
Our IP: 23.251.230.85
Example new SPF record:
v=spf1 include:amazonses.com +ip4:23.251.230.85 ~all
Adding the above record basically tells your domain that the amazonses.com server and our IP are allowed to send emails on your behalf.
Basically, you just need to add +ip4:23.251.230.85
into the middle of your existing record.
If you don't have an existing record, then you have to make a new DNS record like the following:
DNS Record Type: TXT
v=spf1 +ip4:23.251.230.85 -all
NOTE: In order to prevent your outbound emails from being sent to spam folders, we have set up a lot of email security on our alias domain *@reply.repairdesk.co. If you switch to using your own email address and notice that your emails are being sent to your customer's spam folders, please change it back to this before contacting us for help.
When an email arrives at your business email address and the sender's address is not recognized by the system, we put it in your inbound email log. To see all the emails that have come to your alias, you have to enable the trigger from the store settings.
Store settings > Enable trigger (Would you like to receive all emails within RepairDesk).