Re: add users to google group django

2017-07-01 Thread Constantine Covtushenko
Hi Brian, A quick overview of your requirements. There should be a signup flow that adds user email to specific Google Group. So basically you are trying to get just emails from user. And you are not going to verify emails, activate/deactivate users, add secured section to you site, except admin

add users to google group django

2017-06-30 Thread Brian Lee
I have a quick question about handling email updates using Django. My organization uses a Google Group to send mass emails to those added to the email list, and I was looking to add a 'sign up' widget to the footer of the website (It's a non-buisness Google Group). Is it possible to utilize Goo