Marvin1949
New member
- Local time
- Today, 17:39
- Joined
- Sep 22, 2009
- Messages
- 1
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 or via outlook express or possibly Thunderbird.
Can anyone help?
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 or via outlook express or possibly Thunderbird.
Can anyone help?