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

Configure E-mail to Send Through NCSU for worklog.fi.ncsu.edu #34

Open
bmbouter opened this issue Sep 6, 2012 · 3 comments
Open

Configure E-mail to Send Through NCSU for worklog.fi.ncsu.edu #34

bmbouter opened this issue Sep 6, 2012 · 3 comments
Assignees

Comments

@bmbouter
Copy link
Owner

bmbouter commented Sep 6, 2012

I'm not sure why the worklog.fi.ncsu.edu is able to send e-mail. There is nothing in the code that I can find that sets the SMTP servers to send through.

Either way, the following settings should be set and tested for worklog.fi.ncsu.edu

### EMAIL SETTINGS

EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'smtp-vip.ncsu.edu'

### EMAIL SETTINGS
@ghost ghost assigned maheshl and bmbouter Sep 25, 2012
@bmbouter
Copy link
Owner Author

bmbouter commented Oct 5, 2012

The only way NCSU accepts mail to be sent is if it comes from on campus (which our server is) and if the from address is something that ends in ncsu.edu. To do this properly, every e-mail that sends needs to specify a from address of (including quotes):

"Friday Institute Worklog" [email protected]

@ghost ghost assigned maheshl Oct 5, 2012
@maheshl
Copy link
Collaborator

maheshl commented Oct 18, 2012

Commits f10d066 and 40f2be9 have corresponding changes

@bmbouter
Copy link
Owner Author

Code now uses DEFAULT_FROM_EMAIL directly with commit 4bd5152 I still need to test this code, and then deploy to worklog.fi.ncsu.edu

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

2 participants