Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 991 Bytes

README.md

File metadata and controls

50 lines (28 loc) · 991 Bytes

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 <[email protected]> and Benjamin Stier <[email protected]>

LICENSE

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

[email protected] and [email protected] 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.