Do not
use the netmasters components. Instead use Indy (TIDSmtp from http://www.nevrona.com/Indy/Download.html).
Its
pretty easy to send emails using this. There are a few issues that I have
found, but they are nothing to do with the component. The main one is that if
you are sending a message to another user on the same exchange server (we were)
then exchange does not generate a message_id, which we need when we pick it
up.
Recieving can be a little more frustrating. We have one system where two
systems communicate via attachments in email. One of the other systems is
sending the message UU encoded, rather than mime. Indy doesn't decode this
automatically, but it provides tools to do it.
I came
in the project without much knowledge about email systems, but it is fairly easy
to learn. Just don't expect it to be a walk in the park. As an estimation, it
took about 3 hours to sort out sending, and about 30 hours to recieve emails,
and process them effectively. This includes loading the data into the database
and that sort of thing.
Stacey
|
- [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