1748140 Members
3543 Online
108758 Solutions
New Discussion юеВ

Re: Mailing in OpenVMS

 

Mailing in OpenVMS

Hi All,

i use the mail utility in OpenVMS to send a mail after a Job is completed. this is working fine.
I just want to know whether is there any way to send to a particular person in CC or Bcc in the mail?

If i use the mail utility, all the names are in the To box.

I used like this
$ mail NL: /sub="ABC" "ABC@EXAMPLE.COM"

Thanks...
4 REPLIES 4
Shriniketan Bhagwat
Trusted Contributor

Re: Mailing in OpenVMS

Hi,

You can use /CC_PROMPT qualifer with send command in mail utility as shown below.

MAIL> send/cc/noedit sys$login:login.com
To: a@a.com
CC: b@a.com
Subj: login.com

MAIL>

Regards,
Ketan

Re: Mailing in OpenVMS

I am able to do this manually. but, when i run a job and if it mails out at the last, i cannot do this rite..
Shriniketan Bhagwat
Trusted Contributor

Re: Mailing in OpenVMS

Hi,

Please refer the below thread, where the similar topic was discussed.

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=717960

Regards,
Ketan
John Gillings
Honored Contributor

Re: Mailing in OpenVMS

Try using the TCPIP$SFF utility instead of the MAIL utility. More flexibility in scripting.
A crucible of informative mistakes