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
It would be awesome if somehow you could set limits to the number of mail send per day.
This would be possible if a variable/log would be hold with all hosts sending mails.
Or at least a total number of mail per day.
I would like to help out, but I am not a go programmer yet.
The text was updated successfully, but these errors were encountered:
The log does track emails that are sent. You just need to set debug to true in the configuration. This can be done either by using the following JSON configuration file:
{
"log": {
"debug": true
}
}
...or by passing the -debug flag when starting the application.
It would be awesome if somehow you could set limits to the number of mail send per day.
This would be possible if a variable/log would be hold with all hosts sending mails.
Or at least a total number of mail per day.
I would like to help out, but I am not a go programmer yet.
The text was updated successfully, but these errors were encountered: