Revision 1655
Added by Dietmar over 12 years ago
class.wb.php | ||
---|---|---|
416 | 416 |
// $myMail->AddReplyTo($fromaddress); // REPLY TO: |
417 | 417 |
} |
418 | 418 |
if($replyTo) { |
419 |
$myMail->AddReplyTo($fromaddress); // REPLY TO:
|
|
419 |
$myMail->AddReplyTo($replyTo); // REPLY TO:
|
|
420 | 420 |
} |
421 | 421 |
// define recepient and information to send out |
422 | 422 |
$myMail->AddAddress($toaddress); // TO: |
Also available in: Unified diff
add replyto to form module (see DEVINFOS)