Results 1 to 5 of 5
Thread: javamail > setReplyTo, setCCTo
- 11-11-2010, 08:24 AM #1
Member
- Join Date
- Oct 2010
- Posts
- 10
- Rep Power
- 0
- 11-11-2010, 09:10 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,481
- Rep Power
- 16
Not sure what you;re asking here?
Do you mean you are writing an email app and when someone clicks the reply button the CC field of the email screen is populated automatically? If so that's nothing to do with Javamail, and entirely down to you writing some code that ties the button click to an action that populates that field.
- 11-11-2010, 01:55 PM #3
Member
- Join Date
- Oct 2010
- Posts
- 10
- Rep Power
- 0
thank you for paying attention to my question. The setReplyTo function is to help, when we send email out, and from receiver's mailbox, if he clicks on "reply" button then the value in "setReplyTo" will be appeared in "to" field of reciever's mail client.
Similar to this function, i am wondering if there is a kind of function , let's call "setCCTo" so that, if we set value for it, then after sending email out, and after receiver clicks on reply button, the "CC" field of his mail client will be set equal to the value of "setCCTo".
thank you for your time,
-Hoang Long
- 11-11-2010, 02:13 PM #4
Moderator
- Join Date
- Apr 2009
- Posts
- 10,481
- Rep Power
- 16
Oh.
I see.
I doubt it since Reply To on the receivers email program is going to simply reply to the sender (that's its job). "Reply to all" would reply to all in the sent list, but that would involve your CC candidate being CCed in the original email.
Or put another way, there is no field defined in an email header (RFC whatever the number is) to do what you want, therefore there will be no mechanism on the receivers email program to handle it.
- 11-12-2010, 03:03 PM #5
Member
- Join Date
- Oct 2010
- Posts
- 10
- Rep Power
- 0
Similar Threads
-
JavaMail API
By eponcedeleon in forum Advanced JavaReplies: 1Last Post: 02-28-2010, 12:39 AM -
Javamail
By johniem in forum New To JavaReplies: 1Last Post: 01-29-2010, 03:24 PM -
JavaMail Jar
By rummy in forum Advanced JavaReplies: 1Last Post: 01-21-2010, 03:51 PM -
Javamail
By v_mallikarjun in forum Advanced JavaReplies: 14Last Post: 04-18-2008, 07:32 PM -
Using JavaMail API
By consult4u in forum NetworkingReplies: 0Last Post: 08-09-2007, 10:15 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks