-
Notifications
You must be signed in to change notification settings - Fork 34
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
Instructions on how to set up reminder emails? #29
Comments
Good question -- it's been a long time since I did this, and I think the method has probably changed. It looks like now you probably have to run |
Thanks. I ran However, the free quota was not enough for email reminders (only 10 emails daily). Is it common practice to set up billing info to receive the free 100 emails quota per day? |
Also, I believe I also set up email sender in the app following this page: https://cloud.google.com/appengine/docs/standard/python/mail/#who_can_send_mail. In my case, I simply used |
Yeah, the free quota is very limiting here for sure. I think I set up billing so I could get 100 emails per day, which was enough for my needs.
I think that this is something that would need to be configured on a per-install basis. We could add support for that in the config page, or maybe do it some other way. Would be glad to see a pull request. |
BTW if you're using vanilla App Engine, you'll want an email in this form: |
I found cron.yaml which is supposed to send out reminder emails. But following the README.md won't set up reminder emails, I guess? So how to properly set up this feature? Thanks.
The text was updated successfully, but these errors were encountered: