You are here: Message Personalization and Scripting > Mail Merge > Mail Merge Commands > Incoming Mail Fields

Incoming Mail fields

 

%%merge inmail.messageid%%
The ListManager message-ID of the message being posted.

 

%%merge inmail.hdrfromspc%%
The value of the "From " field in this message. This is the value passed via the MAIL FROM:<> command during the SMTP transaction.

 

%%merge inmail.hdrfrom%%
The value of the "From:" header in this message.

 

%%merge inmail.hdrto%%
The value of the "To:" header in this message.

 

%%merge inmail.hdrdate%%
The value of the "Date:" header in this message.

 

%%merge inmail.hdrsubject%%
The value of the "Subject:" header in this message.

 

%%merge inmail.hdrall%%
The complete header in this message.

 

%%merge inmail.to%%
The actual recipient of this message. This is the value passed via the RCPT TO:<> command during the SMTP transaction.

 

%%merge inmail.byemail%%
Whether or not this incoming message was received by email (or by NNTP). If the message was received through the web interface, this value will be "no", otherwise it will be "yes".

 

%%merge inmail.body%%
The full body of the incoming mail message (does not include the header)

 

%%merge inmail.bodyquoted%%
The full body of the incoming mail message (does not include the header), with each line quoted with a "> " character.