Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Sending email to a Mail Group on Mail Exchange Server

0 Kudos
955

Hello Experts,

We are required to send an email notification via ABAP program to a group of users.

The client will not go ahead with creating a Distribution List in SAP. Rather they want to use a Mail Group defined on the Exchange Server.

I've tried a bit with the RECEIVER, REC_TYPE combinations without success.

Moreover the Mail Group name has spaces e.g. 'Test Mail Group'.

Please advise what can be done from the ABAP and Business Communication Administration (SCOT) perspective.

Thanks!

Zakir

1 ACCEPTED SOLUTION

Juwin
Active Contributor
0 Kudos
672

Even for the DLs created on exchange server, if you go into the properties tab, you will get the SMTP email address. You can use that email address to send the email from SAP.

Thanks,

Juwin

6 REPLIES 6

Juwin
Active Contributor
0 Kudos
673

Even for the DLs created on exchange server, if you go into the properties tab, you will get the SMTP email address. You can use that email address to send the email from SAP.

Thanks,

Juwin

0 Kudos
672

Thanks for the prompt response, Juwin.

I had tried to look up for something like this, but I'm using Lotus Notes (for only a couple of months now), and cant seem to find this information in the properties. Please refer the image below.

Can you help me with some further suggestions please?

Thanks,

Zakir

Juwin
Active Contributor
0 Kudos
672

Sorry, never used that.

May be check with your exchange server guys. I am sure Lotus Notes also should have an equivalent for this, being a competitor.

Thanks,

Juwin

0 Kudos
672

Great. I'll wait till I can get that information.

Thanks a lot!

rosenberg_eitan
Active Contributor
0 Kudos
672

Hi,

Every group on exchange server have an email address.

At our site this the only way to send a mail to distribution list from SAP .(it looks like a regular email address)

Consult the exchange people.

Regards.

0 Kudos
672

Thanks Eitan! So that must be it. Let me be back with the code running!