| |
This page provides information How to send command line mail with this command line email using TO, CC (Carbon Copy), BCC (Blind Carbon Copy).
Please don't use this tool to send Unsolicited Commercial Email (SPAM).
-CC (Carbon Copy) recipients of a message are the persons you are sending to the primary recipient. CC recipients receive the message normally, but they do not see themselves as the primary recipient of the message (all CC recipients are listed in the message header). Example 1: simple mail message using -TO, -FROM, -TEXT, -CC
C:\>febootimail -FROM john@sender.com -TO info@febooti.com -CC smith@sender.com -TEXT "Sending command line mail using Carbon Copy" |
|
|
|
|
|
|
|
|
 |
-BCC (Blind Carbon Copy) if you do not want the primary addressee to know that the message is sent to somebody else. This may be helpful when it is necessary to send a notifying message to a huge group of people. Example 2: e-mail message using -TO, -FROM, -TEXT, -BCC
C:\>febootimail -FROM john@sender.com -TO john@sender.com -BCC -USEFILE recipients.txt -TEXT "command line mail message using BCC (Blind Carbon Copy)" |
|
|
|
|
|
|
|
|
 |
In these two examples above localhost (127.0.0.1) is used as SMTP mail server. If you are not using febooti Command line email on server, you probably will need to use two additional parameters -SERVER and -PORT Example 3: sending mail using external mail (SMTP) server
C:\>febootimail -SERVER mail.sender.com -PORT 25 -FROM john@sender.com -TO info@febooti.com -TEXT "command line mailer using -SMTP" |
|
|
|
|
|
|
|
|
 |
|
| TIPs - how to work more efficient
| | You can use -MSG or -BODY or -MESSAGE instead of -TEXT | | You can use -SUBJ instead of -SUBJECT | | You can use -SMTP instead of -SERVER | | If parameter -PORT is omitted, default (25) is used
|
| |
|
|
| |
|
| |
|