• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem while sending mime mail

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to sen mail after success full build in Windows XP work station. It's giving error Problem while sending mime mail if i gave mail Host url in mail tag. If i change to host ip then it is going into undeterminate process after the line "Sending email" .
D:\MAIL>ant -Duser=MohanG
Buildfile: build.xml

all:
[echo] The value of foo is bar
[echo] The User Who is Taking Back Up is MohanG
[echo] os.name: Windows XP
[echo] basdir: D:\MAIL
[echo] ant.file: D:\MAIL\build.xml
[echo] ant.project.name: Backup
[echo] ant.java.version: 1.5
[mail] Sending email: Test build

<mail mailhost="172.17.168.10" mailport="1025" subject="Test build" user=" " password=" ">

ping & telnet tests are working fine.

Can any one help me regarding this.
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you tried enabling verbose output from Ant? If not its worth doing to see what Ant is up to in more detail.
 
Mohan G Kumar
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In command Prompt it is printing like this

[mail] Using MIME mail
[mail] Sending email: Test build
[mail] From mohankumar1.g@tcs.com
[mail] ReplyTo []
[mail] To [mohankumar1.g@tcs.com]
[mail] Cc []
[mail] Bcc []


After this it is hanging some where.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic