all groups > iis smtp nntp > may 2005 >
You're in the

iis smtp nntp

group:

SMTP Server won't send BCC from a webmail app.


SMTP Server won't send BCC from a webmail app. Unabogie
5/25/2005 12:00:00 AM
iis smtp nntp:
Hi, I'm not sure where the problem is, so I thought I'd start here. I have
a simple mail app created in vb.net. I am trying to make an app to send out
our company newsletter to several thousand people.

In my app, I am just sending them to three people (just the site admins).
The only email that arrives is the one in the to field, but none in the BCC
field. Each email is separated by a semi-colon.

The code side is pretty simple, and it works on other servers.

Does this sound like an SMTP server issue? How might I test out the server
to see if the same email could be sent another way?

Re: SMTP Server won't send BCC from a webmail app. jeff.nospam NO[at]SPAM zina.com
5/26/2005 12:00:00 AM
On Thu, 26 May 2005 01:54:38 GMT, "Unabogie"
[quoted text, click to view]

Not something that SMTP would normally be concerned with, have you
checked the logs to see what got sent? Checked headers of the message
created?

Re: SMTP Server won't send BCC from a webmail app. Unabogie
5/26/2005 12:00:00 AM
[quoted text, click to view]

Thanks, Jeff. It appears in the logs that the email was sent. But no one
on the list received the email. What should I look for (sorry, I'm new to
smtp admin. We just switched to a new server where I am responsible for
handling this.)

Re: SMTP Server won't send BCC from a webmail app. Unabogie
5/26/2005 12:00:00 AM
[quoted text, click to view]

Hmmm. Well, speaking for myself, I am sending a copy to each of my email
addresses. I am using Outlook express to retrieve my emails, and I don't
know of any spam filter in use. Since I am using BCC, wouldn't the email
client view it as a singular email?

[quoted text, click to view]

Re: SMTP Server won't send BCC from a webmail app. Peter D. Hipson
5/26/2005 9:36:32 AM
On Thu, 26 May 2005 01:54:38 GMT, "Unabogie"
[quoted text, click to view]


IIRC the client does the work, not SMTP. Could a virus/spam filter be
eating them?
PeterD, the Darkstar Network
To email, fix my address!
Re: SMTP Server won't send BCC from a webmail app. Unabogie
5/27/2005 12:00:00 AM
[quoted text, click to view]

Follow up. I tried it on another server, one with considerably less load,
and set up the basic smtp, and it's working.

FWIW

Thanks, everyone.

Re: SMTP Server won't send BCC from a webmail app. jeff.nospam NO[at]SPAM zina.com
5/27/2005 12:00:00 AM
On Thu, 26 May 2005 05:10:30 GMT, "Unabogie"
[quoted text, click to view]

If the messages got sent, it's not your end that's the problem.
Perhaps spam software on their end. Try composing three separate
emails in your app.

Re: SMTP Server won't send BCC from a webmail app. Peter D. Hipson
5/27/2005 8:14:37 AM
On Thu, 26 May 2005 14:48:51 GMT, "Unabogie"
[quoted text, click to view]

Humm, I am not sure I understand the question, but here goes:

BCC works (in the client, the SMTP server doesn't get involved) in
that outlook (or whatever client you are using, Agent, Thumderbird,
etc.)

---Blind CC----

You send a BCC to Bob, John, Mary and Paul.

Then Outlook (or agent, or Thunderbird, etc.) takes that email, and
creates four emails.

The email to Bob contains only Bob's name/email in teh addresses.
The email to John contains only John's name/email in the addresses.
The email to Mary contains only Mary's name/email in the addresses.
and
The email to Paul contains only Pauls name/email in the addresses.
With BCC, the CC fields are left blank.

---Regular CC: ----
You send a (regular) CC to Bob, John, Mary and Paul.

Then Outlook (or agent, or Thunderbird, etc.) takes that email, and
creates four emails.

The email to Bob contains Bob's name/email in the addresses, and
John, Mary and Paul in the CC field. .
The email to John contains John's name/email in the addresses, and
Bob, Mary and Paul in the CC field. .
Same setup for the others. Again four emails, but with regular CC
messages the CC field(s) are filled in.


Regardless of BCC or CC, the server sees four emails (one for each of
the four). The difference is taht BCC won't fill in the CC field (so
no reply all!) and since the CC field is blank the receiving end
doesn't know about the BCC part.

That is a simplifiation soemwhat, as you can mix these two models.

PeterD, the Darkstar Network
To email, fix my address!
AddThis Social Bookmark Button