Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.238.453 Times

Catalyst::Plugin::Email::Page 0.26

  Date Added: April 27, 2010  |  Visits: 1.340

Catalyst::Plugin::Email::Page

Report Broken Link
Printer Friendly Version


Product Homepage
Download (101 downloads)



Catalyst::Plugin::Email::Page is a Perl module to email your Catalyst page. SYNOPSIS use Catalyst::Plugin::Email::Page; __PACKAGE__->config->{email_page}{ email = q{webmaster@example.com}, subject = q{User Report for}, link_text = q{Report Page}, }; # In your Template [% c.email_page_url %] This is a simple plugin that lets a developer set and forget e-mail links in Catalyst INTERFACE email_page_url Returns a link in the form of: mailto:webmaster@example.com?subject=User Report for http://yours.com/ The mailto subject is escaped using uri_escape_utf8 from URI::Escape and http://yours.com/ is the current pages uri email_page_body Allows you to e-mail the whole page to someone once you have the right template. Used the same way as email_page_url To do. email_page_anchor Allows you to e-mail a page anchor. Used the same way as email_page_url To do. _construct_url Internal routine. Reads in the various configuration settings and constructs the mailto link. See "CONFIGURATION AND ENVIRONMENT".

Requirements: No special requirements
Platforms: Linux
Keyword: Catalyst Catalystpluginemailpage Email Libraries Module Page Perl Perl Module Programming Url
Users rating: 0/10

License: Freeware Size: 21.5 KB
USER REVIEWS
More Reviews or Write Review


CATALYST::PLUGIN::EMAIL::PAGE RELATED
Libraries  -  Catalyst::Plugin::Session::CGISession 0.04
Catalyst::Plugin::Session::CGISession is a Perl module to use CGI::Session for persistent session data. SYNOPSIS use Catalyst qw{ ... Session::CGISession ... }; MyApp->config->{session} = { expires => 3600, rewrite => 1, };...
16.38 KB  
Libraries  -  Email::AutoReply 1.02
Email::AutoReply is a Perl extension for writing email autoresponders. SYNOPSIS use Email::AutoReply; my $auto = Email::AutoReply->new; $auto->reply; This module may be useful in writing autoresponders. The example code above will try to...
15.36 KB  
Programming  -  Email::ConstantContact 0.03
This module allows you to interact with the ConstantContact mass email marketing service from perl, such as creating and mainting contacts and contact lists. Before using this module, you must register your application with the...
10.24 KB  
Email  -  Archmbox for Email System Utilities 4.9.0
Archmbox is a simple email archiver written in perl; it parses one or more mailboxes, selects some or all messages and then performs specific actions on the selected messages.At this time archmbox supports mbox and mbx mailbox formats.Four...
71.68 KB  
Modules  -  Graceful Email Obfuscation Filter 6.x-1.1
This email obfuscation module works similar to the technique described at the list apart article http://www.alistapart.com/articles/gracefulemailobfuscation/. It uses an input filter to "hide" email addresses, then uses javascript to "unhide" them...
10 KB  
Email  -  Archmbox 4.9.0
Archmbox is a simple email archiver written in perl; it parses one or more mailboxes, selects some or all messages and then performs specific actions on the selected messages. At this time archmbox supports mbox and mbx mailbox formats.
 
Utilities  -  Archmbox 4.10.0
Archmbox is a simple email archiver written in perl; it parses one or more mailboxes, selects some or all messages and then performs specific actions on the selected messages. At this time archmbox supports mbox and mbx mailbox formats.
81.92 KB  
Modules  -  SunMailer Newsletter 6.x-1.6
SunMailer is an email newsletter module that aggregates content using views from the Views module. Once configured and scheduled, it can automatically send newsletters on a recurring basis without any user intervention. It originated as a project...
40.96 KB  
Misc. Web Browser Tools  -  Instant Website Page Index Pro 1,2
100% FREE Website Page Index application submit you url or website page into google and index in just a few minutes of submittion and target with your desired keyword phrase.
 
Security Tools  -  Websites Cop 2.2.0.0
Websites Cop is a program that is able to monitor, repair and inform you in real time (by sending an email) if a page or file in your website has been modified. Users with bad intension can infect your webpages with hidden iframes, exploits,...
1.23 MB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB