[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Call System in Unix using mailx command
- Subject: Re: Call System in Unix using mailx command
- From: Amy Harvel <amy.harvel@PHOENIX.GOV>
- Date: Thu, 30 May 2002 14:03:02 -0700
I was able to get this to work by
Creating a table, adding the e-mail address to the table
I entered mickey.d/'mouse@ccmail.smtp into the table
Selected the e-mail address
and developed the call system command with the || &e_mail_addr
Thanks to everyone for their suggestions.
Amy M. Harvel
Amy Harvel/ITD/PHX@PHXENT
Sent by: "Discussion of SQR, Brio Software's database reporting language"
<SQR-USERS@list.iex.net>
05/30/2002 11:43 AM
Please respond to sqr-users
To: SQR-USERS@list.iex.net
cc:
Subject: Call System in Unix using mailx command
I have an SQR that is using Call System and the mailx command. It works
great, except -- I have a person I need to send an e-mail to, and their
name has a quote mickey.d'mouse@ccmail.smtp
I have tried the following -- All do not work
mailx -s"CHRIS FTP VALIDATION RESULTS TEST POLLVE.0211.001A "
mickey.d'mouse@ccmail.smtp < /var/tmp/psxfer/z_its024.dat
mailx -s"CHRIS FTP VALIDATION RESULTS TEST POLLVE.0211.001A "
mickey.d"'"mouse@ccmail.smtp < /var/tmp/psxfer/z_its024.dat
mailx -s"CHRIS FTP VALIDATION RESULTS TEST POLLVE.0211.001A "
mickey.d/'mouse@ccmail.smtp < /var/tmp/psxfer/z_its024.dat
mailx -s"CHRIS FTP VALIDATION RESULTS TEST POLLVE.0211.001A "
mickey.d\'mouse@ccmail.smtp < /var/tmp/psxfer/z_its024.dat
Any Ideas?
Amy M. Harvel