Discussion:
Mass Email Possible?
(too old to reply)
John Smith
2008-07-25 15:34:42 UTC
Permalink
Greetings All,

Delphi 5.1

Please forgive me but this is my first attempt at this and not sure how I
need to do this.

I need to send out payment notices to our clients via email based on
information stored in a database. Is there any Delphi components or source
that allows me to do this and AVOID an email client from displaying "A
program is attempting to send the following e-mail message on your behalf"
As I can see I already tried to do this using MAPAMail.

Do I need to use some kind of email server instead of trying to use an email
client?

Any guidance appreciated.

Mike
MikeR
2008-07-25 16:46:36 UTC
Permalink
Post by John Smith
Greetings All,
Delphi 5.1
Please forgive me but this is my first attempt at this and not sure how I
need to do this.
I need to send out payment notices to our clients via email based on
information stored in a database. Is there any Delphi components or source
that allows me to do this and AVOID an email client from displaying "A
program is attempting to send the following e-mail message on your behalf"
As I can see I already tried to do this using MAPAMail.
Do I need to use some kind of email server instead of trying to use an email
client?
Any guidance appreciated.
Mike
If the email client is Outlook, you need extended MAPI. Look at EasyMapi at
http://www.rapware.nl/prod_easymapi_history.asp

Great product, great support.

Mike2 (But not John Smith)
Roy Lambert
2008-07-25 17:11:56 UTC
Permalink
John


You could use Synapse or Indy. Both have reasonable demos. I prefer Synapse since I find it easier and with a smaller footprint.

http://www.ararat.cz/synapse/doku.php

Roy Lambert
Olivier Beltrami
2008-08-03 07:05:03 UTC
Permalink
Save yourself effort and use FinalBuilder (www.finalbuilder.com).
That is what I use to send all my subscription emails (1000+/day).
Also it is a tool that no software developper should be without.

Olivier Beltrami
(not related to FinalBuilder except as a satisfied user since 2001)
Loading...