I have emails being sent with the email module that are being blocked by customers' Barracuda phishing rules. We're also a Barracuda customer. Any ideas on how to make emails less likely to be flagged?
c
Caleb Fong
09/26/2018, 6:13 PM
Do you already have the email authentication records in place?
r
reptar
09/26/2018, 7:12 PM
No, I was just using email.send().
c
Caleb Fong
09/27/2018, 11:48 PM
You should look into email authentication. It requires some DNS settings and some generated keys/certificates which help the system assert that it is you sending the email. This should help you get past the spam filters.