DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18235>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18235 Problem regarding ANT Mail task Summary: Problem regarding ANT Mail task Product: Ant Version: 1.4 Platform: Other OS/Version: Windows NT/2K Status: NEW Severity: Critical Priority: Other Component: Other AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I am using ANT mail task to send email in my build process. While working with ANT mail task, <target name="SendEmail"> <mail subject="some subject" mailhost="some host" from="missplet email address" tolist="correct email address" message="some message" files="some file"/> </target> I misspelt "from" email address and gave correct "to" email address. When i executed it, email is being sent to address provided in "to" argument, but it keeps on sending the same email for every 30 minutes(which is not programmed to do so). I tried restarting the computer, but even then the problem persists. I appreciate if you can reply this query.