steven-one Posted March 14, 2011 Share Posted March 14, 2011 Is it possible to show the current date in the email that is send as reminder or as an overdue email? I want to set this up like an official letter. Therefore I need to show the date the email was send in the email itself. Any ideas? 0 Quote Link to comment Share on other sites More sharing options...
Alistair Posted March 14, 2011 Share Posted March 14, 2011 It's {$todaysdate} but it doesn't work on emails as far as I can tell. 0 Quote Link to comment Share on other sites More sharing options...
steven-one Posted March 14, 2011 Author Share Posted March 14, 2011 I've tested it. Doesn't work. I get an empty email. Is this the only option? One that doesn't work? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted March 14, 2011 WHMCS CEO Share Posted March 14, 2011 Try using this (will work in any template file - client area or email): {php} echo date("l jS F Y"); {/php} Matt 0 Quote Link to comment Share on other sites More sharing options...
ocosa Posted August 24, 2011 Share Posted August 24, 2011 Try using this (will work in any template file - client area or email): {php} echo date("l jS F Y"); {/php} Matt It didn't work for me in the email template. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.