cancel
Showing results for 
Search instead for 
Did you mean: 

Mail adapater with mail package option support cc ?

Former Member
0 Kudos

Hi,

I have scenario to sending mail information to multiple receiver. does mail adapter support cc as well ?

if yes which field that i have to use ?

Thank you and best regards

Fernand

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

> I have scenario to sending mail information to multiple receiver. does mail adapter support cc as well ?

Mail package supports only the fields provided in the corresponding XSD. It is not possible to provide any other fields.

cc and bcc are not supported.

But you can put several email addresses in receiver, seperated by ;

Regards

Stefan

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

I have tried to enhanced the mail package structure "adding Cc" but then the email couldn't send anymore.

seems like the mail adapter doesn't support Cc.

Please advise

Best Regards

Fernand

Former Member
0 Kudos

Hi,

Mail receiver adapter supports CC as well as BCC.

wat is the version of XI you are using.

Regards,

Jayasimha Jangam

Former Member
0 Kudos

Hi Fernand,

If you want to update the Mail Header dyanmically from message mapping step, you might consider using Adapter Specific Message Attributes. So instead of using Mail Package and try to extend the XSD to have "Cc" attribute; use ASMA to update the XI message header at message mapping step and then in the Mail CC under Advanced Tab Page set Use Adapter Specific Message Attributes and Variable Transport Binding . The following attributes in the message header are available for processing :

User

Authentication Keys

Mail header 'from' field

Mail header 'to' field

Mail header 'Cc' field

Mail header 'Bcc' field

Mail header 'subject' field

Mail header field for reference to mail which is being replied to

Mail header 'reply to' field

Mail header field for mail client program

Mail header field for delivery acknowledgement

Mail header field for priority

Mail header field for message importance

Hope this helps.

Regards,

Suddha

Former Member
0 Kudos

Hi Swarup,

Yes, correct you can use that attribute but then i don't want to hard code the email address. The email address might be different depend on the message content.

How about mail package i didn't see any CC field to be filled up.

Best Regards

Fernand

Former Member
0 Kudos

Hi,

Yes with mail packaging you can place the values for CC...but you may try to enhance the extrnal defination, that you will be importing from from SAP note: 748024

refre

Have you ever tried to determine mail CC dynamically?

Or May be you can go for adapter module...

-- Variable substitution

Thanks

swarup

Edited by: Swarup Sawant on Aug 14, 2008 5:35 AM

Edited by: Swarup Sawant on Aug 14, 2008 5:36 AM

Former Member
0 Kudos

HI,

Yes you can provide the To, CC, Bcc in receiver Mail adapter under Mail Attributes for Message Protocol.

Plesae refer

http://help.sap.com/saphelp_nw04s/helpdata/en/6b/4493404f673028e10000000a1550b0/frameset.htm

Thanks

Swarup