Kolimarfey SMTP mailer

Kolimarfey SMTP mailer support thread is here.

Quote · 18 Jan 2010

it did not work for me using your demo am I doing something wrong

Quote · 8 Feb 2010

Please make sure that you are using the following demo site http://kolimarfey.demozzz.com/dolphin7/

You can join and receive welcome letter

it did not work for me using your demo am I doing something wrong

Quote · 10 Feb 2010

HOW TO add "cc" email to every sent email ?

All you need is to add the following lines in modules\kolimarfey\smtpmailer\classes\KSMTPModule.php file:

$mail->AddCC('some@email.here');

or if user have another custom email field:

$aProfileInfo = getProfileInfo(getID($sRecipientEmail));
$mail->AddCC($aProfileInfo['some_custom_field_name_with_email_here']);

After the following (near ~68 line):

$mail->AddAddress($sRecipientEmail);

Quote · 19 Feb 2011

Hi kolimarfey!

Please check your PM

 

Thank's a lot

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 19 Feb 2011
 
 
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.