[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
Amy,
Are you using mailx to send mass emails? If so, can share the code or
discuss the process around how you get the email addresses (db table or
flat file)?
Many thanks!
Vipul Patel wrote:
>
> may be u want to try, but I am not sure
>
> mailx -s"CHRIS FTP VALIDATION RESULTS TEST POLLVE.0211.001A " \
> "mickey.d'mouse@ccmail.smtp" < /var/tmp/psxfer/z_its024.dat
>
> -----Original Message-----
> From: Discussion of SQR, Brio Software's database reporting language
> [mailto:SQR-USERS@LIST.IEX.NET]On Behalf Of Amy Harvel
> Sent: Thursday, May 30, 2002 2:44 PM
> To: SQR-USERS@LIST.IEX.NET
> 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