I have followed the installation steps provided by the repository provider of django-mailer
but when I try the ./manage.py test mailer
command
or ./manage.py send_mail
command
I receive this error:
from six.moves.urllib.parse import quote
ImportError: No module named urllib.parse
I receive this error on both my development machine and the production server.
On both I run Python 2.6
I already asked under issues tracker of django-mailer
but there was no reply. As I really need to implement this sort of functionality in a few days on a project, this is my last atempt to use this otherwise I will have to come up with another solution.
Any suggestions would be very appreciated.
BR