Scheduling email in apex
974898Nov 19 2012 — edited Nov 19 2012Hi all,
i want to schedule an email in my application,that should deliver automatically when all the conditions are true.
mail body is mentioned below :
Dear Sir/Madam,<p>We have received the following compliance document on   <P_MONTH> <P_YEAR>:<p> 1.Declaration Letter for the month of <P_MONTH> <P_YEAR> <BR> 2.Resource list cum Contribution statement for the month of <P_MONTH> <P_YEAR> <BR> 3.PF remittance challan copy for the month of <P_MONTH> <P_YEAR> <BR> 4.ESI remittance challan copy for the month of <P_MONTH> <P_YEAR> <BR> <P>Thank you for the same and looking forward to your continued cooperation.<P> Thank you<BR> <p> Regards, <BR> Labour Law Compliance Team <p>
Once all the 4 documents received from the vendor side then system should automatically send mail to vendor with above mentioned body.
How can do this in apex?
what are the steps involved for this scheduling?
Thanks in advance,
Anees