[ 
https://issues.apache.org/jira/browse/EMAIL-115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13218429#comment-13218429
 ] 

Thomas Neidhart edited comment on EMAIL-115 at 2/28/12 6:29 PM:
----------------------------------------------------------------

ah stupid me, missed the isEmpty(). But you could still set all three fields to 
the same email-address, the mail server should send it normally just once.

Note: this idea is just to support your use-case without changing the existing 
code.
                
      was (Author: tn):
    ah stupid me, missed the isEmpty(). But you could still set all three 
fields to the same email-address, the mail server should send it normally just 
once.
                  
> Need a way to remove emails from an already created, but not sent message.
> --------------------------------------------------------------------------
>
>                 Key: EMAIL-115
>                 URL: https://issues.apache.org/jira/browse/EMAIL-115
>             Project: Commons Email
>          Issue Type: Improvement
>    Affects Versions: 1.2
>            Reporter: Brian Telintelo
>            Priority: Blocker
>             Fix For: 2.0
>
>
> Ok, so we have one send email method which takes 
> org.apache.commons.mail.Email param.  It then checks to see if email sending 
> is enabled(configured by server instance), then sends the mail if it is.  
> Problem happens for our QA testing.  We need to test email content, but don't 
> want to send emails to actual users in QA environment.  What we want to do is 
> modify our "one" send email method and clear out the To,CC,BCC fields and 
> then set the TO field to be our testing list.  But, there is no way to remove 
> emails already added.  Setting it to null or empty collection results in an 
> EmailException.  And we can't create a new email instance and copy because 
> there is no get message accessor available.  We need a way to remove 
> emails....somehow.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to