function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
BudduBuddu 

Sending a Mail Continously for 50 days

Query: When a lead in created the mail has to be send continously for 50days.Please help me........... 

prakash_sfdcprakash_sfdc
Two possible solutions:

Time Dependent workflow
Apex Scheduler (Recommended)
Nazeer AhamedNazeer Ahamed
 

I have been asked to provide solution for these kind of requiremends, my best recomendation is to create task so it will appear in user's home page as a reminder whenever they login to SFDC !!! Kudos? ?

 

If you are decided with email then Schedulable apex class to query specific leads and compose email using Email Message methods. This class can be scheduled daily.