Next:
Yawns::Messages
Previous:
Yawns::IP
 [Table of Contents]

Yawns::Mailer



NAME

Yawns::Mailer - An interface to sending email.

SYNOPSIS

    #!/usr/bin/perl -w

    use Yawns::Mailer;
    use strict;

    my $mailer  = Yawns::Mailer->new();

    $mailer->newComment();

    $mailer->newWeblogReply();

DESCRIPTION

This module contains code for sending out email notices about new comments in response to:

Comments posted in reply to articles.
Comments posted in reply to weblog entries.
A new article submission.

new

  Create a new instance of this object.

newArticleSubmission

  This function will mail a user about a new submission

newArticleReply

  This function will send an email notification to an article
 author when a new comment has been posted in reply to it.

newWeblogReply

  This function sends an email to the owner of a weblog when
 a new comment has been posted in reply to it.

newCommentReply

  This function will send an email to the poster of a comment when
 a new reply has been posted to it.

AUTHOR

Steve Kemp

http://www.steve.org.uk/

LICENSE

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.


[Top] Generated by HTML::FromPod 0.49 on Tue Jan 6 03:03:57 2009