49
Views
2
Comments
Solved
Send an email one month prior to the particular date
Question

Hi,

 I want to send a mail where in  an Email should be send 1 month prior to the particular date.

How can I achieve this 


Thanks 

Regards,

Nandini  

2015-12-10 21-59-38
Rob Mooijman
Solution

Nandini T S wrote:

Hi,

 I want to send a mail where in  an Email should be send 1 month prior to the particular date.

How can I achieve this 


Thanks 

Regards,

Nandini  

By a timer that is scheduled daily. In there you query the records that evaluate Currdate() = AddMonths(YourParticularDate,-1) to be True. From there you can implement your specific email logic.


2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi,

Alternatively to the timer soksolutionution, you could implement this with a BPT process with a wait activity and an email activity.

Regards,

Daniel

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.