Jump to content

OK Im an idiot...


docex

Recommended Posts

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 by docex
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated