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
Importantbool`json:"important" mapstructure:"important"`// whether or not this message is important, and should be delivered ahead of non-important messages
44
44
MandrillAPIKeystring`json:"mandrill_api_key" mapstructure:"mandrill_api_key"`// mandrill api key
45
+
MaxBccRecipientsint`json:"max_bcc_recipients" mapstructure:"max_bcc_recipients"`// max amount for BCC
46
+
MaxCcRecipientsint`json:"max_cc_recipients" mapstructure:"max_cc_recipients"`// max amount for CC
47
+
MaxToRecipientsint`json:"max_to_recipients" mapstructure:"max_to_recipients"`// max amount for TO
0 commit comments