You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xx@yy:~/webapps/dictanote$ ./manage.py send_newsletter
Starting sending newsletters...
Start emailing 1
1 emails will be sent
- Processing 1/1 (5)
smtp connection raises Could not parse the remainder: ',uidb36=uidb36,token=token' from 'newsletter.slug,uidb36=uidb36,token=token'
End session sending
Not really sure where this extra part is getting added. Any help ?
The text was updated successfully, but these errors were encountered:
If you're using Django >= 1.5 you have check all url tags and correct them. For example, in the file newsletter_link_site.html the url line should be modified with the new syntax:
{% url 'newsletter_newsletter_contact' slug=newsletter.slug uidb36=uidb36 token=token %} and so on...
Not really sure where this extra part is getting added. Any help ?
The text was updated successfully, but these errors were encountered: