Send EMAIL in Access

  • Thread starter Thread starter Samuel
  • Start date Start date
S

Samuel

Hi all,

I need to send many emails (hundreds) and using the SendObject method it
takes too long because the email client actually sends the email before
getting on with the next email message

Using the mailto: is also not good because there is a limit of the body
field

Can anyone recommend a better method?

Samuel
 
Hi all,

I need to send many emails (hundreds) and using the SendObject method it
takes too long because the email client actually sends the email before
getting on with the next email message

Using the mailto: is also not good because there is a limit of the body
field

Can anyone recommend a better method?

Samuel

use the CDOSys library to automate Outlook? Check Tony Toews' notes?
www.granite.ab.ca
Check the NG for more messages on automating mailings... this kind of
question gets asked frequently.
 
Samuel said:
I need to send many emails (hundreds) and using the SendObject method it
takes too long because the email client actually sends the email before
getting on with the next email message

Microsoft Access Email FAQ
http://www.granite.ab.ca/access/email.htm

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 
Back
Top