vogo
Novice
Switzerland
12 Posts |
Posted - 26 Jan 2015 : 15:03:15
|
The older version of DHE contains an object to give the possibility to send a mail. In the newer version the object coudn't be found, anymore. Now, I should correct the PHP code to send mail in the following way:
//send mail if (mail($to, $subject, $body, $header, "-f info@vogo.ch")) { header("Location: http://www.vogo.ch"); } else { header("Location: Readme-SendMail.htm"); } Because, the sending of mail will only work with following modifications: The parameter "-f" is needed and the command "@mail(...)" must be written without "@" also just as "mail(...)".
Where can I correct that code in dhwe sendmailclient?
|
|