Update of /cvsroot/php-blog/serendipity/plugins/serendipity_event_mailer
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24763/plugins/serendipity_event_mailer
Modified Files:
Tag: branch-smarty
serendipity_event_mailer.php
Log Message:
I think that's what it's meant to be. The plugin does not send notification, it sends the actual entry after publishing.
Index: serendipity_event_mailer.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/plugins/serendipity_event_mailer/serendipity_event_mailer.php,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -u -d -r1.5.2.1 -r1.5.2.2
--- serendipity_event_mailer.php 28 Oct 2004 20:17:25 -0000 1.5.2.1
+++ serendipity_event_mailer.php 29 Oct 2004 09:34:03 -0000 1.5.2.2
@@ -15,8 +15,8 @@
case 'en':
case 'es':
default:
- @define('PLUGIN_EVENT_MAILER_NAME', 'Mail notifier');
- @define('PLUGIN_EVENT_MAILER_DESC', 'Sends a mail to your when new entries are made to your blog');
+ @define('PLUGIN_EVENT_MAILER_NAME', 'Send entries via E-Mail');
+ @define('PLUGIN_EVENT_MAILER_DESC', 'Let you send a newly created entry via E-Mail to a specific address');
@define('PLUGIN_EVENT_MAILER_RECIPIENT', 'Mail recipient');
@define('PLUGIN_EVENT_MAILER_RECIPIENTDESC', 'E-Mail address you want to send the entries to (suggested: a mailing list)');
@define('PLUGIN_EVENT_MAILER_LINK', 'Mail link to article?');
|