|
When I want to send a message to all my users I
actually use mailall.
What I usually do is set it up in batch file
and have it run in the wee
hours of the morning.
Looks something like this.
rem [monthly.bat]
rem This checks for the existence of the
file
if not exists d:\news\update.txt goto
OOPS
d:
cd\imail
mailall -h mail.domain.com -f news -d -s "Monthly
Update" d:\news\update.txt
cd\news
ren update.txt sent.txt
c:
goto END
:OOPS
rem If the file was not there this writes a nice
note
rem and sends it to the person
responsible.
echo Somebody screwed up and forgot to write the
monthly update!>>d:\imail\oops.txt
d:
cd\imail
imail1 -u "news" -t "policy" -s "You Screwed Up" -f
update.txt
del update.txt c:
:END
Dusty
|
- [IMail Forum] Imail1 to send email Raymond Dy
- Re: [IMail Forum] Imail1 to send email ## Dusty Carden
- Re: [IMail Forum] Imail1 to send email Raymond Dy
- Re: [IMail Forum] Imail1 to send email ## Dusty Carden
- Re: [IMail Forum] Imail1 to send email Raymond Dy
- Re: [IMail Forum] Imail1 to send ema... ## Dusty Carden
- Re: [IMail Forum] Imail1 to send... Raymond Dy
- Re: [IMail Forum] Imail1 to ... ## Dusty Carden
- Re: [IMail Forum] Imail1 to ... Raymond Dy
- Re: [IMail Forum] Imail1 to ... Vaughn Thurman
