Any tips on testing email sending? Other than maybe creating a gmail account, especially for receiving those emails?
I would like to, maybe, store the emails locally, within a folder as they are sent.
Any tips on testing email sending? Other than maybe creating a gmail account, especially for receiving those emails?
I would like to, maybe, store the emails locally, within a folder as they are sent.
Django also has an in-memory email backend. More details in the docs under In-memory backend. This is present in Django 1.6 not sure if it's present in anything earlier.