[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: Robert Foster <robert.foster@RADIOLOGY.MSU.EDU>
- Date: Fri, 31 May 2002 11:56:23 -0400
- Organization: Mid-Michigan MRI, Inc.
- References: <200205310604.g4V64kb14187@list.iex.net>
> Date: Thu, 30 May 2002 11:43:44 -0700
> From: Amy Harvel <amy.harvel@PHOENIX.GOV>
> 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
>
Did you try:
mailx -s "CHRIS FTP VALIDATION RESULTS TEST POLLVE.0211.001A"
'mickey.d\'mouse@ccmail.smtp' < /var/tmp/psxfer/z_its024.dat
===
Bob Foster
I/S Coordinator
Mid-Michigan MRI, Inc.
Direct Line: (517) 483-2673
mailto:rkf@radiology.msu.edu