Skip to main content
Topic: PHPRad mailing components (Read 1826 times) previous topic - next topic

PHPRad mailing components

PHPRad mailing components.

These setting helps to send email after an action is performed on a page.
Such as
  • Record Add
    Record Updated
    Record Viewed
    Record Deleted


MailTitle
Example New Orders Record Added

MailBody
You can access page record with $modeldata[fieldname]; for Add and Edit Pages
Example
Code: [Select]
Hi Admin, New Orders record has been added successfully.
Link : <a href='$site_addr#/orders/add/$rec_id'>$rec_id</a>
Date added : $time
Customer Name: $modeldata[customer_name]

You can access page record with $record[fieldname]; for View Page.