views:

40

answers:

1

In a Django unit test driver how do you test if an email is sent?

+3  A: 

I'm not a Django guru (to put it mildly) but it looks like there is some documentation on testing email here: Testing Django Applications | E-mail services. Note that the demonstrated approach is for Django 1.0 and newer.

Duncan Bayne