Does anyone had success getting Django to send emails when hosting on Dreamhost?

后端 未结 5 1794
无人共我
无人共我 2021-02-04 17:53

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 an

5条回答
  •  野的像风
    2021-02-04 18:20

    Do you have an SMTP server set up anywhere? As people have suggested here, you can easily use gmail, but you are by no means limited to using only Gmails SMTP server. You can create your own on your own hardware if you like, or you can use a number of free SMTP servers out there. I'd say the most fun would be to set up your own box and make your own SMTP server ;)

提交回复
热议问题