Feedback form in docs does not work
-----------------------------------
Key: RF-6598
URL: https://jira.jboss.org/jira/browse/RF-6598
Project: RichFaces
Issue Type: Bug
Components: doc
Environment: Firefox 3.0.4 on a xandros based eeepc 900a
Reporter: Cedrik Mayer
Priority: Optional
Clicking the "Send feedback" button of the feedback form on the docs
(http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/docs/devguide/en/html/ArchitectureOverview.html#Skinnability)
I get the following error.
"."Reply-to: \"".$name."\" "."<".$email.">"; //Load in the files we'll need
require_once "swift_lib/Swift.php"; require_once
"swift_lib/Swift/Connection/SMTP.php"; require_once
"swift_lib/Swift/Connection/Sendmail.php"; try{ //Start Swift $sendmail =& new
Swift_Connection_Sendmail(); $sendmail->setTimeout(3); //3 seconds //$swift =&
new Swift(new Swift_Connection_SMTP("localhost")); $swift =& new
Swift($sendmail); $sender =& new Swift_Address($email, $name); $me =& new
Swift_Address("[email protected]"); $body =& new Swift_Message($subject,
$message); if($swift->send($body, $me, $sender)){ echo $message_success;
exit(); }else{ echo $message_not_sent; exit(); } }catch
(Swift_ConnectionException $e) { echo "There was a problem communicating with
SMTP: " . $e->getMessage(); } catch (Swift_Message_MimeException $e) { echo
"There was an unexpected problem building the email:" . $e->getMessage(); } ?>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues