Send an E-Mail in the 1st day of the month

Hello, how can send an e-mail in the 1st day of each month of the year to a list of mails?

Hi @robot_robot

You can use an if condition to check whether it’s the first day of the month or not by using this:

Today.Date.Day.ToString.Equals(“01”)

If yes, you can send the mail.

Best Regards.

1 Like

Hi @robot_robot,

There are several ways to do this, but the simplest and most efficient way to do this is to use UiPath’s Scheduler feature. This allows you to set a schedule for when a process should run, and it will automatically run at the set times.

To set up the Scheduler, you will need to create a process that will send the emails. Once you have the process created, you will need to open the UiPath Orchestrator and go to the Scheduler tab. Here, you can create a new job, select the process you created, and select the time when you would like the process to run. You can set it to run on the first day of each month, or any other time you would like. Once you have saved the job, it will automatically run at the specified time.

This is a great way to automate the process of sending emails to a list of people on a regular basis.

Thanks,