[bglug] mail

k|b|s kbs@bglug.it
Mar 26 Gen 2010 19:22:51 CET


On Tue, Jan 26, 2010 at 06:57:39PM +0100, giuliano wrote:
> > --------8<---cut-here---8<---------
> > 
> > ## /bin/bash
> > 
> > FROM_MAIL="tuo.indirizzo@gmail.com
> > TO_MAIL="indirizzo.destinatario@sito.it"
> > SUBJECT="Il soggetto della mail"
> > MESSAGE="messaggio.txt"
> > MAIL_SERVER="smtp.gmail.com:587"
> > MAIL_USER="username.di.gmail"
> > MAIL_PWD="metti_qui_la_tua_password_di_gmail"
> > COUNTER=0
> > LIMIT=10
> > 
> > 
> > while [ $COUNTER -lt $LIMIT ]; do
> > 
> > /usr/bin/sendEmail -t $TO_MAIL -f $FROM_MAIL -u "$SUBJECT" -s 
> > $MAIL_SERVER -xp $MAIL_PWD -o tls=auto username=$MAIL_USER 
> > message-file=$MESSAGE
> > 
> > let COUNTER=COUNTER+1
> > 
> > done
> > 
> > --------8<---cut-here---8<---------

Pulito.
Fai prima una prova sulla tua mail.

-- 
$(echo 1801614090P|dc)@bglug.it



Maggiori informazioni sulla lista bglug