SMS Email Template

Got a neat new template? Share it here!
Post Reply
User avatar
scotepi
Newbie
Newbie
Posts: 15
Joined: September 8th, 2011, 2:59 pm
Location: Maine
Contact:

SMS Email Template

Post by scotepi »

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: [email protected]
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']
Post Reply