X-Git-Url: https://git.cweiske.de/stapibas.git/blobdiff_plain/30e47dacbaf39b237c6e301810dce148bb768154..5134a662fac865b8cc35b408f9f976b11a141c2e:/src/stapibas/Linkback/Mailer.php diff --git a/src/stapibas/Linkback/Mailer.php b/src/stapibas/Linkback/Mailer.php new file mode 100644 index 0000000..9a628f0 --- /dev/null +++ b/src/stapibas/Linkback/Mailer.php @@ -0,0 +1,22 @@ + ' . $target . "\n" + . "from\n" + . '> ' . $source . "\n" + . "\n\nLove, stapibas", + "From: stapibas " + ); + } +} +?>