Skip to content

Commit

Permalink
Proper From header
Browse files Browse the repository at this point in the history
  • Loading branch information
leedo committed May 22, 2010
1 parent 9908123 commit 49357b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Game/LL.pm
Expand Up @@ -85,7 +85,7 @@ sub handle_invite {
if ($email) {
my $text = $self->render_section("email", $user);
my $msg = MIME::Lite->new(
From => 'no-reply@leisurelyletters.com',
From => 'Leisurely Letters <no-reply@leisurelyletters.com>',
To => $email,
Subject => $user->display_name." has invited you to play at LeisurelyLetters.com",
Data => $text,
Expand Down

0 comments on commit 49357b9

Please sign in to comment.