initial sendgrid setup#25
Conversation
|
I think it might be working. but I had the test email sending to @rpcope1 so I do not know if it successfully sent. |
|
I ran an test email send via curl using our sendgrid api. It works. but unless we provide a dns auth. it goes to spam folder. It wont even get to spam folder on the "@colorado.edu" email addresses. But I can send to my regular gmail (spam folder anyway) |
Can you point me to some specific instructions on the DNS auth? I have a couple of domains that might be able to leverage temporarily to make it work (DNS config is pretty easy). |
| body: mail.toJSON(), | ||
| }); | ||
|
|
||
| sg.API(request, function(error, response) { |
There was a problem hiding this comment.
Let's maybe move this out of server.js. How about mailtest.js?
There was a problem hiding this comment.
yeah, no problem, sorry, I didn't see these messages here until today for some reason
https://sendgrid.com/docs/ui/account-and-settings/how-to-set-up-domain-authentication/ |
No description provided.