Forum Discussion
mjbkcks
Jan 27, 2022Copper Contributor
"Allow / Deny" Dialogue when sending email using MS Access VBA using DoCmd.SendObject thru outlook
When sending email (through Outlook) in MS Access VBA using DoCmd.SendObject I keep getting the "Allow / Deny" Dialogue window for each and every email. I want to send multiple emails programma...
arnel_gp
Jan 28, 2022Iron Contributor
there are recommendation here:
isladogs
Jan 29, 2022MVP
Alternatively, it is possible to send email direct from Access without using Outlook or other email client.
The method used is called Collaborative Data Objects (CDO).
See my article with an example database you can use for test purposes CDO Email Tester