hi,
what about a little perl-script?
just a quick proposal:

open(QJT, "| /var/qmail/bin/qmail-inject -f jakubski\@poczta.arena.pl") 
  or die ("oops error ...\n");
print QJT "To: Your\@Friend.dom\n";
print QJT "From: Me <[EMAIL PROTECTED]>\n",
              "Subject: I am Online\n",
              "\n",
              "chat with me... ";
close QJT;

let sort of this run from the script that takes you online...

hope that helps
Alexander

> -----Original Message-----
> From: QBA [mailto:[EMAIL PROTECTED]]
> Sent: Friday, November 10, 2000 11:52 PM
> To: [EMAIL PROTECTED]
> Subject: short msg when online
> 
> 
> Hi,
> 
> I'd like to send a short message to my friend's mail account
> whenever I'm online (I got dynamic access to net). I know how to
> send all my mail when pppd starts but have no idea how to
> mail everytime one and the same message without editing it in mutt
> earlier. I wanna do it 'cause my friend gets sms everytime he got
> new mail on his account. And when he will know that I'm online
> we'd be able to chat to each other without any problems.
> Thanks for all tips in advance,
> 
> QBA
> 
> 

Reply via email to