Skip to content

initial sendgrid setup#25

Open
jjniemeyer wants to merge 1 commit into
devfrom
setup-sendgrid
Open

initial sendgrid setup#25
jjniemeyer wants to merge 1 commit into
devfrom
setup-sendgrid

Conversation

@jjniemeyer

Copy link
Copy Markdown
Contributor

No description provided.

@jjniemeyer

Copy link
Copy Markdown
Contributor Author

I think it might be working. but I had the test email sending to @rpcope1 so I do not know if it successfully sent.

@jjniemeyer

Copy link
Copy Markdown
Contributor Author

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)

@rpcope1

rpcope1 commented Apr 16, 2019

Copy link
Copy Markdown
Member

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).

Comment thread server.js
body: mail.toJSON(),
});

sg.API(request, function(error, response) {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's maybe move this out of server.js. How about mailtest.js?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, no problem, sorry, I didn't see these messages here until today for some reason

@jjniemeyer

Copy link
Copy Markdown
Contributor Author

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).

https://sendgrid.com/docs/ui/account-and-settings/how-to-set-up-domain-authentication/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants