M HYPE SPLASH
// updates

How do I send a recurring email on Outlook 365?

By Emma Terry

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.

  1. Create a new Flow with a "Schedule" trigger.

  2. Show advanced options for the trigger.

  3. 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:00Z to start at midnight UTC the 26th day of every month.

  4. Set the Action to Office 365 / Send an email. Show Advanced options if needed, and complete filling in needed fields.

  5. 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.

source

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy