how to insert customer's email into "user message" (welcome email)

questions

Verified User
Joined
Oct 24, 2009
Messages
144
How do I insert customer's email into "user message" (welcome email).

I need the |variable name| for the customers email. Is there a place that lists all variables?
 
Hello,

The email token should just be:
|email|

The full list of tokens will be (stored in the "data" container):
1) If it's a reseller, dump the reseller.conf into data.

2) Dump the user.conf into data. Overwrites anything duplicated from the reseller.conf.

3) Add tokens:
ns1ip
ns2ip
PORT
SERVERNAME
OWNED

4) If "ip" is an IPv6 (eg: 1::2:3:4), "ip" is changed to be [1::2:3:4] (add square brackets)

Then data is send to the tokenizer to chew on it for the u_welcome.txt file, then sent.

John
 
Back
Top