History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BLOJSOM-118
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: David Czarnecki
Reporter: David Czarnecki
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
blojsom

Add in mail session code to set mail server properties for sending e-mail through Jakarta Commons Email library

Created: 15/Feb/06 04:20 PM   Updated: 17/Feb/06 11:55 AM
Component/s: blojsom plugins
Affects Version/s: blojsom 2.29
Fix Version/s: blojsom 2.30

Browser: N/A
Application Server: N/A
JDK Version: N/A
O/S Version: N/A


 Description  « Hide
Hi,

I recently updated from blojsom 2.27 to 2.29 and I don't have any email when a reader leves a comment.
If I go back to version 2.27 it's working just fine (so my smtp server is working correctly).

I tried to copy the new templates form email as described in http://wiki.blojsom.com/wiki/display/blojsom/Comments but it didn't change any thing.

Does anybody have the same "bug"? Is there anything to change in my web.xml?

Best regards,
Francois


 All   Comments   Change History      Sort Order:
David Czarnecki - [15/Feb/06 04:25 PM ]
Around the line:

// Otherwise, if there is a username and password for the mail server, use that

Also need to add in the code to set the mail host even if no username and password is provided.

David Czarnecki - [17/Feb/06 11:55 AM ]
Fixed in CVS. Added code to set mail server hostname even if authentication is not used.