vintasoftware/django-templated-email

Allow 'any' template names

mridang opened this issue · 3 comments

Hi Brad,

I thought I'd make use of your package but I ran into two little issues.

You see, your package assumes that all templates will be stored in the 'templated_email/' directory but is possible that people want to have a different directory structure. For example: I like to all my emails and templates for a particular app to be in a particular directory together.

The second issues is that it assumes that all emails will have the '.email' extension. However, I'd like to have a simple '.mail' extension.

How about allowing one to force a path? I could inherit the Vanilla Template Backend and do this but for such tiny package, it defies the whole purpose of not having to write any extra code. Thanks.

Happy to make these configuration variables. You are welcome to fork and propose how that would look, or I will be able to get to it next week (currently at a conference)

Thanks for the suggestion.

Sounds good Brad. I won't be free until next week either but I could make
these changes and send you a pull request. Unless you're able to do it
quicker...

Thanks.

Mridang.

On Tue, Oct 25, 2011 at 6:10 PM, Bradley Whittington <
reply@reply.github.com>wrote:

Happy to make these configuration variables. You are welcome to fork and
propose how that would look, or I will be able to get to it next week
(currently at a conference)

Thanks for the suggestion.

Reply to this email directly or view it on GitHub:

#2 (comment)

Fixed in 0.3.1