There
are two kinds of mail components. Client based ones that
work using mail client (using MAPI or something like
Outlook OLE Automation), and server based ones which use
something like SMPT that talk directly to the mail server.
Client
based components usually have better integration with things like the address
book plus they leave a history of all mail sent in the outbox. Server
based ones are far simpler, dont require a mail client to be installed, or a
user to be logged in, and their much faster and efficient.
A
common MAPI component for delphi ive seen is TEMail (http://www.econos.de/software/borland/index.html).
Ive used this for a few apps here at gen-i without any
problems.
For
the simple stuff you want to do, the FastNet TNMSMTP component is probably more
then adequete. We use this here for a simple report generator &
mail-out program and it does the job just fine. For more advanced stuff
like mail-merges for the marketing dept we use JMail which is pretty much the
best and most popular SMTP mail component out there (http://www.dimac.net).
This e-mail message has been scanned and cleared by MailMarshal www.gen-i.co.nz |
- [DUG]: Simple Email Mark Howard
- Re: [DUG]: Simple Email Sandeep
- RE: [DUG]: Simple Email Cory Shanks
- [DUG]: MS Linux Sandeep
- Re: [DUG]: Simple Email Rohit Gupta
- RE: [DUG]: Simple Email Stacey Verner
- Re: [DUG]: Simple Email Wilfred Verkley
- Re: [DUG]: Simple Email Mark Howard
- RE: [DUG]: Simple Email Paul Ritchie
- RE: [DUG]: Simple Email James Sugrue
- RE: [DUG]: Simple Email Wilfred Verkley
- Re: [DUG]: Simple Email Mark Howard
- RE: [DUG]: Simple Email Martin Ease
- RE: [DUG]: Simple Email Mark Derricutt
- Re: [DUG]: Simple Email Mark Howard
- Re: [DUG]: Simple Email Mark Derricutt
- Re: [DUG]: Simple Email Rohit Gupta