I've searched the archives but I can't find my solution. I want to customize the unsubscribe message which is automatically sent. The text now reads: You have been unsubscribed. ------------------
What I want is in carets below: <the name and address> has been unsubscribed.<line break>
I cannot figure out how to get the name and address into the message, nor can I get the text to break. Is this possible? TIA, felipe.
Felipe wrote:
I've searched the archives but I can't find my solution. I want to customize the unsubscribe message which is automatically sent. The text now reads: You have been unsubscribed. ------------------
What I want is in carets below: <the name and address> has been unsubscribed.<line break>
I cannot figure out how to get the name and address into the message, nor can I get the text to break. Is this possible? TIA, felipe.
I'm not sure I understand all of what you want, but the message I think you are referring to has subject "You have been unsubscribed from the <listname> mailing list" (in the member's language). This is hard coded and cannot be changed without changing the code.
The body of the message contains the text from the list's goodbye_msg attribute (on the General Options page). This text is filled and wrapped. You can force a paragraph break by inserting an empty line, and you can prevent filling of a line by beginning the line with white space.
There is no way to insert the members name or address or any other variable info without changing code.
-- Mark Sapiro <msapiro@value.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Felipe
-
Mark Sapiro