Feb 14, 2021
Can I mark emails sent to my form contact through sendgrid.net as safe?
It's like: user goes on my contact page and fills up the contact form.
SendGrid send me an email as:
```
from: {
name: "user_name",
email: contact-form@mydomain.com // THIS IS MY VERIFIED SENDER EMAIL ON SENDGRID. ALWAYS THE SAME
},
subject: "SUBJECT",
message: "MESSAGE",
replyTo: "user_name"
```
It works fine and it's not being redirected to spam, but I'm getting a phishing alert on every email. Can I get rid of those permanently?
The image is not visible due to forum settings.
Community content may not be verified or up-to-date. Learn more.
All Replies (3)