I think it would be cool, if the admin could configure the mailtext, like the standard mail texts in drupal core.
There would be no problem for me to write the patch, but I want to know whether this is a good idea.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | passquickset-532140.patch | 2.71 KB | dawehner |
Comments
Comment #1
solipsist commentedNice idea! I think it would be best to place the textarea for this email text in the user settings form, where every other email can be customized.
Comment #2
dawehnerhere is the first patch.
Comment #3
solipsist commentedCommitted!
Comment #5
EnekoAlonso-1 commentedThere is a bug in the code, line 128, once the email body gets overriden, the module is sending the subject, not the body field.
Bad code:
Fix:
Comment #6
EnekoAlonso-1 commentedChanged status to needs work.
Comment #7
solipsist commentedAlready fixed with issue #1026934: Can't change Body of Email. Thanks for reporting!