Send all messages to personal email (not the site inbox)... how?

I want each system-generated or member-composed message to go only to the recipient's personal email address.  If a copy goes to the composer's email it must *not* reveal the intended recipient's personal email.  However, the copy that goes to the recipient must have the sender's personal email address so it's possible to reply.

 

Why do this? I'm replacing an old ASP website that does it that way and have been asked to install the same process on the new site.

http://pkforum.dolphinhelp.com
Quote · 24 Apr 2012

Simpler question (I hope)...

What code and/or db change is required so the check-box for "Send copy to personal email" is checked by default?

http://pkforum.dolphinhelp.com
Quote · 24 Apr 2012

If you want that field selected by default, you can try this

open your _header.html file, you will find this

$(document).ready( function() {

$( 'div.RSSAggrCont' ).dolRSSFeed();

} );

change it to this

$(document).ready( function() {

$( 'div.RSSAggrCont' ).dolRSSFeed();

$('input[id=to_mail]').attr('checked', true);

} );

so much to do....
Quote · 24 Apr 2012

Custom code added + tested in both admin & non-admin accounts... works perfect.  Thank you!

http://pkforum.dolphinhelp.com
Quote · 24 Apr 2012

glad to help....Smile

so much to do....
Quote · 25 Apr 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.