[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
RE: [sqr-users] E-mail Using SQR
Is outlook express the same as Microsoft outlook?
If yes, here is my code...
(this first step creates the file I use to email)
call system using 'echo ''Last weeks Turno file was used. Process
Halted. Please reply to all once new shift file has been sent.'' >
../data/ftpgga/status.txt' $status
(this step actually mails it)
call system using 'cat ../data/ftpgga/status.txt | mailx -r
xxx@xxxx.com, xxx.xxxx.com' $status
(this step removes the file)
call system using 'rm ../data/ftpgga/status.txt' $status
if no, sorry about that...
Patti Overcashier
-----Original Message-----
From: Maria Ravanis [mailto:Maria_Ravanis@skillsoft.com]
Sent: Tuesday, December 23, 2003 8:04 AM
To: sqr-users@sqrug.org
Subject: [sqr-users] E-mail Using SQR
Has anyone used SQR to send and e-mail to outlook express and if so can
you share the code?
Thanks - Maria
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
www.mimesweeper.com
**********************************************************************
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users