NAME

pushmail.pl

DESCRIPTION

An Irssi script to send you an email if you receive a hilight or privmsg.

INSTALLATION

Copy into your ~/.irssi/scripts/ directory and load with /SCRIPT LOAD pushmail.pl.

DEPENDENCIES

  • Mail::Send

SETTINGS

  • pushmail_to_address

    The address, where hilights/privmsgs are send to

    (Defaults to $ENV{USER})

  • pushmail_from_address

    The address, which is shown as the sender of the mail.

    (Defaults to $ENV{USER})

  • pushmail_subject

    The subject of these mails.

    (Defaults to hilight/privmsg received)

AUTHORS

Copyright © 2013 Frank Steinborn <steinex@nognu.de> and Benjamin Stier <ben@unpatched.de>

LICENSE

"THE BEER-WARE LICENSE" (Revision 42):

steinex@nognu.de and ben@unpatched.de wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy us a beer in return.