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
Code: Select all
$stages['stage-download']