Facing issue while sending email to multiple recipients with multiple attachments using mutt command
Dear All,
Good Afternoon.
When to email id’s, cc email id’s and attachment file names are retrieved from table through query (sqlplus session) in host concurrent program
and used in mutt command, then email sending is failing even though the attachments exists.
Can't stat attach.txt -a attach2.txt: No such file or directory
attach.txt -a attach2.txt: unable to attach file
If all the above items (to email id’s, cc email id’s, attachment file names) are hard coded (just to check), then mutt command is sending email successfully.
I have replicated the above through a sample shell script (later registered it as a host concurrent program in Oracle E-Business Suite and able to reproduce the issue).