[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

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