Message:

   The following issue has been closed.

   Resolver: Arnaud HERITIER
       Date: Thu, 20 Jan 2005 3:53 PM

I don't understand this issue. I'll reopen it if necessary.
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPANT-22

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPANT-22
    Summary: ant:mail error
       Type: Bug

     Status: Closed
   Priority: Critical
 Resolution: CANNOT REPRODUCE

 Original Estimate: 4 days
 Time Spent: Unknown
  Remaining: 4 days

    Project: maven-ant-plugin
   Fix Fors:
             1.9
   Versions:
             1.0
             1.1
             1.2
             1.3
             1.4
             1.5
             1.6
             1.7
             1.8
             1.8.1

   Assignee: Arnaud HERITIER
   Reporter: pinghe

    Created: Thu, 23 Dec 2004 8:08 AM
    Updated: Thu, 20 Jan 2005 3:53 PM
Environment: windows

Description:
I am running a test email. I am getting following
error, but still it is sending emails and I am getting those emails!!.
Please let me know how to eliminate this error 
    [mail] Failed to initialise MIME mail
    [mail] Sending email: email test!
    [mail] Sent email with 1 attachment

my script:

<ant:mail messageMimeType="text/plain" mailhost="${mail.smtp}" subject="email 
test!" tolist="${tolist}">
   <ant:from name="${fromname}" address="${from.email}"/>
        <ant:message>test email</ant:message>
        <fileset dir="${basedir}">
            <include name="${resultFileName}"/>
        </fileset >
</ant:mail>



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to