Plugin Directory

Changeset 1512732


Ignore:
Timestamp:
10/11/2016 01:55:27 PM (9 years ago)
Author:
thebluecube
Message:

Minor update of the readme file content.

Location:
bluecube-email-templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bluecube-email-templates/tags/1.0/readme.txt

    r1341255 r1512732  
    1 === BlueCube Email Templates ===
     1=== Blue Cube Email Templates ===
    22Contributors: thebluecube
    33Donate link:
     
    2323This plugin creates a global instance of the BlueCube\Email_Template class which is called $bluecube_email_template. Once you have created a template, you can use the sendEmail() method of the instance to send out your emails.
    2424
    25 $email_args = array(
     25`$email_args = array(
    2626    'template_title'    => 'your-template-title',
    2727    'to'                => $email,
    2828    'variables'         => array('username' => 'JohnDoe', 'user_email' => 'test@test.com'),
    2929);
    30 $bluecube_email_template->sendEmail($email_args);
     30$bluecube_email_template->sendEmail($email_args);`
     31
    3132
    3233
  • bluecube-email-templates/trunk/readme.txt

    r1341255 r1512732  
    1 === BlueCube Email Templates ===
     1=== Blue Cube Email Templates ===
    22Contributors: thebluecube
    33Donate link:
     
    2323This plugin creates a global instance of the BlueCube\Email_Template class which is called $bluecube_email_template. Once you have created a template, you can use the sendEmail() method of the instance to send out your emails.
    2424
    25 $email_args = array(
     25`$email_args = array(
    2626    'template_title'    => 'your-template-title',
    2727    'to'                => $email,
    2828    'variables'         => array('username' => 'JohnDoe', 'user_email' => 'test@test.com'),
    2929);
    30 $bluecube_email_template->sendEmail($email_args);
     30$bluecube_email_template->sendEmail($email_args);`
     31
    3132
    3233
Note: See TracChangeset for help on using the changeset viewer.