Anyone have some code to show me how to get this done? Also if there is a way to add a login and password for SMTP authentication, that would be cool too. :D
Thanks
Printable View
Anyone have some code to show me how to get this done? Also if there is a way to add a login and password for SMTP authentication, that would be cool too. :D
Thanks
Have you searched the Forums for SMTP yet? I have seen a few code samples floating around before.
I use docmd.sendobject with acnoobject, but that's just for in house stuff.
in excel you would use application.dialog(xldialogsendmail).show
maybe there is something similar in access
If SMTP is what he wants to use then the built in Access DoCmd.SendObject wont work. :(