I have been tasked with keeping a record of AR invoice emails for 1 year. I assumed i could just set a default BCC and automatically BCC each email sent out, unfortunately my tinkering appears seems that even though the field exists on the E-Invoice report table it appears to be ignored.
My next guess is to just record all email sent out by the system, but i cant find out where it stores these emails it logs.
If anyone knows about how to get it to BCC E-Invoices that might could also work.
Do you happen to know what table stores the Email message? I see a MessageID column on the MailLog table, but i just don’t see a table that you can link that with.
Do you happen to know anyway to correlate a given Mail log to anything else?
Does the Mail log UI let you filter by customer ID or Invoices, because the Mail log table does not seem to have any information that lets you link it back to the event that caused the email to be sent?
We’re doing SMTP/365 emails from Kinetic…so I can just open Outlook to the mailbox of the sending address (we only use one, not personalized) and find whatever message I need. You could probably export a list of sent messages for a specific timeframe and build a report from that.
Exchange (M365) has all sorts of reporting built in. Both from the EAC or Exchange CLI. If you use any of the other SMTP services (SendGrid, MailGun, AWS SES, etc.) they all have their own logging to. Most of those don’t log email body or attachments. But, the meta data is logged.
If you need the actual attachments and body you’d need to Bcc the email to a compliance mailbox or send from a mailbox and get the sent emails.
darn thanks though. sadly i tried to make a bpm, but it appears to ignore the BCC when using the Mass generate E-Invoice process.
The Table has a column for Default BCC but the UI does not list the BCC field for input, and when i made a BPM to populate it, the process ignored it.
There’s a flag that your M365/Exchange admin can enable/disable to copy SMTP sent items to the mailbox. That may be off if it’s not keeping a copy.
I am the admin for Epicor and our email provider account. I’ll give the email provider a call and see if its a back end thing that i don’t have access too.
Thanks for the help guys