내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Delivery

Avatar

Level 5

Hi,

 

I am trying to send a delivery proof but I would like to send it to my email but with information from another recipient.

Is there any way to do it?

 

Example: my email is xxx@xxx.com and in the body of the message I would like to receive the information of another person like this: Hello yyy with email yyy@yyy.com

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Hi @alnavarg ,

In delivery 'To' > Target of the proof > select 'substitution of the address' in targeting mode > Add new in proof address.

Then select it and click on detail icon > In substitution of the address give your email ID, and click 'select a profile' radio button.

In email search the profile you want to select

ParthaSarathy_0-1681808339626.png

 

원본 게시물의 솔루션 보기

3 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

Hi @alnavarg ,

In delivery 'To' > Target of the proof > select 'substitution of the address' in targeting mode > Add new in proof address.

Then select it and click on detail icon > In substitution of the address give your email ID, and click 'select a profile' radio button.

In email search the profile you want to select

ParthaSarathy_0-1681808339626.png

 

Avatar

Level 7

Alternatively, you can use something like this

var rec = nms.recipient.load(pk) 

 

 

and instead of recipient.firstName, you write rec.firstName (And so with other personalizated fields)

Avatar

Level 7

This will allow you to a more personalizated content. If you need something more contact me!