on a somewhat more complicated note, but not really, once you do it
you can use dotnet code examples for emailing (there's many)\
and wrap it up in a com object
and once it is in a com object, you can call it from access as a createobject with no problem
I know that sounds complicated, but many machines already have .net 2.0 or at least 1.1 installed...
the only reason I say this is because way back in the asp day, I looked and looked for a free emailer
there's isn't one
I ended up using the one from evan's tech, which was ok, but it doesn't support SSL, but I didn't care... since I was using it internally to my own email server
there are others, but none free.... search on .net emailer
if you wanted, I would wrap one for you. It wouldn't take me very long, so I offer.
I sort of have to do it anyway.