Auto Email Scheduler


Priya Ingle

2022-03-02 18:18:38


Email version2

You can schedule Email to be executed at a certain time of day, or periodically at a certain interval, and much more.

 

 

1. Click on the mail notification icon. After that Click on the auto email scheduler button.

 
 

 2.After Clicking Auto email scheduler button Now you can see Email scheduler Application.In this form you can Schedule email 

 


  •     How to use DateTime 

  1. DateTime is mandatory

  2. DateTime is also use for send the email at the specified time(one time)

  3. Select  Date time must be after current time 

 

  • How to use Timer scheduler

The Scheduler keeps track of every second and creates a Mule event when the Quartz Cron expression matches your time-date setting. You can trigger the event just once or at regular intervals.

Timer scheduler is a long-running process that executes email at specific dates and times and will run constantly in the background

A date-time expression consists of six required settings and can include the optional year setting.

    "* * * * * *"

  1. Seconds (0-59)

  2. Minutes (0-59)

  3. Hours (0-23)

  4. Day of month (1-31)

  5. Month (1-12 or JAN-DEC)

  6. Day of the week (1-7 or SUN-SAT)

  

Examples:

Expression

Behavior

1/2 * * * * ?

Run every 2 seconds of the day, every day.

0 15 10 ? * *

Run at 10:15 a.m., every day. 0 15 10 * * ? * and 0 15 10 * * ? produce the same effect.

0 15 10 * * ? 2019

Run at 10:15 a.m., every day during the year 2019.

0 * 14 * * ?

Run every minute starting at 2pm and ending at 2:59pm, every day.

0 0/5 14 * * ?

Run every 5 minutes starting at 2pm and ending at 2:55pm, every day

1 1 1 1,7 * ?

Run the first second of the first minute of the first hour, on the first and seventh day, every month.

 

 

Failure Response Structure:

 

If User Pass wrong parameter Email id, password,port or host.

1)Could not connect to port

2)Could not connect to host

3)recipienter Email Address is Invalid Please check

4)Sender Email Address is Invalid Please check

5)password is Wrong Or empty.