Try adding the <init-param>...</init-param>
elements for the server and a
username and password for the SMTP server. They can be found
in
/WEB-INF/web.xml and would be added to the
<init-param> elements for the
various blojsom servlets:
<init-param>
<param-name>smtp-server</param-name>
<param-value>localhost</param-value>
</init-param>
<init-param>
<param-name>smtp-server-username</param-name>
<param-value>username</param-value>
</init-param>
<init-param>
<param-name>smtp-server-password</param-name>
<param-value>password</param-value>
</init-param>
On 9/25/07 1:33 PM, "Samuel V. Green III"
<unkie cox.net> wrote:
> No I haven't configured an SMTP server? Does this mean
an install of
> Postfix or configuration of particular blojsom file?
>
> Thanks for your help,
>
> --Samuel
> On Sep 25, 2007, at 8:55 AM, Mike Morris wrote:
>
>> Samuel V. Green III wrote:
>>> In my properties file I have "yes"
indicated if I would like email
>>> notification of comments.
>>> I don't get emails when comments are made. Is
there further
>>> configuration needed to get
>>> this function to work?
>>
>> Have you correctly configured an SMTP server for
Blojsom to use in
>> sending emails?
>>
>> --
>> mike morris :: mikro2nd (at) gmail (dot) com
>>
>> http://mikro2nd.net/
>> http://mikro2nd.net/b
log/planb/
>> http://mikro2nd.net/bl
og/mike/
>>
>> -- A day without chillies is a day wasted --
>>
>>
>>
------------------------------------------------------------
----------
>> ---
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio
2005.
>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
a>
>> _______________________________________________
>> Blojsom-users mailing list
>> Blojsom-users lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/blojsom-u
sers
>
>
>
------------------------------------------------------------
-------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
a>
> _______________________________________________
> Blojsom-users mailing list
> Blojsom-users lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/blojsom-u
sers
--
David Czarnecki
http://www.blojsom.com/b
log/ | http://blojsom.sf.net
------------------------------------------------------------
-------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and
a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Blojsom-users mailing list
Blojsom-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/blojsom-u
sers
|