Re: Workflow mailer not coming up.
Posted by ErmanArslansOracleBlog on Jan 26, 2022; 1:23pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Workflow-mailer-not-coming-up-tp10593p10595.html
Probably, you've followed "E-Business Suite Workflow Steps for Configuring Workflow Java Mailer for SSL using Sendmail SMTP/STARTTLS (Doc ID 1326217.1)" and you are testing the configuration by taking the action given in step "Testing Java Mailer command line connection to SMTP Server"..
So what is the error that you get when your run the following command (by replacing the values according to your env..)
*What do you see in the log file? -- -Dlogfile=<logfile>
# $AFJVAPRG -classpath $AF_CLASSPATH -Dprotocol=smtp \
-Ddbcfile=$FND_SECURE/<dbc file> \
-Dserver=<smtp server> -Dport=465 \
-Daccount=<imap account> \
-Dpassword=<password> \
-Dssl=Y \
-Dtruststore=<truststore location and name> \
-Dconnect_timeout=120 \
-Ddebug=Y \
-Dlogfile=<logfile> \