J
Joe_Black
Hi all,
I have googled this and found some answers but none that give me exactly
what I'm after, maybe someone here can help.
I have an app that will be distributed to users for their laptop and
home PC's, I have no idea what operating system they are using although
it will be at least Win 98, I also have no idea what mail client they
will be using or which ISP their mail account is with. I would like to
send an email from the app using their default mail account, I had a
look at the System.Web.Mail classes, specifically MailMessage class, but
this requires a mail server, how would I get this information from the
system? also it requires a mail from field which I would like to get
from the system without asking the user to enter it, again how is this
achieved?
Is there another way to do what I want to do, I know that there are the
Indy components but I'd rather avoid having to distibute more Dll's,
unless the Indy route is the best.
The only thing I can guarantee is that the target machine that this app
is installed on will have a mail account.
Many thanks
Joe
I have googled this and found some answers but none that give me exactly
what I'm after, maybe someone here can help.
I have an app that will be distributed to users for their laptop and
home PC's, I have no idea what operating system they are using although
it will be at least Win 98, I also have no idea what mail client they
will be using or which ISP their mail account is with. I would like to
send an email from the app using their default mail account, I had a
look at the System.Web.Mail classes, specifically MailMessage class, but
this requires a mail server, how would I get this information from the
system? also it requires a mail from field which I would like to get
from the system without asking the user to enter it, again how is this
achieved?
Is there another way to do what I want to do, I know that there are the
Indy components but I'd rather avoid having to distibute more Dll's,
unless the Indy route is the best.
The only thing I can guarantee is that the target machine that this app
is installed on will have a mail account.
Many thanks
Joe