A lot of conversation replies to email

surfsup

Well-known member
In VB it purely stated that the email notification was a 'email notification' and in order to reply they MUST login into the forum account NOT reply to the email.

How can I edit the settings so the first thing in their email would state such thing?

thx!
 
The first line of a new conversation is:

{receiver}, {sender} started a new personal conversation with you at {board}.

That is a phrase with a name of "conversation_insert_email_html"

I would amend it so that the contents are as similar to:

** If you would like to respond to this personal conversation, please do NOT reply to the e-mail. Go to {board} to reply **
<br /><br />
{receiver}, {sender} started a new personal conversation with you at {board}.

EDIT: Nice ninja, Walter ;)

EDIT 2: Actually, yeah there's four phrases in total:

conversation_insert_email_html
conversation_reply_email_html
conversation_insert_email_text
conversation_reply_email_text
 
Yes, ideally.

conversation_insert_email_html (This is the HTML version of the e-mail when a new conversation is started)
conversation_reply_email_html (This is the HTML version of the e-mail when a new reply is added to an existing conversation)
conversation_insert_email_text (This is the text only version of the e-mail when a new conversation is started)
conversation_reply_email_text (This is the text only version of the e-mail when a new reply is added to an existing conversation)
 
Top Bottom