Hi there. I currently have an issue with 2 different configurations of EMAIL in django. One uses webfaction smtp and the other gmail's. Both configurations actually works fine (the emails are sent properly), BUT each email is sent twice. The code is viewed and reviewed and is correct. The email settings in each project are correct too. So, the problem could be in ... < please complete the sentence > Regards, thanks in advance! Pedro asked 28 Oct '11, 16:00 pedromagnus |
Without seeing your code, it seems like the function to send the e-mail is being called more than once.