these are the setting.py options for email setting in askbot please tell how to fill them in context of webfaction thnxxx outgoing mail server settings SERVER_EMAIL = '' DEFAULT_FROM_EMAIL = '' EMAIL_HOST_USER = '' EMAIL_HOST_PASSWORD = '' EMAIL_SUBJECT_PREFIX = '' EMAIL_HOST='' EMAIL_PORT='' EMAIL_USE_TLS=False EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' and for Imap mailbox IMAP_HOST = '' IMAP_HOST_USER = '' IMAP_HOST_PASSWORD = '' IMAP_PORT = '' IMAP_USE_TLS = False thnxx asked 12 Apr '12, 03:50 Pramvir Rath... |
Hi, This is answered in this article in our docs. The answered 12 Apr '12, 04:12 todork port ?? email and imap ports ??
(12 Apr '12, 04:27)
Pramvir Rath...
You can leave those unassigned. Just skip them from your config. Otherwise,
(12 Apr '12, 04:42)
todork
thankyou very much
(12 Apr '12, 04:42)
Pramvir Rath...
|