mirror of
https://github.com/ivuorinen/xkcd-Mailer.git
synced 2026-01-26 11:14:06 +00:00
Only send posts that have not been sent before; ID of last post is saved in $lastfile; HTML fixes
This commit is contained in:
@@ -13,3 +13,5 @@ date_default_timezone_set("Europe/Helsinki");
|
||||
$mail = "your@email.com";
|
||||
$from = "xkcd mailer <xkcdmailer@example.com>";
|
||||
|
||||
// File to write ID of last post to
|
||||
$lastfile = "last.txt";
|
||||
|
||||
Reference in New Issue
Block a user