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? |