| Next: Yawns::Messages | Previous: Yawns::IP | [Table of Contents] |
Yawns::Mailer - An interface to sending email.
#!/usr/bin/perl -w
use Yawns::Mailer;
use strict;
my $mailer = Yawns::Mailer->new();
$mailer->newComment();
$mailer->newWeblogReply();
This module contains code for sending out email notices about new comments in response to:
Create a new instance of this object.
This function will mail a user about a new submission
This function will send an email notification to an article author when a new comment has been posted in reply to it.
This function sends an email to the owner of a weblog when a new comment has been posted in reply to it.
This function will send an email to the poster of a comment when a new reply has been posted to it.
http://www.steve.org.uk/
Copyright (c) 2005,2006 by Steve Kemp. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The LICENSE file contains the full text of the license.