1
nanis
Module Liaise form contact
  • 2008/1/31 12:00

  • nanis

  • Just popping in

  • Posts: 6

  • Since: 2006/7/11


Hi,

i have a question about this module with XOOPS 2.0.13

Liaise previous version to 1.26 was this:
Emails have as the sender the name and email address insert by the user in the form.

In Liaise 1.26 the sender email address is email of site administrator. I wish that in Outlook "reply" answer to who have completed the request and did not myself.

I tried to change /include/form_execute.php
at the line 240

$xoopsMailer->useMail();
    
$xoopsMailer->setFromName($xoopsConfig['sitename']);
    
$xoopsMailer->setFromEmail($xoopsConfig['adminmail']);
    if( isset(
$reply_mail) ){
        
$xoopsMailer->multimailer->AddReplyTo($reply_mail, isset($reply_name) ? '"'.$reply_name.'"' null);
    }


with this:

$xoopsMailer->useMail();
    
$xoopsMailer->setFromName($reply_name);
    
$xoopsMailer->setFromEmail($reply_mail);
    if( isset(
$reply_mail) ){
        
$xoopsMailer->multimailer->AddReplyTo($reply_mail, isset($reply_name) ? '"'.$reply_name.'"' null);
    }


But it does not work, can you help me?

Thank for your attention

Login

Who's Online

138 user(s) are online (85 user(s) are browsing Support Forums)


Members: 0


Guests: 138


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits