Email Sending event

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

Email Sending event

Post by coconut »

Hi,

in my database i use the email sending event e.g. a field value is changed and then one person get a mail.
It is possible to log that this emails was sent ? e.g. in Audit trail ?

Thanks!


mobhar
User
Posts: 11703

Post by mobhar »

Yes, it is. Just call "ew_WriteAuditTrail" global function to log the email. For more info, see that function code in the generated "phpfn*.php" file.


Post Reply