This tutorial explains how to send email in Access VBA using CDO, SendObject and olMailItem
Send Email in Access VBA using CDO, SendObject, OlMailItem
There are mainly two methods of sending email in Access VBA. The first method is to use CDO Object, another is to use SendObject Method, I will explain each method in the below sections.
Send Email in Access VBA using SendObject Method
To send email using SendObject Method is simple, because it does not require SMTP sever address and port numb...
Read More