Question:
Trying to implement sendGridEmail backend code, but can’t add sendGrid DNS domain records because Wix has already defined them for their email usage.
Product:
Wix Editor
What are you trying to achieve:
Per Wix developer’s sendGridEmail instructions and instructions on the SendGrid website, I need to add 3 CNAME and 1 TXT records to my Wix DNS. Since Wix has already defined an s1._domainkey, s2._domainkey, and _dmarc records it won’t let me add these records for sendGrid because these keys can only be defined once (no duplicates)??
What have you already tried:
Tried adding the above records per sendGrid website instructions. When I run the test code it returns “Error sending the email: FORBIDDEN”
Additional information:
I created my account on Send Grid, created the API key, installed it in Wix Secrets per Wix instructions, installed the sendGridEmail package, and created the sendEmail.jsw backend code.