> Recently I fall into an urgent need for adding a "send mail" button to one of 
> my applications for
sending some reports to a predefined set of email addresses. Does any1 has any 
experience about how
this can b done?

You can use a SMTP component such as the one you can find in ICS. ICS is 
freeware and inlcude full
source code. Download from http://www.overbyte.be. Have a look at the demos 
MailSnd and MailHtml to
start your program.

You can also to a ShellExecute with mailto:[EMAIL PROTECTED]

You can also use the MAPI interface if the mail client installed on the 
computer support it.

--
[EMAIL PROTECTED]
Author of ICS (Internet Component Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
http://www.overbyte.be

_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to