[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
denise.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=510
Set name of validation email sender to $LJ::SITENAME
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
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', --------------------------------------------------------------------------------