From 2c20ebea6f3061daf8c56740c624c189fe4dd4fc Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sat, 25 Feb 2012 12:56:49 +0200 Subject: [PATCH] My new email and punchline hiding --- xkcd-mailer.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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);