added some safeguards for the mail to community members/conference
participants: to wit, any user can opt-out from ALL those mailings with one setting; each message now carries a standard disKlaimer indicating how the user can opt-out (and it's REAL opt-out, not this fakey stuff the spammers do)
This commit is contained in:
@@ -485,6 +485,55 @@ click the "Manage" button, and click the "Stop Subscribing To This Topic" link.
|
||||
<!-- Parameters: message.poster, topic.name, topic.locator, conference.name, community.name -->
|
||||
<subj-mail-post>New Post in ${topic.name}</subj-mail-post>
|
||||
|
||||
<!-- Mass mail notification reminder for communities -->
|
||||
<!-- Parameters: community.name -->
|
||||
<mass-community-notice><![CDATA[
|
||||
You are receiving this message because you are a member of the Venice community "${community.name}".
|
||||
The sender is a host of this community. To stop receiving mass E-mailed notices from all
|
||||
Venice community and conference hosts, visit Venice, click on the "Profile" link, check the box labeled
|
||||
"Don't send me mass E-mail from community/conference hosts," and click Update to save this preference.
|
||||
]]></mass-community-notice>
|
||||
|
||||
<!-- Mass mail notification reminder for conference posters -->
|
||||
<!-- Parameters: community.name, conference.name -->
|
||||
<mass-conference-notice-poster><![CDATA[
|
||||
You are receiving this message because you are a participant in the "${conference.name}" conference
|
||||
in the Venice community "${community.name}". The sender is a host of this conference. To stop receiving
|
||||
mass E-mailed notices from all Venice community and conference hosts, visit Venice, click on the "Profile"
|
||||
link, check the box labeled "Don't send me mass E-mail from community/conference hosts," and click Update
|
||||
to save this preference.
|
||||
]]></mass-conference-notice-poster>
|
||||
|
||||
<!-- Mass mail notification reminder for conference readers -->
|
||||
<!-- Parameters: community.name, conference.name -->
|
||||
<mass-conference-notice-reader><![CDATA[
|
||||
You are receiving this message because you are a reader of the "${conference.name}" conference
|
||||
in the Venice community "${community.name}". The sender is a host of this conference. To stop receiving
|
||||
mass E-mailed notices from all Venice community and conference hosts, visit Venice, click on the "Profile"
|
||||
link, check the box labeled "Don't send me mass E-mail from community/conference hosts," and click Update
|
||||
to save this preference.
|
||||
]]></mass-conference-notice-reader>
|
||||
|
||||
<!-- Mass mail notification reminder for topic posters -->
|
||||
<!-- Parameters: community.name, conference.name, topic.name -->
|
||||
<mass-topic-notice-poster><![CDATA[
|
||||
You are receiving this message because you are a participant in the "${topic.name}" topic in the
|
||||
"${conference.name}" conference in the Venice community "${community.name}". The sender is a host of the
|
||||
"${conference.name}" conference. To stop receiving mass E-mailed notices from all Venice community and
|
||||
conference hosts, visit Venice, click on the "Profile" link, check the box labeled "Don't send me mass
|
||||
E-mail from community/conference hosts," and click Update to save this preference.
|
||||
]]></mass-topic-notice-poster>
|
||||
|
||||
<!-- Mass mail notification reminder for topic readers -->
|
||||
<!-- Parameters: community.name, conference.name, topic.name -->
|
||||
<mass-topic-notice-reader><![CDATA[
|
||||
You are receiving this message because you are a reader of the "${topic.name}" topic in the
|
||||
"${conference.name}" conference in the Venice community "${community.name}". The sender is a host of the
|
||||
"${conference.name}" conference. To stop receiving mass E-mailed notices from all Venice community and
|
||||
conference hosts, visit Venice, click on the "Profile" link, check the box labeled "Don't send me mass
|
||||
E-mail from community/conference hosts," and click Update to save this preference.
|
||||
]]></mass-topic-notice-reader>
|
||||
|
||||
</messages>
|
||||
|
||||
</venice-config>
|
||||
|
||||
Reference in New Issue
Block a user