Send Emails to Emails in Database After Record Inserted

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
jmgrafixx
User
Posts: 1

Send Emails to Emails in Database After Record Inserted

Post by jmgrafixx »

How can I send emails to all emails in a database after a record has been added? E.g. I have a "Seller" table and after someone has inserted a property, an email has to be send to all the entries/emails in the "Agents" database.


mobhar
User
Posts: 11736

Post by mobhar »

Simply enable "On Add" under "Fields" setup -> "Email Notification" from PHPMaker, and re-generate ALL your script files.

In addition, read "Email_Sending" server event under "Server Events and Client Scripts" in the help file for more information.


Post Reply