cancel
Showing results for 
Search instead for 
Did you mean: 

Send email to email group(alias) Outlook

resad_muradli
Explorer
0 Kudos

Hi wrote report to send email . There was not any problem send to one persen ( example : name@email.com) , but when i wrote email alias (example : all@mail.com)  instead of one person it did not send email. My code is below.  I used   cl_bcs class.  How i can solve this problem.

gv_email = 'all@email.

go_emaili_alan = cl_cam_address_bcs=>create_internet_address( gv_email ).

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

If u want to send email to multiple mails then take all mails into internal table.Loop at that internal table and send..

Former Member
0 Kudos

what do u mean by email alias and all@email means what?

resad_muradli
Explorer
0 Kudos

In outloook you can create email alias(group). all@male.com it is not an email adress, it is name of group. So my question is how i can send email with group name.