“Permission denied” when trying to send verification email
问题 I'm running a django website on a fedora server (Fedora release 15 (Lovelock)) using Apache and mod_wsgi. recently I tried to add a registration system using the django-registration app (version 0.7), but unfortunately I get a "[Errno 13] Permission denied" when the app is trying to send verification email to a newly registered user. I've configured the setting file of my project to send emails using a gmail account this way: EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' EMAIL