First time here? Check out the FAQ!
2

How to setup email support in Askbot
 

How to setup email support in Askbot please tell me procedures. thanks

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
gopalraha's avatar
332
gopalraha
asked 8 years ago

Comments

What aspect of email support? It's not very clear from the question.

Evgeny's avatar Evgeny (8 years ago)

I want to add email SMTP in settings.py so that users of askbot get email when they have signup with Askbot services. Which email SMTP services are best for ASKBOT.

gopalraha's avatar gopalraha (8 years ago)
see more comments

1 Answer

1

One thing I definitely recommend - consider using a commercial email delivery service. Spammers made the email server administrators to tighten the criteria of acceptance for the messages, therefore it becomes quite challenging to set up your own mail that will get your email to the users inboxes.

On the separate note - there isn't anything special in setting up sending of the email in Askbot - best answers can be found in the sources created for the Django framework.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 8 years ago
link

Comments

Thanks for info @Evgeny its definitely true, I have tried some commercial email delivery methods it works out of box with askbot..

gopalraha's avatar gopalraha (8 years ago)
see more comments