Jan 2, 2003 #1 jomons Technical User Dec 16, 2002 16 IN Hi.. Can anyone tell me whats the command for sending a mail from my unix server to an internet mail account. Regards Joe
Hi.. Can anyone tell me whats the command for sending a mail from my unix server to an internet mail account. Regards Joe
Jan 3, 2003 #2 Morsing Technical User Jun 25, 2002 881 GB echo "Text" | mailx -s <subj> address Cheers Henrik Morsing IBM Certified AIX 4.3 Systems Administration Upvote 0 Downvote
echo "Text" | mailx -s <subj> address Cheers Henrik Morsing IBM Certified AIX 4.3 Systems Administration
Jan 3, 2003 Thread starter #3 jomons Technical User Dec 16, 2002 16 IN Hi.. Thanks for your reply.I think this will solve my problem. But can anyone tell me how do I give number of mailIDs in a single mailx command. Can anyone provid me the syntax of that. Regards Upvote 0 Downvote
Hi.. Thanks for your reply.I think this will solve my problem. But can anyone tell me how do I give number of mailIDs in a single mailx command. Can anyone provid me the syntax of that. Regards
Jan 3, 2003 #4 Morsing Technical User Jun 25, 2002 881 GB You can put as many addresses on as you want. Anything after the subject is addresses. Cheers Henrik Morsing IBM Certified AIX 4.3 Systems Administration Upvote 0 Downvote
You can put as many addresses on as you want. Anything after the subject is addresses. Cheers Henrik Morsing IBM Certified AIX 4.3 Systems Administration