Does anyone had success getting Django to send emails when hosting on Dreamhost?
问题 Greetings, Does anyone know what are the required fields to have Django send emails when a "500 Internal Server Error" happend? I am hosting my project on Dreamhost and for the life of me I can't get Django to send emails. What are the required fields when hosting on Dreamhost? 回答1: As proposed by S.Mark, you can use gmail. Here is what you need in your settings.py ADMINS = ( ('Your Name', 'your_name@email.com'), ) EMAIL_HOST = 'smtp.gmail.com' EMAIL_PORT = 587 EMAIL_HOST_PASSWORD = 'password