Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
I have a Saved Report, and created a Data Monitor using it. Email is not being sent and its showing this error.
2023-08-23 12:26:14,091 INFO [EMailQueue.SchedulingThread] wt.system.out wcadmin - 554 5.2.252 SendAsDenied; windchill@xyz.com not allowed to send as abc@xyz.com; STOREDRV.Submission.Exception:SendAsDeniedException.MapiExceptionSendAsDenied; Failed to process message due to a permanent exception with message [Hostname=***********.namprd19.prod.outlook.com]
Running into this error even after updating the following files.
updated SendMail.xml
param name="FROM" data="abc@xyz.com" default="<%=DEFAULT_FROM%>"/>
updated wt.properties
wt.mail.from=abc@xyz.com
updated mail.properties
wt.mail.smtp.username=abc@xyz.com
wt.mail.smtp.password=123
updated site.xconf
<Property name="wt.mail.from" overridable="true" targetFile="codebase/wt.properties"
value="abc@xyz.com"/>
<Property name="wt.mail.smtp.username" overridable="true" targetFile="mail.properties"
value="abc@xyz.com"/>
<Property name="wt.mail.smtp.password" overridable="true" targetFile="mail.properties"
value="123/>
This is a duplicate post from the one you sent earlier. Did the link I sent you help? This might not be an issue with Windchill but your email server.