• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Is Notify when a reply is posted option enabled?

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When ever i post a message i selected "Notify when a reply is posted" option in this forum. But i didn't receive any emails when there is reply posted.

In My Profile i have following options :

1) Send e-mail notification when posts get answered: Yes
2) Send e-mail when a private message is sent: No
3) Email Address: <[email protected]>

Do i need to change any other configuration settings to receive emails?

Thanks,
Gopal
[originally posted on jforum.net by gopal]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We were using gmail's servers, but it seems that they are blocking this kind of stuff. We should probably go with another server.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No Problem. I just want to see how this will work. So that i can configure in my forum application.

Do you have the list of properties to configure an email server for this feature?

Gopal
[originally posted on jforum.net by gopal]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
All "mail.*" properties found at SystemGlobals.properties, or from Admin Panel -> Configuration

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Rafael,

I set the following properties in jforum-custom.conf to enable email notifier.

mail.notify.answers=true
mail.smtp.auth=true
[email protected]
mail.smtp.password=xxxxxx
[email protected]
mail.user.email.auth=false
mail.smtp.host=mail.xxx.net

But i am not getting any emails and also i didn't see any errors in my tomcat log.

Am i missing something here?
Is there any better way to find the problem?

I am using JForum 2.1.6.

Gopal



[originally posted on jforum.net by gopal]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The server requires a secure connection?

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No. We are using same properties in my application and it is working fine.

Gopal
[originally posted on jforum.net by gopal]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic