I have seen questions for rerouting the notification email - but what I want to do is send a email that is not apart of the notification email - since I'm scripting an email from some of the information collected in the email to generate a paypal link for the user to use.
It seems that the email is being sent - but while I receive the notification email, I'm not receiving the email sent through my hook script.
Also - since I use one hook script to change some information for my form (via the http://forum.gravityhelp.com/topic/renaming-uploaded-files-before-saving - thanks!) - if I run another script pulling the entry information and dumping it into another database for use else where - my change doesn't follow - so could be hook scripts be running at the same time or is there a set order I can use.
I know - I'm asking two questions here.