Example Input
Product Name: Internet Download Manager
Reminder (days): 30, 15, 5
Template:
Dear {Name},
We hope you’ve been enjoying your order.
{Product}
Order #{O.ID}
{Email}
This is a friendly reminder that your license will expire on {ExpiryDate}.
To avoid any interruption in service, kindly renew your license at the earliest.
Thank you for choosing us!
Best regards,
Zaintech Technologies
https://www.{Website}
Example Output
'Internet Download Manager' => [
'template' => "Dear {Name},\nWe hope you’ve been enjoying your order.\n{Product}\nOrder #{O.ID}\n{Email}\nThis is a friendly reminder that your license will expire on {ExpiryDate}.\nTo avoid any interruption in service, kindly renew your license at the earliest.\nThank you for choosing us!\n\nBest regards,\nZaintech Technologies\nhttps://www.{Website}",
'reminders' => [30, 15, 5],
],