Hello.
After realizing that, when an incoming message is addressed to multiple “to” addresses at @myapp.anvil.app
, the decorator @anvil.email.handle_message()
feeds a separate copy of the message for each “to” address to my message handling function, I started wondering exactly what counts toward my email quota, and I couldn’t find the answer in the docs or here on the forum.
If Incoming email messages do count toward my email quota, then does Anvil.Works count a message addressed to multiple “to” addresses at @myapp.anvil.app
as one message, or does it count the message once for each “to” address?
If an Outgoing message has multiple addressees listed in the To: field, the CC: field, and the BCC: field, then does Anvil.Works count it as a single message, as three messages, or as one message for each addressee?
Thanks in advance!