Mail Issue
Oracle Support - 32 mins ago[ODM Question]
I
have a piece of code which has been done to invoke lotus notes to send
mail. Now since we have shifted to outlook we have to change coding.
Please could you help in that. Note that the code is using CLENotes. I
would like to change to outlook.
We have the code like:
mycommand := 'c:\CLENotes\CLENotes.cmd --password='||:ctrl.email_password||' send --to="'||c2.email_address||'" --cc= mail_add --bcc='mail_add' --subject="Grays Inc Ltd - Your Customer eStatements" --body="Customer No : '||c2.customer_number||'\nCustomer Name : '||c2.customer_name||'\nEmail : '||c2.email_address||'" --file-body="request_email_body.txt"'||' >> Logfile.txt';
We have the code like:
mycommand := 'c:\CLENotes\CLENotes.cmd --password='||:ctrl.email_password||' send --to="'||c2.email_address||'" --cc= mail_add --bcc='mail_add' --subject="Grays Inc Ltd - Your Customer eStatements" --body="Customer No : '||c2.customer_number||'\nCustomer Name : '||c2.customer_name||'\nEmail : '||c2.email_address||'" --file-body="request_email_body.txt"'||' >> Logfile.txt';
0