Difference between BCC and TO sending methods

lsilman

New Member
Hi, I'm a little confused about the difference between BCC (hidden bulk list) and TO (personalized list) methods for sending newsletters. My host has restricted the server to 500 mails per day, and just 75 recipients addresses per email. What method should I use? How can I do that with MaxBulk mailer?
Rgds
 

stanbusk

Administrator
Staff member
I guess you mean the difference between the 'Singly' option being checked or not, right? It is recommended to avoid not using the Singly mode (bulk mode). Anyway in your case you could do it, set a group of 75 and stagger your deliveries manually in 500 chunks.
 

lsilman

New Member
Thanks! If I use the Singly option checked, and set groups of 75, it will count for one email with 75 recipients, or 75 emails? Rgds.
 

lsilman

New Member
Well... I've been testing the software (unregistered), but cannot send mails yet. I've tried ESMTP, Singly checked/unchecked, grouping/all at once... The only error I receive is "503 Incorrect command sequence" from my antivirus, but only when Singly is checked. The log says everything is okay. Do I have to register/buy to be able to send mails out?
Rgds
 

stanbusk

Administrator
Staff member
You should be able to send messages with the demo as well. I there another 5xx error before the 503 one? Perhaps an authentication error?
 

lsilman

New Member
This is from the log:

[01] 2/3 20:57:37 235 2.0.0 Authentication successful
[01] 2/3 20:57:37 > MAIL FROM:<[email protected]>
[01] 2/3 20:57:37 250 2.1.0 <[email protected]>... Sender ok
[01] 2/3 20:57:37 > RCPT TO:<[email protected]> [1/7]
[01] 2/3 20:57:38 250 2.1.5 <[email protected]>... Recipient ok; will forward
[01] 2/3 20:57:38 354 Enter mail, end with "." on a line by itself
[01] 2/3 20:57:39 250 2.6.0 14387 bytes received in 00:00:00; Message accepted for delivery
[01] 2/3 20:57:39 > MAIL FROM:<[email protected]>
[01] 2/3 20:57:39 503 5.5.1 Incorrect command sequence
[01] 2/3 20:57:39 > RCPT TO:<[email protected]> [2/7]
[01] 2/3 20:57:39 503 5.5.1 Incorrect command sequence
[01] 2/3 20:57:39 > MAIL FROM:<[email protected]>
[01] 2/3 20:57:39 503 5.5.1 Incorrect command sequence
[01] 2/3 20:57:39 > RCPT TO:<[email protected]> [3/7]
[01] 2/3 20:57:39 503 5.5.1 Incorrect command sequence
[01] 2/3 20:57:39 > MAIL FROM:<[email protected]>
[01] 2/3 20:57:39 503 5.5.1 Incorrect command sequence
[01] 2/3 20:57:39 > RCPT TO:<[email protected]> [4/7]
[01] 2/3 20:57:40 503 5.5.1 Incorrect command sequence
[01] 2/3 20:57:40 > MAIL FROM:<[email protected]>
[01] 2/3 20:57:40 503 5.5.1 Incorrect command sequence
[01] 2/3 20:57:40 > RCPT TO:<[email protected]> [5/7]
[01] 2/3 20:57:40 503 5.5.1 Incorrect command sequence
[01] 2/3 20:57:40 ~ Status: Stage 3 dispatch done [6/7]
[01] 2/3 20:57:40 > QUIT
[01] 2/3 20:57:40 221 2.0.0 sendmail3.myhost.com closing connection
[01] 2/3 20:57:40 ~ Status: Stage 4 dispatch done [6/7]

I'm using Singly checked, and grouping 5 each 15 minutes. I've edited some info of the log above (mydomain, myaddress).

Sending to just one address doesn't work either. My SMTP settings are correct, and I can send emails using outlook.

Rgds.
 

stanbusk

Administrator
Staff member
It looks like your server doesn't accept the delivery of more than one address per session. I have never seen such a thing before actually. Could you ask the postmaster why they are so restrictive?
 

lsilman

New Member
I was thinking the same... so I run a test sending just to one mail, Singly checked, All at once, and I did not get the 503 error on the log, but didn't receive the email either.

Rgds
 

stanbusk

Administrator
Staff member
Does you receive a '250 2.6.0 xxxx bytes received; Message accepted for delivery' response? If so, the server is clearly failing. It accepts the message for delivery but doesn't deliver it.
 

lsilman

New Member
I got this in the log:

[01] 2/5 11:17:20 235 2.0.0 Authentication successful
[01] 2/5 11:17:20 > MAIL FROM:<[email protected]>
[01] 2/5 11:17:21 250 2.1.0 <[email protected]>... Sender ok
[01] 2/5 11:17:21 > RCPT TO:<[email protected]> [1/1]
[01] 2/5 11:17:22 250 2.1.5 <[email protected]>... Recipient ok
[01] 2/5 11:17:22 354 Please start mail input.
[01] 2/5 11:17:22 250 Mail queued for delivery.
[01] 2/5 11:17:22 ~ Status: Stage 3 dispatch done [2/1]
[01] 2/5 11:17:22 > QUIT
[01] 2/5 11:17:23 221 Closing connection. Good bye.
[01] 2/5 11:17:23 ~ Status: Stage 4 dispatch done [2/1]
[00] 2/5 11:17:23 ~ Status: [-]
[00] 2/5 11:17:23 ~ Status: Finishing...

Rgds
 

stanbusk

Administrator
Staff member
It says '250 Mail queued for delivery. '. That means the message has been accepted and will be relayed to final destination. If if never get delivered it is because the server fails to do it or perhaps a spam filter is deleting it.
 
Top