Hi - I’m trying to send email notifications to my users on two events. First is when they register via USER and the second is when they submit an entry via Safecracker. I looked into several options and none of them seem to work. Standard notifications and MX Notify were not useful. So I am trying to either use email from template (which I’m finding slow) or just straight PHP. In either case, {email} or {logged_in_email} is parsed after those tags run so I can never send to the registrant or submitters email. I tried using snippets and global variables to preparse the email address but nothing seems to work for me.
Suggestions?