pushmail.pl
An Irssi script to send you an email if you receive a hilight or privmsg.
Copy into your ~/.irssi/scripts/
directory and load with
/SCRIPT LOAD pushmail.pl
.
- Mail::Send
-
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
)
Copyright © 2013 Frank Steinborn <[email protected]>
and Benjamin Stier <[email protected]>
"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.