I am currently sending quotes from a database as attachments using Outlook ie:
Set objOutlook = CreateObject("Outlook.application")
Set objEmail = objOutlook.CreateItem(olMailItem)
I need to achiece the same outcome by bypassing outlook and either sending dirctly vie a designated mail server...