How do I send a recurring email on Outlook 365?
I'd like to schedule a recurring email to be sent every week from my Outlook 365 account, that will be sent even if I'm offline or don't user Outlook at the moment. Is there a way to do that?
1 Answer
If your Office 365 subscription includesMicrosoft Flow, a scheduled flow can be used as follows.
Create a new Flow with a "Schedule" trigger.
Show advanced options for the trigger.
Set the Frequency to Monthly ; set Interval to 1; select your time zone; and set the start date. For example, use
2017-07-26T00:00:00Zto start at midnight UTC the 26th day of every month.Set the Action to
Office 365 / Send an email. Show Advanced options if needed, and complete filling in needed fields.Give your flow a name and save it.
On the saved flow page, you may use the ... More button to run the flow
immediately for testing.