Avatar

Correct answer by
Community Advisor

Hello @AM18 ,

 

Ideally, Seed address should receive the exact same content which the target recipients are getting. I am assuming you want to easily identify the seed vs the actual email.

You can prefix the seed by this code in your subject line

 

<% if(recipient.folder.name=='nmsRootRecipient'){
}else{
%>
[Seed]
<%
}
%> 
Here goes the subject line

 

This is just a sample code. You may want to change it depending on your requirements

 

Right now this code will add SEED as a prefix to proofs as well. But you can remove that by adding additional else if condition.

 

Thanks,

Manoj 

 

 

 

 

View solution in original post