Please configure SMTP settings
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
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
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.
Evgeny -- I've also added you as an admin, in case you can provide better support.
Oh, and let us know when we should update to a new version, etc. Feel free to email me directly wstein@gmail.com
Let's see if this works. I changed it to localhost and installed sendmail on the local server.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2010-08-19 13:35:49 +0100
Seen: 7,901 times
Last updated: Aug 19 '10
What are the 10 most often used functions in Sage?
Is this website meant to replace sage-support@googlegroups.com?
Suggestion: elect some moderators for this forum
message to another user on AskSage
What kinds of autolinking are supported by asksage?
The Index out of bounds error is probably due to the same issue - incomplete update of database record caused by the email exception.