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?

BanzaiTokyo's avatar
61
BanzaiTokyo
asked 2016-06-07 17:31:06 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment 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.

Evgeny's avatar
13.2k
Evgeny
answered 2016-06-30 05:19:17 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments