diff --git a/xkcd-mailer.php b/xkcd-mailer.php index 7a1f416..106dc57 100644 --- a/xkcd-mailer.php +++ b/xkcd-mailer.php @@ -15,7 +15,7 @@ date_default_timezone_set("Europe/Helsinki"); // Your destination - $mail = "ivuorinen@gmail.com"; + $mail = "ivuorinen@me.com"; $from = "xkcd mailer "; $feed = "http://xkcd.com/atom.xml"; @@ -35,6 +35,6 @@ $msg = "

id}\">{$item->title}

\n" . "Posted {$date}
\n" . $item->summary."
\n" - . "

{$punchline}

\n"; + . "

{$punchline}

\n"; - mail($mail, $subject, $msg, $headers); \ No newline at end of file + mail($mail, $subject, $msg, $headers);