PolarWolf Posted February 24, 2011 Share Posted February 24, 2011 Hi there, This is probably a silly question, but how do I send a e-mail template with hook...say after the client paid? function send_some_template($vars) { *something to send an email template with* } add_hook("InvoicePaid",1,"send_some_template") Regards, 0 Quote Link to comment Share on other sites More sharing options...
gcphost Posted March 4, 2011 Share Posted March 4, 2011 Hi I'd love to know how to do this too - it is not silly - but a good question. We need to send mail with hooks. How? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.