I have a CF form that when posted sends an email with an attachment from our website to an email specified in the form.
The email is sent using the CFMAIL tag.
Pretty straight forward.
Now for compliance reasons I need to keep records of what was sent to whom and when.
Ideally I'd like to run the emails though our mail server and not the CF server.
Is something like that possible?