Skip to main content

Hi there,

I hope this message finds you well. I'm currently working on setting up a system to send monthly emails to all employees. However, I'm facing a challenge in compiling the list of employee emails to include in the distribution.

Could you please provide guidance on how to gather the email addresses of all employees and store them in the 'emp_mail_' variable? Any help or suggestions would be greatly appreciated.

Thank you in advance for your assistance.

Best regards,

Deepal

 

emp_mail_:=  'a@gmail.com' , b@gmail.com,c@gmail.com' ; 

COMMAND_SYS.Mail(sender_      => 'IFS Applications!',
                 from_        => '&USER_EMAIL',
                 to_list_     =>dest_mail_ ,
                 cc_list_     => '',
                 bcc_list_    => '',
                 subject_     => 'text',
                 text_        => 'Text',

                  attach_      => '',
                  rowkey_      => '',
                  mail_sender_ => 'MAIL_SENDER1');

Be the first to reply!

Reply