From 47d33271ac9a80e095197c409808c68d23a47e6c Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Wed, 28 Apr 2010 22:08:17 +0200 Subject: [PATCH] Fix markdown syntax --- reference/en/20 - Send mails.markdown | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/reference/en/20 - Send mails.markdown b/reference/en/20 - Send mails.markdown index 1f097e1..2c535e6 100644 --- a/reference/en/20 - Send mails.markdown +++ b/reference/en/20 - Send mails.markdown @@ -36,32 +36,34 @@ Now you need to modify it in Admin->Tools->Mail templates. A Mail template has t #### Name The unique name of the template, used in your PHP code to identify it. -Ex: "sign_petition_confirmation" +eg. "sign_petition_confirmation" #### Description Short description to help you remember what this mail template is used to. -Ex: "Congrat a user who just signed up a petition" +eg. "Congrat a user who just signed up a petition" #### Active Whether to send emails that use this template or not. #### Subject The one-line mail subject. -Ex: "Hello, dear %user_name%" +eg. "Hello, dear %user_name%" #### Body The mail body. -Ex: "Thanks for signing the petition %petition_name%!" +eg. "Thanks for signing the petition %petition_name%!" #### From Email The "from" header of the mail. -Ex: "webmaster@mysite.com" -Ex: "Sergio " +eg. + "webmaster@mysite.com" + Sergio " #### To Email The email, or list of emails, that will receive the mail. -Ex: "%user_email%" -Ex: "Sergio , other-mail@domain.com" +eg. + "%user_email%" + "Sergio , other-mail@domain.com" Other advanced fields are available to send carbon copies and/or customize the mail headers.