Index
MAIN MENU

Email Manager邮件管理

The Email Manager is used for editing and creating Custom Emails. A custom email is an email that is sent to the customer in addition to the normal receipt that they receive. This is a chance for you to let customers know more about your other products, how to complete the registration, etc. It gives you a chance to have a completely customizable email that you can have sent to customers. You can click on the name to edit the contents or click on [Create New] to have a new custom email. If you create a new custom email it will not be automatically used in your products. You would need to visit the contact page and let us know the product that should be updated, and the email ID that you would like to use. 邮件管理是用来编辑和建立客制化邮件。客制化邮件是指发给客户的正常收据以外的邮件,这是一个让客户了解您的其他产品、如何完成注册等等的好机会,您可以通过它向您的客户发送完全客制化的邮件。您可以点击邮件名字来编辑内容或者点击[Create New]建立一个新的客制化邮件。新建的客制化邮件并不会自动应用到您的产品中,您需要访问contact page告知我们哪个产品需要修改以及您想使用的邮件ID。

Entering HTML into the contents of an email will not actually make it display as html to most clients. For maximum compatibility, please use plain text only. 事实上邮件内容中所输入的HTML无法向大多数客户显示为html。为了更好地兼容,请只使用纯文字格式。

When editing the content of an email, certain "tags" are available which will include information from the order itself.  Some common tags are: 编辑邮件内容时,可利用一些包含了订单本身信息的标识符。一些常见标识符是:

Order Specific Tags 用于订单上的标识符

License code: <SOFTSELL DELIVERY="license:license_code">

Download link: <SOFTSELL DELIVERY="download:download_url">

<SOFTSELL ORDER="ID">
<SOFTSELL CUSTOMER="NAME">
<SOFTSELL CUSTOMER="EMAIL">
<SOFTSELL CUSTOMER="COMPANY">
<SOFTSELL CUSTOMER="FNAME">
<SOFTSELL CUSTOMER="LNAME">
<SOFTSELL CUSTOMER="ADD1">
<SOFTSELL CUSTOMER="ADD2">
<SOFTSELL CUSTOMER="CITY">
<SOFTSELL CUSTOMER="STATE">
<SOFTSELL CUSTOMER="ZIP">
<SOFTSELL CUSTOMER="COUNTRY">
<SOFTSELL CUSTOMER="PHONE">

Order Item Specific Tags 用于订单产品的标识符

<SOFTSELL PRODUCT="NAME">

<SOFTSELL ADDITIONAL="*">

If your product has additional, custom fields defined, then these can be accessed by name using this tag. 如果您为产品定义了额外的客制化字段,那么可以利用这个标识符根据名称进行读取。
<SOFTSELL DELIVERY="*">
Tags in this format correspond to certain methods of delivering a product. Possible values are too numerous to list and are specific to the method in which your product is delivered. If you have any questions about these tags or what they may contain, please contact us. 这种格式的标识符与某些产品交付方式相对应。由于可能的值众多,所以无法一一列出,其中可能有您产品交付方式中的特定的值。如果您对这些标识符以及它们可能包含的内容有疑问,请与我们联系。