



#Not added:
email_notification_new_account <- it's for LDAP group notification
email_notification_title_for_action_relationship_child_resolved
email_notification_title_for_action_relationship_child_closed


#Handled
email_bug_reminder
email_notification_forgotten_password
email_notification_signup
email_notification_title_for_action_blocks_relationship_added
email_notification_title_for_action_blocks_relationship_deleted
email_notification_title_for_action_bug_assigned
email_notification_title_for_action_bug_deleted
email_notification_title_for_action_bug_reopened
email_notification_title_for_action_bug_submitted
email_notification_title_for_action_bug_updated
email_notification_title_for_action_bugnote_submitted
email_notification_title_for_action_dependant_on_relationship_added
email_notification_title_for_action_dependant_on_relationship_deleted
email_notification_title_for_action_duplicate_of_relationship_added
email_notification_title_for_action_duplicate_of_relationship_deleted
email_notification_title_for_action_has_duplicate_relationship_added
email_notification_title_for_action_has_duplicate_relationship_deleted
email_notification_title_for_action_monitor
email_notification_title_for_action_related_to_relationship_added
email_notification_title_for_action_related_to_relationship_deleted
email_notification_title_for_action_sponsorship_added
email_notification_title_for_action_sponsorship_updated
email_notification_title_for_action_sponsorship_deleted
email_notification_title_for_status_bug_acknowledged
email_notification_title_for_status_bug_assigned
email_notification_title_for_status_bug_closed
email_notification_title_for_status_bug_confirmed
email_notification_title_for_status_bug_feedback
email_notification_title_for_status_bug_resolved
email_notification_user_update


#TODO
email_notification_user_update improvement: updated values table
template body improvement: more field! Step to Reproduce, Additional information


#This snippet can discover the parameters
<?php
<h1>Possible parameters:</h1>
echo $this->array_to_table($parameters) 
?>