Sometimes you might want to Reply To All from an email which you were either not the To: recipient, or you were not listed at all.
In this case, I would insert the from: of the original message into to: and then any to: or cc: recipients of the original message, excluding any addresses which are my own into the cc: fields.
I can do the first part fine, but not strip out my own email addresses.
Is there a suggestion on how to do this in views/email/detail.js?
In this case, I would insert the from: of the original message into to: and then any to: or cc: recipients of the original message, excluding any addresses which are my own into the cc: fields.
I can do the first part fine, but not strip out my own email addresses.
Is there a suggestion on how to do this in views/email/detail.js?
Comment