Code:
semailto = "test@testing"
sbody = "test email body"
DoCmd.SendObject acSendNoObject, , , semailto, , , sbody, , False
I sent this email without opening outlook
EDIT: just noticed it in my outbox when I opened after a second test, must have been too quick the first time to catch.
There are tons of solutions out there but they all involve installing dll's to help with the process, how much latitude do you have in installing additional software to handle emailing without using outlook?
Here's a link to one that doesn't seem to require a dll though:
http://www.dbforums.com/microsoft-ac...t-outlook.html