HOW TO CUSTOMISE TASKS! in en_us.notify_template.html

i need to add TASK_STARTDATE! :frowning:

when i receive the email STARTDATE NOT DISPLAY

The variables used in that template must match what the code is assigning to them when preparing the template.

So you would need to customize this file and add an assign for your new variable:

https://github.com/salesagility/SuiteCRM/blob/master/modules/Tasks/Task.php#L351

Done dude. Thanks