Monday, February 8, 2010

Permanent Fix for Reply to Address - R12

Hello All,

This is with reference to the posts by our author Sasikumar for the topic "R12 - WF Notification Mailer not sending email".

It would also be very useful to modify the CONTEXT_FILE variable as a permanent fix related to reply to address.

When we run autoconfig and if the tag for the reply to address is set as below ,then autoconfig overwrites existing settings.

perf server51 applmgr > grep -i s_javamailer_reply_to $CONTEXT_FILE
<username oa_var="s_javamailer_reply_to">NoReplyTo</username>
perf server51 applmgr >


Change the value within the context file to a valid reply to address and run autoconfig

perf server51 applmgr > grep -i s_javamailer_reply_to $CONTEXT_FILE
<username oa_var="s_javamailer_reply_to">donotreply@mail.in.com</username>
perf server51 applmgr >


Following are the scenarios when we miss to do the above

1. A fresh install and Workflow mailer configured without the reply to address
2. A cloned instance

No comments:

Post a Comment