SMS Email Template

Got a neat new template? Share it here!

SMS Email Template

Postby scotepi » September 22nd, 2011, 12:12 am

Does anyone have a simple email template that works well for SMS/MMS? I would like just basic info such as file name, success or what step failed, category, site, time and maybe average speed.

I have one however the hard coded To: isnt working, yes i have tested that sms gateway and it works. The email is being delivered to my "Email Recipient" not the gateway.

Code: Select all
## These are the email headers
To: 55555@vtext.com
From: $from
Date: $date
Subject: $name
X-priority: 5
X-MS-priority: 5
## After this comes the body, the empty line is required!

<!--#if $status then "completed" else "failed" #-->; $size


I would also like to add the "Downloaded in 21 minutes 15 seconds at an average of 545 KB/s" But I couldnt get past this, apparently there is 1 more step in the array.
Code: Select all
$stages['stage-download']
User avatar
scotepi
Newbie
Newbie
 
Posts: 15
Joined: September 8th, 2011, 3:59 pm
Location: Maine

Re: SMS Email Template

Postby trungvirgo205 » April 2nd, 2012, 10:27 am

I also have this case, hope to get help.
Knowledge is infinite.
trungvirgo205
Newbie
Newbie
 
Posts: 4
Joined: April 1st, 2012, 4:22 am


Return to Templates