[
https://jira.jboss.org/jira/browse/RF-6598?page=com.atlassian.jira.plugin...
]
Nick Belaevski updated RF-6598:
-------------------------------
Component/s: (was: doc)
Fix Version/s: Future
Affects Version/s: 3.3.1
Affects: [Documentation (Ref Guide, User Guide, etc.)]
Assignee: Svetlana mukhina
Feedback form in docs does not work
-----------------------------------
Key: RF-6598
URL:
https://jira.jboss.org/jira/browse/RF-6598
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.1
Environment: Firefox 3.0.4 on a xandros based eeepc 900a
Reporter: Cedrik Mayer
Assignee: Svetlana mukhina
Priority: Optional
Fix For: Future
Clicking the "Send feedback" button of the feedback form on the docs
(
http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/...)
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("ggalkin(a)exadel.com"); $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