There sure is a lot of stuff in here about e-mailing from
Access VBA. They seem to divide into four categories:
1. Those that require Microsoft Outlook
2. Those that require Lotus Notes
3. Those that require GroupWise
4. Those that will use any e-mail client, provided the
client is running and logged in
We have groupwise, and every time there's an upgrade,
we have to tweak the code. Also every time the password
changes. So does anyone know of a VBA equivalent to the
dot-net System.Net.Mail ? That thing works even if
there's no e-mail client and no account available.
All it needs is the IP address of an SMTP server that
will accept port 25 connections from the machine
the VBA is running on.
(Or a hostname and a DNS server that knows the name)
Thanks,
--
Wes Groleau
Access VBA. They seem to divide into four categories:
1. Those that require Microsoft Outlook
2. Those that require Lotus Notes
3. Those that require GroupWise
4. Those that will use any e-mail client, provided the
client is running and logged in
We have groupwise, and every time there's an upgrade,
we have to tweak the code. Also every time the password
changes. So does anyone know of a VBA equivalent to the
dot-net System.Net.Mail ? That thing works even if
there's no e-mail client and no account available.
All it needs is the IP address of an SMTP server that
will accept port 25 connections from the machine
the VBA is running on.
(Or a hostname and a DNS server that knows the name)
Thanks,
--
Wes Groleau