Is it possible to hide a process transaction ID in an email?

D

davout

I'm building an app that includes an email send and response requirement.

In order to identify the email response I'm wondering what the best way is
to embed the 'send and response' transaction ID in the email? For example,
can you add a custom entry to the email header area?
 
T

Thomas Schodt

davout said:
I'm building an app that includes an email send and response requirement.

In order to identify the email response I'm wondering what the best way is
to embed the 'send and response' transaction ID in the email? For example,
can you add a custom entry to the email header area?

It is common to require a unique identifier in the Subject field
be left unchanged.

If you have a domain or subdomain of your own, you could use the
transaction id in the user part of the user@mydomain you are using in
the from and reply-to fields.
 
B

ByteCoder

I'm building an app that includes an email send and response
requirement.

In order to identify the email response I'm wondering what the best
way is to embed the 'send and response' transaction ID in the email?
For example, can you add a custom entry to the email header area?

Well, there is a javax.mail.Header class in the JavaMail API, so I guess
it is possible.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,479
Members
44,900
Latest member
Nell636132

Latest Threads

Top