Please configure SMTP settings

i like this post (click again to cancel)
1
i dont like this post (click again to cancel)

Hi guys, I am sorry for intruding in this way, but I thought since you are experiencing such difficulties on this site it's best to fix the issue as soon as possible

asked Aug 19 '10

Evgeny gravatar image Evgeny
51 1 2 11

updated Apr 28 '11

Kelvin Li gravatar image Kelvin Li
423 9 16
The Index out of bounds error is probably due to the same issue - incomplete update of database record caused by the email exception. Evgeny (Aug 19 '10)

2 Answers:

i like this answer (click again to cancel)
1
i dont like this answer (click again to cancel)

well - this site does seem a bit sick... continuing in the answer.

The reason you have SMTP errors is because the site is trying to send emails through askbot.org mailserver, which is not an open realy. This is my mistake - I've left the entry in the default settings file.

To fix the error, the server administrator needs to configure the following settings

SERVER_EMAIL = ''
DEFAULT_FROM_EMAIL = 'admin@askbot.org'
EMAIL_HOST_USER = ''
EMAIL_HOST_PASSWORD = ''
EMAIL_SUBJECT_PREFIX = '[ASKBOT] '
EMAIL_HOST='askbot.org'
EMAIL_PORT='25'
EMAIL_USE_TLS=False

The incorrect answer counts are caused by interruption of the process of saving the answer by the SMTP error. I will fix this behaviour ASAP in the forum source code.

Thanks for your patience.

link

posted Aug 19 '10

Evgeny gravatar image Evgeny
51 1 2 11
I've tried changing the EMAIL_HOST. William Stein (Aug 19 '10)
Evgeny -- I've also added you as an admin, in case you can provide better support. William Stein (Aug 19 '10)
Oh, and let us know when we should update to a new version, etc. Feel free to email me directly wstein@gmail.comWilliam Stein (Aug 19 '10)
Thanks, will be glad to help. Fixed the RSS url, it was actually in "/admin" --> sites. The deployment is not fully automated yet, so there still are these weird issues. Evgeny (Aug 19 '10)
i like this answer (click again to cancel)
1
i dont like this answer (click again to cancel)

Let's see if this works. I changed it to localhost and installed sendmail on the local server.

link

posted Aug 19 '10

William Stein gravatar image William Stein
1195 5 17 40
http://wstein.org/

Your answer

Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!
[hide preview]

Question tools

Tags:

Stats:

Asked: Aug 19 '10

Seen: 221 times

Last updated: Aug 19 '10

powered by ASKBOT version 0.7.22
Copyright Sage, 2010. Some rights reserved under creative commons license.