Git Product home page Git Product logo

rt-action-sendreminder's Introduction

NAME
    RT::Action::SendReminder - Send a reminder, but don't update LastUpdated

DESCRIPTION
    An Action which can be used from an external tool, or in any situation
    where a ticket transaction has not been started, to send a reminder
    about a ticket, but not change the LastUpdated value.

RT VERSION
    Works with RT 4.4.x and above.

SYNOPSIS
        my $action_obj = RT::Action::SendReminder->new(
            'TicketObj'   => $ticket_obj,
            'TemplateObj' => $template_obj,
        );
        my $result = $action_obj->Prepare();
        $action_obj->Commit() if $result;

METHODS
  Prepare
    Check for the existence of a Transaction. If a Transaction already
    exists, and is of type "Comment" or "Correspond", abort because that
    will give us a loop.

  Commit
    Create a Transaction by calling the ticket's Correspond method on our
    parsed Template, which may have an RT-Send-Cc or RT-Send-Bcc header. The
    Transaction will be of type Correspond. This Transaction can then be
    used by the scrips that actually send the email.

AUTHOR
    Andrew Ruthven, Catalyst Cloud Ltd <[email protected]>


        All bugs should be reported via email to
            [email protected]
        or via the web at
            http://rt.cpan.org/Public/Dist/Display.html?Name=RT-Extension-Action-SendReminder

LICENSE AND COPYRIGHT
    This software is Copyright (c) 2020 by Catalyst Cloud Ltd Portions of
    this code are based on RT::Action::RecordCorrespondence and are
    Copyright (c) 1996-2016 Best Practical Solutions, LLC.

    This is free software, licensed under:

      The GNU General Public License, Version 2, June 1991

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.