cancel
Showing results for 
Search instead for 
Did you mean: 

issue sending mail to outlook?

Former Member
0 Kudos

Hi,

I need to map some users in CC list of mail when sending mail to outlook.

Where i can achieve that with in workflow development?

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi there

What you need to do is to create a multi line container in your workflow which can be populated by the business object, or you can have a static list with the emails that you would like to send to.

This does not have use the CC option but it sends to the entire list you have placed in the container.

Regards

Tatenda

surjith_kumar
Active Contributor
0 Kudos

Hi,

For sending mail via program refer this [article|https://wiki.sdn.sap.com/wiki/x/nYKdAw].

Regards,

Surjtih

surjith_kumar
Active Contributor
0 Kudos

Hi,

Using this FM SO_NEW_DOCUMENT_SEND_API1 you can send in the RECEIVERS you have to assign as below.

RECEIVERS-COPY = 'X' u201C Carbon Copy (CC)

RECEIVERS-BLIND_COPY = 'X' u201C Blind Carbon Copy (BCC)

1) You have to create a Method in the BO to send Mail using this FM SO_NEW_DOCUMENT_SEND_API1 and assign as shown above.

2) Then call this Method in the Workflow via Task.

Regards,

Surjith