cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

Windchill fails to send emails using Data Monitor (SendAsDenied)

RG_10753677
8-Gravel

Windchill fails to send emails using Data Monitor (SendAsDenied)

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/>

 

 

1 REPLY 1
avillanueva
22-Sapphire II
(To:RG_10753677)

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.

Top Tags