Please read: https://forums.digitalpoint.com/threads/help-with-php-email-event-code.2832718/ If you can get this working for me, I will pay $10 via paypal. I have other bits I need to get working […] See original post by invalid@example.com (NITRO23456)

Hi all I am trying to send an email using a 'before record updated' event code. Currently I have this which works perfectly: $email="user@email.com"; $from="donotreply@website.com"; $msg=""; $subject="New Record Added"; $msg.= "Field One: […] See original post by invalid@example.com (NITRO23456)