Updates:
Summary: Allow overriding of from e-mail address
Status: Accepted
Comment #1 on issue 22 by brosner: Allow overriding of from e-mail address
http://code.google.com/p/django-notification/issues/detail?id=22
It sounds like you are using the sites framework incorrectly. Each site
record you have in the sites app must correspond to a settings.py file that
contains a SITE_ID of that value. This gives each site their own Django
instance and settings. The similarities between them would be the database
settings and the code base.
Ultimately, allowing each settings.py that you have for each vhost can have
its own DEFAULT_FROM_EMAIL.
The patch as is, I will not accept. However, it would be reasonable to
allow the from e-mail to be passed into
send and matched in send_now and queue. This will give you the ability to
override the from e-mail as you
see fit.
I am adjusting the title to reflect this.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---