简体   繁体   中英

How to make Auto send email without opening the flutter app?

My project is to remind the users through gmail that their meeting is 1 day left. I want to achieve this by autosend email when the difference of todayDate and ScheduledDate is 24hrs difference. The email must be sent without opening the app. it should be auto send.

What api or other things i should use to achieve this?

You need some backend service for this. You can create your own and set a scheduler (cron maybe) or just find some serverless platform that can execute scheduled functions.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM