Sriram - 2020-12-13 07:46:54 -
In reply to message 1 from Arumugam P
This can be deployed as a library, and the example section has a sample code that does email handling
the file is at
[src]/Com/Angeldrome/Examples/Emailer.php
$this->sendEmail($to_email, $to_name, ["title" => "Email Title", "content" => "Email Content"], "A TEST EMAIL", Constants::EMAIL_TEMPLATE_DEFAULT);
this will send email per the default template that is available in the package (means can be customised to meet specific email body)
\Com\Angeldrome\Shells\Cron::run();
this is the cron execution call. (ideally scheduled via crontab)