Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi, I am trying to create a script that will send an email when a specific action occurs.Everything works except for the sendemail portion.I am knew to EEM scripting and may not understand certain concepts.Please forgive my lack of knowledge on that ...
Hi,I finally understand.It is working.This is what I did : Thanks a lot for your help.set email_body [format "%s%s%s%s%s%s%s" $email_pre $email_body $email_mime_1 $email_b64 $email_mime_2 $email_b64_2 $email_body_mime]
Hi,Don't I have boudaries between my attachments :append email_pre "\n--EEM_email_boundaryContent-Type: application/octet-streamContent-Transfer-Encoding: Base64Content-Disposition: attachment; filename=\"test.log\"\n\n"append email_pre "\n--EEM_emai...
Hi,When I try to have 2 attachments, I do not get the results expected. The first attachment is empty and the 2nd attachment contains the data of the 2 files.Here is my code :set email_pre "Mailservername: $_email_serverFrom: $_email_fromTo: $_email_...