I do emails with this module outside of MS Outlook Exchange. From event VBA, I pass parameters building the subject line, to email and body to this famous common module.
Option Compare Database
Public Function Xmail(strTo As String, strFrom As String, strSub As String, strBody As String...