I found something nice and I want to share coz maybe you find it usefull too (most of you may already know).
On settings.py file you probably have a line where you set the email which all the outgoing emails will appear to have been sent from:
DEFAULT_FROM_EMAIL = 'do-not-reply@yourdomain.com'
Unfortunately, this do-not-reply appears also as the name of the sender, which, as you may agree, is not so nice.
The revolutionary code that will change your life is:
DEFAULT_FROM_EMAIL = 'Name Surname <do-not-reply@yourdomain.com>'
So at Name Surname you can put anything more friendly you want, like askbot team or askbot admin (of course not askbot but your site's name) and there you are, enjoy your new look :)
Well, the point of this is to make it clear that nobody will read your response. If there is a name shown - the point may be lost. That said - you can of course modify the settings as you like.
Is there a name that would also give a clear message "do not reply to me"? Maybe we can put that into the default settings file template. It's nice that it is possible to add a formatted name to those email settings.
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2012-06-05 07:04:56 -0500
Seen: 65 times
Last updated: Jun 05 '12
Automatic email notifications?
How do I get answers emailed to me?
should email from askbot be improved?
email for comments: link missing a href [fixed]
email subscription improvements suggestions
Is instant email tag filtered? [fixed]
Can askbot use sendmail instead of SMTP
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.