First time here? Check out the FAQ!
1

Is there a way to integrate subscription to a MailChimp on registration?
 

That would be great to provide new users with an easy way to subscribe to a mailinglist. MailChimp is the first solution that comes to mind, but maybe there is something else already in place for that matter in AskBot?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
BanzaiTokyo's avatar
61
BanzaiTokyo
asked 8 years ago

Comments

see more comments

1 Answer

0

Search for something that works for Django, then register auto-subscription with the post_save signal on the User model.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 8 years ago
link

Comments

see more comments