Hexagora Forum
Hexagora Forum
Home | Profile | Active Topics | Members | Search | FAQ
 All Forums
 Dynamic HTML Editor
 Dynamic HTML Editor
 PHP SendMail

Note: You must be registered in order to post a reply.

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert Email Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
vogo 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?
1   L A T E S T    R E P L I E S    (Newest First)
s.dav Posted - 26 Jan 2015 : 23:56:51
There is the same ability integrated in the latest version of the software; check the Form object

Hexagora Forum © s.dav Go To Top Of Page
Snitz Forums 2000