afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-03-29 03:33 pm

[dw-free] Name of sender of validation emails not set to 'Dreamwidth Studios'

[commit: http://hg.dwscoalition.org/dw-free/rev/3df09dde941e]

http://bugs.dwscoalition.org/show_bug.cgi?id=510

Set name of validation email sender to $LJ::SITENAME

Patch by [staff profile] denise.

Files modified:
  • htdocs/changeemail.bml
--------------------------------------------------------------------------------
diff -r feff82f8677c -r 3df09dde941e htdocs/changeemail.bml
--- a/htdocs/changeemail.bml	Sun Mar 29 15:24:30 2009 +0000
+++ b/htdocs/changeemail.bml	Sun Mar 29 15:32:58 2009 +0000
@@ -168,6 +168,7 @@ warn "send email to new address: $POST{'
         LJ::send_mail({
             'to' => $POST{'email'},
             'from' => $LJ::ADMIN_EMAIL,
+            'fromname' => $LJ::SITENAME,
             'charset' => 'utf-8',
             'subject' => $ML{'/editinfo.bml.newemail.subject'},
             'body' => BML::ml('/editinfo.bml.newemail.body2',
--------------------------------------------------------------------------------