docex Posted November 6, 2008 Share Posted November 6, 2008 (edited) None of my products are actual hosting accounts. Im trying to get the welcome email for each product to send a protected link to each customer, based on which product they purchase. Each product gets a different welcome email, only WHMCS is only sending the default ORDER CONFRIMATION email no matter which product is purchased. So, I've setup a "server" for each product. Here's the contents of the server PHP file: <?php function none_ConfigOptions() { $configarray = array(); return $configarray; } function none_CreateAccount($params) { return "success"; } function none_SuspendAccount($params) { return "success"; } function none_UnsuspendAccount($params) { return "success"; } function none_TerminateAccount($params) { return "success"; } ?> The account is automatically setup, but the dang default email is still sent. Is there any way to specify which email is sent using these server settings? For example I can have it send email template #35 instead of the default email? THANK YOU THANK YOU for help. Edited November 6, 2008 by docex 0 Quote Link to comment Share on other sites More sharing options...
WisTex Posted November 7, 2008 Share Posted November 7, 2008 You're not an idiot. And I too would like to know how to make it send a customized order confirmation e-mail. 0 Quote Link to comment Share on other sites More sharing options...
handsonwebhosting Posted November 8, 2008 Share Posted November 8, 2008 From what I understand there is only ONE "order confirmation" email that is sent (telling customers that you have recieved the order, will process it shortly and give them the details). Then in each of the products, there's a WELCOME email which you can define to different packages etc. 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.