Email using SendObject to Novell Groupwise

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to send an email from Access through Groupwise. It initially
worked automatically, but has since started giving me the "You need to fill
in the 'To' field" error and fails to send it. I haven't changed my code
any, but here's what I currently have:

DoCmd.SendObject , , , strEmailAddress, , , strEmailSubject,
strEmailMessage, False

I've also tried using the adSendNoObject option. Does anyone know what may
be causing this?
 
Me said:
I'm trying to send an email from Access through Groupwise.

I don't know your specific problem. However as an alternative there
is a page on Novel Groupwise with a few links at 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
 
Back
Top