Skip to content

Commit

Permalink
utf8 email
Browse files Browse the repository at this point in the history
  • Loading branch information
monken committed Jul 21, 2011
1 parent b270720 commit 7b41f1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/MetaCPAN/Server/Controller/Login/PAUSE.pm
Expand Up @@ -40,6 +40,7 @@ sub index : Path {
$uri->query( "code=$code" );
my $email = Email::Simple->create(
header => [
'Content-Type' => 'text/plain; charset=utf-8',
To => $author->{email}->[0],
From => 'noreply@metacpan.org',
Subject => "Connect MetaCPAN with your PAUSE account",
Expand Down

0 comments on commit 7b41f1a

Please sign in to comment.