List Info

Thread: 3.0 instrcutions to email comments..? (rome was not built in one day)




3.0 instrcutions to email comments..? (rome was not built in one day)
country flaguser name
Canada
2007-02-16 21:05:36
So now I am trying to enable the sendemail plugin so that everytime that someone enters a comment an email get send. For this I will use yahoo smtp access.
 
I have already tried smtp access with yahoo and it works well.
 
assuming that when they said:

-------------------

 

In your global /WEB-INF/plugin.properties file, add the following line:

sendemail=org.blojsom.plugin.email.SendEmailPlugin

-------------------

 

I added that as a property. I also modified my web.xml to contain the email settings and added sendemail as part of my plugin chain.

But I am still getting:

 

[16/02/07 21:48:57:579 EST] 00000038 SystemOut    ; O Feb 16 21:48:57 ERROR [WebContainer : 2] servlet.BlojsomServlet - Plugin not available: sendemail

Any other ideas where I should be checking..? or what are the proper instructions to setup the sendemail plugin?

Re: 3.0 instrcutions to email comments..? (rome was not built in one day)
country flaguser name
United States
2007-02-19 08:45:52
The e-mailing of responses in blojsom 3 is handled by individual components and not the send e-mail plugin anymore. You should only need to use the SMTP username and password in web.xml as part of the parameters for the blojsom servlet:

<init-param>
 &nbsp; &nbsp;<param-name>;smtp-server-username&lt;/param-name>
&nbsp;   ;<param-value>username</param-value>
</init-param>

&lt;init-param>
&nbsp; &nbsp; <param-name>smtp-server-password</param-name&gt;
   ; <param-value>password</param-value>
</init-param>

On 2/16/07 10:05 PM, "Angel Vera" <gunfusyahoo.com&gt; wrote:

So now I am trying to enable the sendemail plugin so that everytime that someone enters a comment an email get send. For this I will use yahoo smtp access.
 
I have already tried smtp access with yahoo and it works well.
 
I tried following this instructions: http://wiki.blojsom.com/wiki/display/blojsom/Send+Email+Plugin
assuming that when they said:
-------------------

&nbsp;

In your global
/WEB-INF/plugin.properties file, add the following line:

sendemail=org.blojsom.plugin.email.SendEmailPlugin

-------------------

&nbsp;

I added that as a property. I also modified my web.xml to contain the email settings and added sendemail as part of my plugin chain.

But I am still getting:

&nbsp;

[16/02/07 21:48:57:579 EST] 00000038 SystemOut  &nbsp; &nbsp;O Feb 16 21:48:57 ERROR [WebContainer : 2] servlet.BlojsomServlet - Plugin not available: sendemail

Any other ideas where I should be checking..? or what are the proper instructions to setup the sendemail plugin?


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
Blojsom-users mailing list
Blojsom-userslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/blojsom-users


--
David Czarnecki

http://www.blojsom.com/blog/ | http://blojsom.sf.net
Re: 3.0 instrcutions to email comments..? (rome was not built in one day)
country flaguser name
United States
2007-02-19 10:06:37
    I think the 3.x version, doesn't have sendemail, but it
is bundled in the
core.
    I have been using the 3.1, mailing me anywhere whenever
there is a
comment or trackback.
    See the configuration I have here.

web.xml

    <servlet>
        <servlet-name>blojsom</servlet-name>
       
<servlet-class>org.blojsom.servlet.BlojsomServlet</
servlet-class>
        <init-param>
           
<param-name>smtp-server</param-name>
           
<param-value>java:comp/env/mail/gmail</param-value&
gt;
        </init-param>
        <load-on-startup>1</load-on-startup>
    </servlet>

 <resource-ref>
     <res-ref-name>mail/gmail</res-ref-name>
     <res-type>javax.mail.Session</res-type>
     <res-auth>Container</res-auth>
 </resource-ref>


Angel Vera-2 wrote:
> 
> So now I am trying to enable the sendemail plugin so
that everytime that
> someone enters a comment an email get send. For this I
will use yahoo smtp
> access.
> 

-- 
View this message in context: http://www.nabble.com/3.0-instrcutions-to-email-comme
nts..--%28rome-was-not-built-in-one-day%29-tf3243399.html#a9
044664
Sent from the Blojsom - User mailing list archive at
Nabble.com.


------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief
surveys-and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Blojsom-users mailing list
Blojsom-userslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/blojsom-u
sers

[1-3]

about | contact  Other archives ( Real Estate discussion Medical topics )