Sending Email using Outlook

Catalina

Registered User.
Local time
Today, 12:08
Joined
Feb 9, 2005
Messages
470
Using Access & Outlook 2010.

This works:

Code:
Set objOutlookRecip = .Recipients.Add("myemail@gmail.com")

This doesn't. Outlook throws an error saying it does not recognise it.

Code:
Set objOutlookRecip = .Recipients.Add("myemail@gmail.com; youremail@gmail.com")

Any suggestions how to solve this.

Thanks.
 
Yes, that's how it works.

Thanks AccessMSSQL

Catalina
 
Is there a way to make it auto send given a specific time each day?
 

Users who are viewing this thread

Back
Top Bottom