Question : Send email via DoCmd.SendObject , , , "[email protected]", , , "Test email", "Ca past 6 days", , True

I am trying to send an email from my Access db when certain conditions accur.

I am using          DoCmd.SendObject , , , "[email protected]", , , "Test email", "Ca past 6 days", , True


Nothing is sent.  Why.

I need to send this message with any email , whether it is outlook , lotus notes, Eudora,or incredimail.

What am I doing wrong?

Answer : Send email via DoCmd.SendObject , , , "[email protected]", , , "Test email", "Ca past 6 days", , True

I am using the following code, but it does not send anything.  The "Qry_address" is a query within the Access DB


DoCmd.SendObject acSendQuery, "Qry_address", , "[email protected]", , , "Test 6", "body message", False

Please help.
Thanks,  Don
Random Solutions  
 
programming4us programming4us