[jboss-user] [JBoss Seam] - Seam Mail: dynamically generated HTML content

2008-01-24 Thread mahbe
Hi, if I want to outject mail content with HTML tags, e.g. | | | | #{Mailer.content} | ... | the outjection works, but all tags, e.g. blah are converted like that

blah

So in the incoming mail on a html mail client, there is not a new section but t

[jboss-user] [JBoss Seam] - Seam Mail in HTML format doesn't work in Outlook

2008-01-10 Thread terryb
Links in HTML mail sent via Seam mail don't work in Microsoft Outlook. Email is rendered in Outlook with link, but when link is clicked Outlook opens Windows File Open dialog box asking for executable to run the link. Links work in hotmail. Probably due to missin META Tags in HTML Header? I tr

[jboss-user] [JBoss Seam] - Seam Mail loads libraries every time I send a mail

2008-01-10 Thread MSchmidke
Hello all, today I am trying out Seam's mail facilities. The first thing I notice: Every time I send a mail, a whole bunch of "Added Library from" lines is logged. I know those lines appear when I first access a Seam page after server restart, but when mailing, they appear everytime. I fear t

[jboss-user] [JBoss Seam] - Seam Mail send exception from portlet

2007-09-27 Thread tkassila2
Seam Mail send exception from portlet We got java.lang.IllegalStateException wnen trying to send seam email from a portlet. The same code from seam html page works well. renderer.render( email_xhtml_file ); java.lang.IllegalStateException: Can not call encodeNamespace() during a portlet Actio

[jboss-user] [JBoss Seam] - Seam mail ...

2007-08-29 Thread minamti
I am trying to send an email from my Seam application. I have the following classes Notification interface has a send method declared @Asynchronous NotificationBean @Stateless and implements the send method. invokes Renderer.render("/sendEmail.xhtml") The Bean gets invoked. The mail does not

[jboss-user] [JBoss Seam] - Seam Mail

2007-08-27 Thread [EMAIL PROTECTED]
Using gmail for outgoing mail I get: anonymous wrote : | 14:32:10,796 INFO [UserDetailsControllerImpl] Email sending failed: javax.faces.FacesException: Exception reading response | The email (and attachments) DOES go! Anyhow... Catching the exception and looking further back into the e

[jboss-user] [JBoss Seam] - Seam mail does not restore FacesContext properly

2007-05-15 Thread dilator
I noticed that after rendering a Seam mail which failed (email address not entered), redirects - using Redirect.instance() - had the string 'null' stuck on the front of them. It turns out to be two problems: 1) UIMessage does not call MailFacesContextImpl.stop() if an exception is thrown in UI

[jboss-user] [JBoss Seam] - Seam mail and custom tags / components

2007-05-15 Thread dilator
It appears if I render a mail, tags or components defined in a facelets taglib which is referenced in web.xml (using "facelets.LIBRARIES" context parameter) are not available. Any way to get these working, other than pushing them to a separate jar? Cheers - Ben View the original post : http:

[jboss-user] [JBoss Seam] - Seam Mail on port other than 25

2007-05-09 Thread damianharvey
Is Seam Mail working for anyone on a port other than port 25? I've got it setup in my components.xml as such: | however it seems to choke and the debug produces "Can't send command to SMTP host". I've got exactly the same config setup for a stand-alone JavaMail J2SE test harness and it work

[jboss-user] [JBoss Seam] - Seam mail not rendering alternative plain

2007-04-05 Thread dilator
Hi, I've got a simple seam-mail test (just xhtml page) like so: | | | [EMAIL PROTECTED] | Test | | Plain text | | | Rich text | | Red text | | | | | The alt

[jboss-user] [JBoss Seam] - Seam Mail (sending) and Message-Driven Beans?

2007-04-04 Thread aschneid75
I've looked through the forums, documentation, and even the Seam eBook rough cut, but have not really found the answer to my question. I've got an MDB that builds and sends an email based on the message it receives. I would like to leverage the Seam mail functionality and use Facelet templates

[jboss-user] [JBoss Seam] - Seam Mail and multipart/alternative bug ?

2007-02-13 Thread sebdoby
Hello, When I send a mail with alternate facet in the body of message, the ContentType text/plain appear after the ContentType text/html : | --=_Part_6_13694334.1171380287058 | Content-Type: multipart/alternative; | boundary="=_Part_7_10830435.1171380287058" | | --=_

[jboss-user] [JBoss Seam] - Seam mail did not work in Tomcat

2007-02-13 Thread rajeshv7
I downloaded the jboss-seam-1.1.6.GA and deployed the seam mail sample on tomcat by running the command 'ant clean deploy.tomcat' But in then mail application I gave a valid emailId and sent the mail. The message said 'Email sent successfully' but I didn't receive anything. Also no errors in th

[jboss-user] [JBoss Seam] - Seam Mail - in an .EAR

2007-02-09 Thread bsmithjj
Hello, I am beginning to dig into the Seam Email functionality. It looks like the sample you've provided assumes a .war type deployment. Are there any suggestions for how to do the following: >From an EJB, use the renderer with a facelets template that is deployed in the >.war? Or, should I

[jboss-user] [JBoss Seam] - Seam Mail -Error trying to send multiple mails

2007-02-03 Thread rmemoria
Hi all, I have an app where it sends new passworda for the users selected. Since each user has it's own password, I have to send one message for eachone selected. The code is quite simple. The page action is the method sendNewPassword() @Stateful | @Scope(ScopeType.CONVERSATION) | @Name("us

[jboss-user] [JBoss Seam] - Seam mail - How to use the default

2007-02-03 Thread rmemoria
Hi, I'm replacing my previous e-mail code by the new mail features provided by SEAM 1.1.5GA and it's working fine. Before that it wasn't necessary to specify the "From" clause since it was specified in the mail-service.xml. It is kind handy 'cause in production enviroment is used another mail