PDA

Click to See Complete Forum and Search --> : [RESOLVED] Access VBA to send Email?


Besoup
Jun 10th, 2005, 10:00 AM
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

RobDog888
Jun 10th, 2005, 12:49 PM
Have you searched the Forums for SMTP yet? I have seen a few code samples floating around before.

salvelinus
Jun 10th, 2005, 01:00 PM
I use docmd.sendobject with acnoobject, but that's just for in house stuff.

BazP
Jul 6th, 2005, 10:56 AM
in excel you would use application.dialog(xldialogsendmail).show

maybe there is something similar in access

RobDog888
Jul 6th, 2005, 11:41 AM
If SMTP is what he wants to use then the built in Access DoCmd.SendObject wont work. :(