Community Discussions and Support
My BCC is visible to others in the email

When you send to Bcc: addresses you create two separate messages.  One goes to the To: and Cc: addresses, one goes to the Bcc: addresses only.  You are sending to the SMTP mail addresses using a RCPT TO: SMTP address.  You need to run session logging to see exactly what you are sending to the SMTP host.  Here's a sample of a session log.  Note the e-mail addresses in the body of the message sent after the DATA line has nothing to do with the actual SMTP addresses in the MAIL FROM: and RCPT TO: lines.

--- Sat, 20 Jun 1998 15:04:12 ---
Connect to 'scruznet.com', timeout 90.
15:04:13 >> 220 scruz.net ESMTP Sendmail 8.8.5/1.34 ready at Sat, 20 Jun 1998 15:04:14 -0700 (PDT)\0D\0A
15:04:13 << HELO thomas.lmms.lmco.com\0D\0A
15:04:13 >> 250 scruz.net Hello stephens.sj.scruznet.com [165.227.102.91], pleased to meet you\0D\0A
15:04:13 << MAIL FROM:<stephens@scruznet.com>\0D\0A
15:04:14 >> 250 <stephens@scruznet.com>... Sender ok\0D\0A
15:04:14 << RCPT TO:<stephens@scruznet.com>\0D\0A
15:04:14 >> 250 <stephens@scruznet.com>... Recipient ok\0D\0A
15:04:14 << DATA\0D\0A
15:04:14 >> 354 Enter mail, end with "." on a line by itself\0D\0A
15:04:14 << From: "Thomas Stephenson" <support@tstephenson.com>\0D\0A
15:04:14 << To: test@tstephenson.com\0D\0A
15:04:14 << Date: Sat, 20 Jun 1998 15:04:12 -0700\0D\0A
15:04:14 << MIME-Version: 1.0\0D\0A
15:04:14 << Content-type: text/plain; charset=US-ASCII\0D\0A
15:04:14 << Content-transfer-encoding: 7BIT\0D\0A
15:04:14 << Subject: test\0D\0A
15:04:14 << Priority: normal\0D\0A
15:04:14 << X-mailer: Pegasus Mail for Win32 (v3.01b)\0D\0A
15:04:14 << \0D\0A
15:04:14 << test message body\0D\0A
15:04:14 << \0D\0A
15:04:14 << .\0D\0A
15:04:15 >> 250 PAA08117 Message accepted for delivery\0D\0A
15:04:15 << QUIT\0D\0A
15:04:15 >> 221 scruz.net closing connection\0D\0A
--- Connection closed normally at Sat, 20 Jun 1998 15:04:15. ---
&lt;p&gt;When you send to Bcc: addresses you create two separate messages.&amp;nbsp; One goes to the To: and Cc: addresses, one goes to the Bcc: addresses only.&amp;nbsp; You are sending to the SMTP mail addresses using a RCPT TO: SMTP address.&amp;nbsp; You need to run session logging to see exactly what you are sending to the SMTP host.&amp;nbsp; Here&#039;s a sample of a session log.&amp;nbsp; Note the e-mail addresses in the body of the message sent after the DATA line has nothing to do with the actual SMTP addresses in the MAIL FROM: and RCPT TO: lines. &lt;/p&gt;--- Sat, 20 Jun 1998 15:04:12 --- Connect to &#039;scruznet.com&#039;, timeout 90. 15:04:13 &amp;gt;&amp;gt; 220 scruz.net ESMTP Sendmail 8.8.5/1.34 ready at Sat, 20 Jun 1998 15:04:14 -0700 (PDT)\0D\0A 15:04:13 &amp;lt;&amp;lt; HELO thomas.lmms.lmco.com\0D\0A 15:04:13 &amp;gt;&amp;gt; 250 scruz.net Hello stephens.sj.scruznet.com [165.227.102.91], pleased to meet you\0D\0A 15:04:13 &amp;lt;&amp;lt; &lt;b&gt;MAIL FROM:&amp;lt;stephens@scruznet.com&amp;gt;&lt;/b&gt;\0D\0A 15:04:14 &amp;gt;&amp;gt; 250 &amp;lt;stephens@scruznet.com&amp;gt;... Sender ok\0D\0A 15:04:14 &amp;lt;&amp;lt; &lt;b&gt;RCPT TO:&amp;lt;stephens@scruznet.com&amp;gt;&lt;/b&gt;\0D\0A 15:04:14 &amp;gt;&amp;gt; 250 &amp;lt;stephens@scruznet.com&amp;gt;... Recipient ok\0D\0A 15:04:14 &amp;lt;&amp;lt; &lt;b&gt;DATA\0D\0A&lt;/b&gt; 15:04:14 &amp;gt;&amp;gt; 354 Enter mail, end with &quot;.&quot; on a line by itself\0D\0A 15:04:14 &amp;lt;&amp;lt; &lt;b&gt;From: &quot;Thomas Stephenson&quot; &amp;lt;support@tstephenson.com&amp;gt;\0D\0A&lt;/b&gt; 15:04:14 &amp;lt;&amp;lt; &lt;b&gt;To: test@tstephenson.com\0D\0A&lt;/b&gt; 15:04:14 &amp;lt;&amp;lt; Date: Sat, 20 Jun 1998 15:04:12 -0700\0D\0A 15:04:14 &amp;lt;&amp;lt; MIME-Version: 1.0\0D\0A 15:04:14 &amp;lt;&amp;lt; Content-type: text/plain; charset=US-ASCII\0D\0A 15:04:14 &amp;lt;&amp;lt; Content-transfer-encoding: 7BIT\0D\0A 15:04:14 &amp;lt;&amp;lt; Subject: test\0D\0A 15:04:14 &amp;lt;&amp;lt; Priority: normal\0D\0A 15:04:14 &amp;lt;&amp;lt; X-mailer: Pegasus Mail for Win32 (v3.01b)\0D\0A 15:04:14 &amp;lt;&amp;lt; \0D\0A 15:04:14 &amp;lt;&amp;lt; test message body\0D\0A 15:04:14 &amp;lt;&amp;lt; \0D\0A 15:04:14 &amp;lt;&amp;lt; .\0D\0A 15:04:15 &amp;gt;&amp;gt; 250 PAA08117 Message accepted for delivery\0D\0A 15:04:15 &amp;lt;&amp;lt; QUIT\0D\0A 15:04:15 &amp;gt;&amp;gt; 221 scruz.net closing connection\0D\0A --- Connection closed normally at Sat, 20 Jun 1998 15:04:15. ---

Hi Guys; I have this problem recently in my Pegasus email . The email adresses which is in the BCC of my message can see one another. I tried to use this option"Tools ->Options->sending email -> Advance setting -> Suppress BCC.

 To my suprise, after doing it, the persons addressed in the To and CC folder can recieve the email, but all the persons addressed in the BCC folder cannot recieve the email.

Can anyone give me some suggestion on how to solve this problem.

 Thanks. 

 

&lt;P&gt;Hi Guys; I have this problem recently in my Pegasus email . The email adresses which is in the BCC of my message can see one another. I tried to use this option&quot;Tools -&amp;gt;Options-&amp;gt;sending email -&amp;gt; Advance setting -&amp;gt; Suppress BCC.&lt;/P&gt; &lt;P&gt;&amp;nbsp;To my suprise, after doing it, the persons addressed in the To and CC folder can recieve the email, but all the persons addressed in the BCC folder cannot recieve the email. &lt;/P&gt; &lt;P&gt;Can anyone give me some suggestion on how to solve this problem.&lt;/P&gt; &lt;P&gt;&amp;nbsp;Thanks.&amp;nbsp;&lt;/P&gt; &lt;P mce_keep=&quot;true&quot;&gt;&amp;nbsp;&lt;/P&gt;

 To my suprise, after doing it, the persons addressed in the To and

CC folder can recieve the email, but all the persons addressed in the

BCC folder cannot recieve the email.

Can anyone give me some suggestion on how to solve this problem.

Since the addresses in the body of the message are not used in the delivery of SMTP mail there is something else involved here.  Could you provide more information?

 

&lt;blockquote&gt;&lt;p&gt;&amp;nbsp;To my suprise, after doing it, the persons addressed in the To and CC folder can recieve the email, but all the persons addressed in the BCC folder cannot recieve the email. &lt;/p&gt;&lt;p&gt;Can anyone give me some suggestion on how to solve this problem.&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Since the addresses in the body of the message are not used in the delivery of SMTP mail there is something else involved here.&amp;nbsp; Could you provide more information?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;

Hi;

An example of what I did.

To: a@net.com

Sub: testing

CC:b@net.com

Blind Bcc: c@net.com ( pls note that i have checked the supressed columm in the settings)

 

The message is received by both a and B parties, but C party cannot received the message.

 

 

&lt;P&gt;Hi;&lt;/P&gt; &lt;P&gt;An example of what I did.&lt;/P&gt; &lt;P&gt;To:&amp;nbsp;&lt;A href=&quot;mailto:a@net.com&quot;&gt;a@net.com&lt;/A&gt;&lt;/P&gt; &lt;P&gt;Sub: testing&lt;/P&gt; &lt;P&gt;CC:b@net.com&lt;/P&gt; &lt;P&gt;Blind Bcc: &lt;A href=&quot;mailto:c@net.com&quot;&gt;c@net.com&lt;/A&gt; ( pls note that i have checked the supressed columm in the settings)&lt;/P&gt; &lt;P mce_keep=&quot;true&quot;&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;The message is received by both a and B parties, but C party cannot received the message.&lt;/P&gt; &lt;P mce_keep=&quot;true&quot;&gt;&amp;nbsp;&lt;/P&gt; &lt;P mce_keep=&quot;true&quot;&gt;&amp;nbsp;&lt;/P&gt;
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft