File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JForum and the fly likes About send e-mail Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JForum
Reply Bookmark "About send e-mail" Watch "About send e-mail" New topic
Author

About send e-mail

Migrated From Jforum.net
Ranch Hand

Joined: Apr 22, 2012
Posts: 17424
After install and configure, I click the send a test e-mail button, then there is an information 'Object Error'.
Is it a bug or I didn't make correct configuration. Thank you.
[originally posted on jforum.net by leigha]
Migrated From Jforum.net
Ranch Hand

Joined: Apr 22, 2012
Posts: 17424
Bug, already fixed.

The email notification will work, as long as you entered the correct information in the fields. That button is just to test the configuration.

Rafael
[originally posted on jforum.net by Rafael Steil]
Migrated From Jforum.net
Ranch Hand

Joined: Apr 22, 2012
Posts: 17424
I run into a problem -

"TypeErrorWREngine._HandleServerError is not a function"

Can any one kindly help?!

Thanks in advance!
Michael Wu
[originally posted on jforum.net by michaelwu]
Migrated From Jforum.net
Ranch Hand

Joined: Apr 22, 2012
Posts: 17424
This is fixed.. you'll have to ignore this javascript error and test if email settings are working by posting messages on the forum.

Rafael
[originally posted on jforum.net by Rafael Steil]
Migrated From Jforum.net
Ranch Hand

Joined: Apr 22, 2012
Posts: 17424
ok.
But what's the potential problem when configuration test works but any kind of notification : new post, replies ...
[originally posted on jforum.net by sburky]
Migrated From Jforum.net
Ranch Hand

Joined: Apr 22, 2012
Posts: 17424
Well, I found the solution.
I use JForum with IAS 10gR3 for servlet container and Oracle for Database.
In fact the oracle.sql was misconfigured in 2.1.7 version with the TopicModel.notifyUsers SQL text.

It must be

TopicModel.notifyUsers = SELECT u.user_id AS user_id, u.username AS username, \
u.user_lang AS user_lang, u.user_email AS user_email, u.user_notify_text AS user_notify_text \
FROM jforum_topics_watch tw, jforum_users u \
WHERE tw.user_id = u.user_id AND \
tw.topic_id = ? \
AND tw.is_read = 1 \
AND u.user_id NOT IN ( ?, ? )


[originally posted on jforum.net by sburky]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: About send e-mail
 
Similar Threads
IBM SOA Certification Test 665
Certification Database Delay?
help from md farook
Passed IBM 158?
Sending Mails with JSF