The most likely reason your emails are going to spam is because the FROM email address is @yourdomain,com but the email is not actually being sent from your email server. So when this email is received by your email server, it thinks “I know I didn’t send this, so it must be spoofed”.
The simplest approach would be to change the FROM email to use no-reply@duvys.com (??) as this is a verified email address. (for custom sites they can use any email @ the domain name that the site is setup)
If you specifically want to use your email address, then in order to prevent the emails from being considered spoofed we suggest you ask your IT person to add the website server to your domain SPF record. This verifies that the website can send out an email on your domain’s behalf.
Ask them to add the following IP to the SPF record for yourdomain.com (or create an SPF record, if you don’t already have one)
204.10.65.185
For more information on how to add your SPF record see …..