"Failed to send email: javax.mail.internet.MimeMessage" in ant

470 views
Skip to first unread message

Spandana P

unread,
Feb 8, 2013, 3:28:32 PM2/8/13
to seleniu...@googlegroups.com
Hi All,


The below ant traget is throwing "Failed to send email: javax.mail.internet.MimeMessage". I added mail.jar and activation .jar to my lib folder. My Ant version is 1.8.4. Please help me resolve this issue.

<target name="sendMail">
       
        <mail mailhost="mail.comscore.com" mailport="25" subject="Tag Fail Test" failonerror="false">
     
          <from address="spa...@comscore.com"/>
     
          <to address="spa...@comscore.com"/>
         
     
          <message>Test failed</message>
           
           
        </mail>

Thanks
Spandana

Krishnan Mahadevan

unread,
Feb 8, 2013, 8:43:02 PM2/8/13
to seleniu...@googlegroups.com
Spandana,
I would suggest that you please post this on a relevant ant forum since this question doesnt have anything to do with selenium/webdriver. 
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


--
Thanks & Regards
Krishnan Mahadevan

"All the desirable things in life are either illegal, expensive, fattening or in love with someone else!"
My Scribblings @ http://wakened-cognition.blogspot.com/
Reply all
Reply to author
Forward
0 new messages