You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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):
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
The text was updated successfully, but these errors were encountered: