[richfaces-issues] [JBoss JIRA] Assigned: (RF-6598) Feedback form in docs does not work

Svetlana mukhina (JIRA) jira-events at lists.jboss.org
Wed Mar 25 10:37:22 EDT 2009


     [ https://jira.jboss.org/jira/browse/RF-6598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Svetlana mukhina reassigned RF-6598:
------------------------------------

    Assignee: Gleb Galkin  (was: 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: Gleb Galkin
>            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/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("ggalkin at 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

        



More information about the richfaces-issues mailing list