|
d. Email Templates |
Top Previous Next |
|
□ activation_email.tpl - the template for user activation letter
• Used blocks:
o subject - subject of the letter
o message - message
• Local variables:
o $user - the array contained information about a user
□ password_change_email.tpl - the template for the letter of user password change
• Used blocks:
o subject - subject of the letter
o message - message
• Local variables:
o $user - the array contained information about a user
□ admin_listing_expired.tpl - the template of the letter which informs the administrator about an expired listing
• Used blocks:
o subject - subject of the letter
o message - message
• Local variables:
o $listing_sid - SID of an expired listing
□ admin_user_contract_expired.tpl - the template of the letter which informs the administrator about an expired user contract
• Used blocks:
o subject - subject of the letter
o message - message
• Local variables:
o $contract_id - ID of an expired user contract
□ admin_user_registration_email.tpl - the template of the letter which informs the administrator about a newly registered user
• Used blocks:
o subject - subject of the letter
o message - message
• Local variables:
o $user_sid - SID of a newly registered user
□ contract_expired.tpl - the template of the letter which informs a user about an expired contract
• Used blocks:
o subject - subject of the letter
o message - message
• Local variables:
o $user - information about a user
□ admin_add_listing.tpl - the template of the letter where the administrator informs about a new listing
• Used blocks:
o subject - subject of the letter
o message - message
• Local variables:
o $listing_sid - SID of a new listing
□ listing_expired.tpl - the template of the letter where a user is informed about an expired listing
• Used blocks:
o subject - subject of the letter
o message - message
• Local variables:
o $user - information about a user
o $listing_sid - SID of an expired listing
□ listing_activation.tpl - the template of the letter where a user is informed about listing activation by the administrator (the template contains in the administration part)
• Used blocks:
o subject - subject of the letter
o message - message
• Local variables:
o $listing_sid - SID of an activated listing |