Bug 51528 - 'Mail' task should be provided to send formatted email or allowed to use 'message' as well as 'messagefile' attributes
Summary: 'Mail' task should be provided to send formatted email or allowed to use 'mes...
Status: NEW
Alias: None
Product: Ant
Classification: Unclassified
Component: Core tasks (show other bugs)
Version: unspecified
Hardware: PC All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: Ant Notifications List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-19 10:22 UTC by Ghanshyam Baheti
Modified: 2011-07-19 10:22 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ghanshyam Baheti 2011-07-19 10:22:31 UTC
Currently Ant Mail task doesn't provide the below operation.
1. Using message as well as messagefile at a time.
2. formatting message using HTML tags(eg.<BR/>) or \n.

Due to above reason its not possible to send email formatted as we need. 
Please add one of the functionality. 
1. Task should be provided to send formatted email using HTML tags.
2. Allow to use 'message' as well as 'messagefile' attributes.