Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Version: Windchill 12.0
Use Case: My scheduled report executed and send the mail by data monitor, The mail subject and body have looks like not properly.
Description:
My scheduled report executed and send the mail by data monitor, The mail subject and body have looks like not properly. Can be able to change the subject and email body.
Solved! Go to Solution.
Agreed, the default mail format looks spammy.
Look for these files in the server:
src/com/ptc/windchill/enterprise/team/teamResource.java
teamResource_fr.java and other languages...
codebase/netmarkets/jsp/document/emailPage_step.jsp
codebase/netmarkets/jsp/team/emailPage_step.jsp
With a bit of trial and error, you can start creating emails with a better format.
Agreed, the default mail format looks spammy.
Look for these files in the server:
src/com/ptc/windchill/enterprise/team/teamResource.java
teamResource_fr.java and other languages...
codebase/netmarkets/jsp/document/emailPage_step.jsp
codebase/netmarkets/jsp/team/emailPage_step.jsp
With a bit of trial and error, you can start creating emails with a better format.
Hello @SARAN,
It looks like you have a response from a community member. If it helped to answer your question please mark the reply as the Accepted Solution.
Of course, if you have more to share on your issue, please let the Community know so other community members can continue to help you.
Thanks,
Vivek N.
Community Moderation Team.