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

Author Fields

 

Member fields merge in information about the sending member (i.e., the author of the message). To merge information about the recipient, use recipient fields.

 

%%merge member.nameemail%%
The full name and email address of the sending member. For example, you might want each posting to your list to have a header which identifies the original author, as in:

From: %%merge member.nameemail%%

 

If a full name is not available, ListManager will only put the email address.

 

For example:

Bob Smith <bob@example.com>

 

Or if no name is available:

bob@example.com

 

%%merge member.emailaddr%%
The email address of this member.

 

%%merge member.fullname%%
The full name of this member. For example, you might want each posting to your list to have a header which identifies the original author, as in:

This message was written by %%merge member.fullname%%

 

%%merge member.memberid%%
The ID of this member, example: "3456"

 

%%merge member.list%%
The name of the mailing list this member belongs to.

 

%%merge member.receiveack%%
Whether or not this member receives acknowledgements of their postings.

 

%%merge member.subtype%%
The type of subscription this member has.

 

%%merge member.expiredate%%
The date (if any) that this member's subscription expires.

 

%%merge member.datejoined%%
The date that this member joined this mailing list.

 

%%merge member.numbounces%%
The number of permanent failures this member has produced in recent days.

 

%%merge member.datebounce%%
The date of the most recent permanent failure received from this member.

 

%%merge member.islistadm%%
Whether or not this member is a list administrator.

 

%%merge member.confirmdat%%
The date (if any) that this member confirmed their membership. Only applies to lists where "confirm membership: yes" is set.

 

%%merge member.notifyerr%%
Whether or not this member receives error mail notifications (i.e., failure reports).

 

%%merge member.dateheld%%
If this member is held, what date they were held on.

 

%%merge member.webenv%%
If this member subscribed using the web interface, the environment variables (such as browser type, TCP/IP address, referrer, etc.) that were active at that time.

 

%%merge member.norepro%%
Whether or not this member receives copies of their own postings.

 

%%merge member.cleanauto%%
Whether or not this member will be automatically held if they bounce too much mail (create too many permanent failures).

 

%%merge member.comment%%
The comments that this member has.

 

%%merge member.additional%%
The additional information this member has. This field is not used by ListManager and is meant for user-defined data of any type.

 

%%merge member.userid%%
The userid information this member has. This field is not used by ListManager and is meant for user-defined data of any type.