Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sendgrid function #977

Open
johnfelipe opened this issue May 23, 2016 · 9 comments
Open

Sendgrid function #977

johnfelipe opened this issue May 23, 2016 · 9 comments

Comments

@johnfelipe
Copy link

I can recieved email notification, i have sendgrid account, how fix it

@doshitan
Copy link
Member

For any email provider you need to set the appropriate variables in the .env file. For SendGrid, the email section should look something like:

MAIL_DRIVER=smtp
MAIL_HOST=smtp.sendgrid.net
MAIL_PORT=587
MAIL_USERNAME=yourSendgridUsername
MAIL_PASSWORD=yourSendgridPassword

With the username and password filled in with your correct SendGrid account information.

@johnfelipe
Copy link
Author

yes i do that, but is not working

2016-05-23 14:44 GMT-05:00 Tanner Doshier notifications@github.com:

For any email provider you need to set the appropriate variables in the
.env file. For SendGrid, the email section should look something like:

MAIL_DRIVER=smtp
MAIL_HOST=smtp.sendgrid.net
MAIL_PORT=587
MAIL_USERNAME=yourSendgridUsername
MAIL_PASSWORD=yourSendgridPassword

With the username and password filled in with your correct SendGrid
account information.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#977 (comment)

@johnfelipe
Copy link
Author

when i sign up user is not recieved email, why?

@krusynth
Copy link
Contributor

You'll need to check the email log at SendGrid to see if it's even trying to send the emails. If not, double check the host, port, username, password, and driver.

@sethetter
Copy link
Collaborator

@johnfelipe did you happen to get this worked out?

@johnfelipe
Copy link
Author

Nop, is not working how can i solved

@sethetter
Copy link
Collaborator

@johnfelipe did you happen to check the log on SendGrid to see if the emails are going through there?

@IuliiSe
Copy link

IuliiSe commented Nov 28, 2016

hi @sethetter ! I have a similar issue - the app does not send out email notifications.

I've configured Sendgrid credentials in .env and tested it via telenet (telnet smtp.sendgrid.net 587.

It works. So, the emails can be send out manually, but not by the app.

Is there a need to look into the services?

@sethetter
Copy link
Collaborator

@IuliiSe @johnfelipe we've deployed a new version! Can you try that out and see if you're still having issues with SendGrid? Also, is this for a locally running instance? Or on a public server somewhere?

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

No branches or pull requests

5 participants