How to send a mail using elm in cc list?


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting How to send a mail using elm in cc list?
# 1  
Old 03-03-2008
How to send a mail using elm in cc list?

Can any one tell me how to use elm to send mail using CC list with command line ?

I need to write script to send mail to TO list as well as CC list
Not using elm editor.

Regards,
Venkat
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Client was not authenticated to send anonymous mail during MAIL FROM (in reply to MAIL FROM comm

I am having trouble getting mail to work on a red hat server. At first I was getting this message. Diagnostic-Code: X-Postfix; delivery temporarily suspended: connect to :25: Connection refused Then added the port to my firewall. Then I temporarily turned off selinux. I then copied this file... (1 Reply)
Discussion started by: cokedude
1 Replies

2. UNIX for Advanced & Expert Users

need to configure mail setting to send mail to outlook mail server

i have sun machines having solaris 9 & 10 OS . Now i need to send mail from the machines to my outlook account . I have the ip adress of OUTLOOK mail server. Now what are the setting i need to do in solaris machines so that i can use mailx or sendmail. actually i am trying to automate the high... (2 Replies)
Discussion started by: amitranjansahu
2 Replies

3. UNIX for Dummies Questions & Answers

How to send html file in a mail not as an attachment but it should display in the mail in table for

Hi The below script working when we are sending the html as attachment can u please guide how to send thesmae data in table form direct in the mail and not in mail attachment . cat Employee.sql SET VERIFY OFF SET PAGESIZE 200 SET MARKUP HTML ON SPOOL ON PREFORMAT OFF ENTMAP ON - HEAD... (0 Replies)
Discussion started by: mani_isha
0 Replies

4. Solaris

How to send a mail using elm in cc list?

Can any one tell me how to use elm to send mail using CC list with command line ? I need to write script to send mail to TO list as well as CC list Not using elm editor. Regards, Venkat (0 Replies)
Discussion started by: svenkatareddy
0 Replies

5. UNIX for Dummies Questions & Answers

Help ! How to get elm to send multiple attachments - in batch mode

From a program, I want to execute a UNIX elm command that will send multiple txt attachment files to an email address. I can do it for one attachment only ie. "elm -s"subject" emailaddress < attachment.txt" 1. The attachment is received in the body of the email and not as an attachment. 2. The... (1 Reply)
Discussion started by: anarvan
1 Replies
Login or Register to Ask a Question
fastmail(1)						      General Commands Manual						       fastmail(1)

NAME
fastmail - quick batch mail interface SYNOPSIS
bcc-list] cc-list] comments] from-name] from-addr] in-reply-to] reply-to] references] subject] filename address-list DESCRIPTION
The command is a simple interface to the mail system that allows you to send a message without the overhead of an interactive mailer. It is particularly efficient in batch-processing mail to very large groups of people. All addresses should be full e-mail addresses, aliases in the file, or local login names. Options recognizes the following options: Include a header entry. Send blind carbon copies to the comma-separated list of addresses in bcc-list. Include a header entry. Send carbon copies to the comma-separated list of addresses in cc-list. Include a header entry with the string value comments. Debug. Display information on processing steps. Replace the user name in the header entry with from-name. If the user is and the user name is then the default line is: The option changes it to: Replace the address in the header entry with from-addr. In the example above, changes the original entry to Include the header entry with the string value in-reply-to. This is usually used to identify a message that you are replying to. Include the header entry with the single address given in replyto. This is the address where replies will usually be sent, instead of to the address given in the header entry, very common with mailing lists. Include a header entry containing the string value references. Include a header entry containing the value subject. If this option is omitted, the message is sent without a subject entry. Operands recognizes the following operands: address-list A list of one or more blank-separated addresses for the header line. These are the principal recipients of the mes- sage. filename Either the name of a file containing the message, or a dash to read from standard input. EXAMPLES
A Fully Specified Command This command has every option specified. The online execution displays the following debug messages: The received message has the following relevant header entries: The header entry is not transmitted. A Batch Process Suppose you are user on machine and you have a shell script named that contains the following lines: The command: would mail a copy of the file to and staggered ten seconds apart. would also silently receive a copy of the first message in the mail. Each resultant message would include the header lines: FILES
aliases file. Mail transport agent. Temporary file. AUTHOR
was developed by HP. SEE ALSO
elm(1), sendmail(1M). RFC 822 "Standard for the Format of Internet Text Messages" fastmail(1)