<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi, this was the code that resolved my problem, thank you all for the help, I could send email alerts to different email<br>the sender of these alerts is "icecast stream server"<br>The subject with these alerts is coming "midominio.com:8000/mountpoint.ogg CONECTADO"<br><br><br>#!/bin/bash<br>#<br>THEDATE=$(date +%F" a las "%H:%M)<br>SUBJECT="midominio.com:8000/$1 CONECTADO"<br>EMAIL="usuario@gmail.com, usuario@hotmail.com, usuario@riseup.net, usuario@yaho.com"<br> <br>rm /home/icecast/emailmessage.txt<br>EMAILMESSAGE="/home/icecast/emailmessage.txt"<br>echo "Punto de montaje midominio.com:8000/$1 conectado con el servidor el día $THEDATE." > $EMAILMESSAGE<br> <br># send an email using /bin/mail<br>/usr/bin/mail -s "$SUBJECT" "$EMAIL" < $EMAILMESSAGE<br><br><div><hr id="stopSpelling">From: medios_sin_amos@hotmail.com<br>To: icecast@xiph.org<br>Date: Wed, 24 Jul 2013 11:33:40 -0500<br>Subject: [Icecast] Alert Email<br><br>

<style><!--
.ExternalClass .ecxhmmessage P {
padding:0px;
}

.ExternalClass body.ecxhmmessage {
font-size:12pt;
font-family:Calibri;
}

--></style>
<div dir="ltr">anyone knows if is possible to create an email alert to notify me when a mount point is connecting and disconnecting?<br>                                    </div>
<br>_______________________________________________
Icecast mailing list
Icecast@xiph.org
http://lists.xiph.org/mailman/listinfo/icecast</div>                                        </div></body>
</html>