You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that it could be useful to add the possibility to customize the emails that thephish send to the users that forwarded the email. One way could be to add in the json file configuration.json or in a new json file something like that
"email" : {
"notification" : "Notification text. [{0}] to include the subject of the email",
"safe" : "Safe email text. [{0}] to include the subject of the email",
"malicius" : "Malicius email text. [{0}] to include the subject of the email"
}
The suspicius case is not included because the email notification isn't automatic.
A possible change to the code could be:
I think that it could be useful to add the possibility to customize the emails that thephish send to the users that forwarded the email. One way could be to add in the json file configuration.json or in a new json file something like that
The suspicius case is not included because the email notification isn't automatic.
A possible change to the code could be:
Where config['notification'] is equal to the value of the object Notification.
The text was updated successfully, but these errors were encountered: