Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while sending newsletter #79

Open
anilshanbhag opened this issue Oct 6, 2013 · 2 comments
Open

Error while sending newsletter #79

anilshanbhag opened this issue Oct 6, 2013 · 2 comments

Comments

@anilshanbhag
Copy link

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 ?

@mfoacs
Copy link

mfoacs commented Nov 6, 2013

Same here...

@mfoacs
Copy link

mfoacs commented Nov 7, 2013

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants