+++ Mayuresh Kathe [linux-india] <25/01/02 01:46 +0530>:
> Does anyone know what are the commands for sending a CC or BCC mail 
> via SMTP?

If you use outlook express, you DO send it via smtp ... oh, I see what you
mean... using a script?

See, something like

suresh@mjollnir 12:55:13 [~]$ telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 mjollnir.outblaze.com ESMTP Exim 3.952 #1 Fri, 25 Jan 2002 12:55:16 +0800
EHLO test
250-mjollnir.outblaze.com Hello localhost [127.0.0.1]
250-SIZE 52428800
250-PIPELINING
250 HELP
MAIL FROM: <[EMAIL PROTECTED]>
250 OK
RCPT TO: <[EMAIL PROTECTED]>
250 OK
RCPT TO: <[EMAIL PROTECTED]>
250 OK
RCPT TO: <[EMAIL PROTECTED]>
250 OK
DATA
354 Enter message, ending with "." on a line by itself 
From: Stupid Idiot <[EMAIL PROTECTED]>
To: Nobody At All <[EMAIL PROTECTED]>
Subject: Get Lost
Date: Thu, 24 Jan 2002 15:52:22 -0800

Testing
.
250 OK id=16TyOe-0000J3-00 
QUIT
221 mjollnir.outblaze.com closing connection
Connection closed by foreign host.

Guess what addresses are bcc'd here?

        -srs
-- 
Suresh Ramasubramanian  <---->  mallet <at> efn dot org
EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin
[Linux One Stanza Tip]  From : <[EMAIL PROTECTED]>
LOST #007        -**< Sub : Hackers Jargon (#1) >**-
Commonly used abbreviations on Mailing Lists [#1]:
IMO = In My Opinion          IMHO = In My Humble Opinion
AFAIK = As Far As I Know     IIRC = If I Remember Correctly
RTFM = Read The F* Manual    BTW = By The Way

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to