S
Sisilla
Hello All,
I am trying to send an e-mail to two recipients (TO, CC) using
JavaMail.
I use the following to set the CC recipient type-:
msg.setRecipients(Message.RecipientType.CC,
InternetAddress.parse("sisilla14<at>hotmail<dot>com", true));
I do not receive any exception messages, and the message is delivered
to the TO recipient. Here is a snippet of the server output-:
MAIL FROM:<sisillas<at>paramounttransport<dot>com>
250 2.1.0 sisillas<at>paramounttransport<dot>com....Sender OK
RCPT TO:<sisilla14<at>gmail<dot>com>
250 2.1.5 sisilla14<at>gmail<dot>com
DEBUG SMTP: Verified Addresses
DEBUG SMTP: sisilla14<at>gmail<dot>com
DATA
354 Please start mail input.
Date: Tue, 1 Apr 2008 16:05:57 -0400 (GMT-04:00)
From: sisillas<at>paramounttransport<dot>com
To: sisilla14<at>gmail<dot>com
Cc: sisilla14<at>hotmail<dot>com
Message-ID: <18493671.2.1207080357057.JavaMail.sisillas@PTT0013>
Subject: Quotation Request #100419/2008-04-01, Bushville, Quarrying
Project
MIME-Version: 1.0
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
However, the CC receipient never receives the message. Here is the
message header when received by the TO address -:
from sisillas<at>paramounttransport<dot>com
to sisilla14<at>gmail<dot>com,
cc sisilla14<at>hotmail<dot>com,
date Tue, Apr 1, 2008 at 4:05 PM
subject Quotation Request #100419/2008-04-01, Bushville, Quarrying
Project
mailed-by paramounttransport<dot>com
Why is the message not being sent to the CC recipient? I appreiciate
any help.
Thanks,
Sisilla
I am trying to send an e-mail to two recipients (TO, CC) using
JavaMail.
I use the following to set the CC recipient type-:
msg.setRecipients(Message.RecipientType.CC,
InternetAddress.parse("sisilla14<at>hotmail<dot>com", true));
I do not receive any exception messages, and the message is delivered
to the TO recipient. Here is a snippet of the server output-:
MAIL FROM:<sisillas<at>paramounttransport<dot>com>
250 2.1.0 sisillas<at>paramounttransport<dot>com....Sender OK
RCPT TO:<sisilla14<at>gmail<dot>com>
250 2.1.5 sisilla14<at>gmail<dot>com
DEBUG SMTP: Verified Addresses
DEBUG SMTP: sisilla14<at>gmail<dot>com
DATA
354 Please start mail input.
Date: Tue, 1 Apr 2008 16:05:57 -0400 (GMT-04:00)
From: sisillas<at>paramounttransport<dot>com
To: sisilla14<at>gmail<dot>com
Cc: sisilla14<at>hotmail<dot>com
Message-ID: <18493671.2.1207080357057.JavaMail.sisillas@PTT0013>
Subject: Quotation Request #100419/2008-04-01, Bushville, Quarrying
Project
MIME-Version: 1.0
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
However, the CC receipient never receives the message. Here is the
message header when received by the TO address -:
from sisillas<at>paramounttransport<dot>com
to sisilla14<at>gmail<dot>com,
cc sisilla14<at>hotmail<dot>com,
date Tue, Apr 1, 2008 at 4:05 PM
subject Quotation Request #100419/2008-04-01, Bushville, Quarrying
Project
mailed-by paramounttransport<dot>com
Why is the message not being sent to the CC recipient? I appreiciate
any help.
Thanks,
Sisilla