| Author |
Message |
lsilman
Joined: 01 Feb 2007 Posts: 6
|
Posted: Fri Feb 02, 2007 12:07 am Post subject: Difference between BCC and TO sending methods |
|
|
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 |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2528
|
Posted: Fri Feb 02, 2007 1:05 pm Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
lsilman
Joined: 01 Feb 2007 Posts: 6
|
Posted: Fri Feb 02, 2007 2:20 pm Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2528
|
Posted: Fri Feb 02, 2007 4:32 pm Post subject: |
|
|
| It will send 75 messages, one per recipient. |
|
| Back to top |
|
 |
lsilman
Joined: 01 Feb 2007 Posts: 6
|
Posted: Sun Feb 04, 2007 3:44 am Post subject: |
|
|
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 |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2528
|
Posted: Mon Feb 05, 2007 4:13 pm Post subject: |
|
|
| 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? |
|
| Back to top |
|
 |
lsilman
Joined: 01 Feb 2007 Posts: 6
|
Posted: Mon Feb 05, 2007 4:48 pm Post subject: |
|
|
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:<myaddress1@mydomain.com>
[01] 2/3 20:57:37 250 2.1.0 <myaddress1@mydomain.com>... Sender ok
[01] 2/3 20:57:37 > RCPT TO:<myaddress2@gmail.com> [1/7]
[01] 2/3 20:57:38 250 2.1.5 <myaddress2@gmail.com>... 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:<myaddress1@mydomain.com>
[01] 2/3 20:57:39 503 5.5.1 Incorrect command sequence
[01] 2/3 20:57:39 > RCPT TO:<myaddress3@mydomain.com> [2/7]
[01] 2/3 20:57:39 503 5.5.1 Incorrect command sequence
[01] 2/3 20:57:39 > MAIL FROM:<myaddress1@mydomain.com>
[01] 2/3 20:57:39 503 5.5.1 Incorrect command sequence
[01] 2/3 20:57:39 > RCPT TO:<myaddress4@gmail.com> [3/7]
[01] 2/3 20:57:39 503 5.5.1 Incorrect command sequence
[01] 2/3 20:57:39 > MAIL FROM:<myaddress1@mydomain.com>
[01] 2/3 20:57:39 503 5.5.1 Incorrect command sequence
[01] 2/3 20:57:39 > RCPT TO:<myaddress5@hotmail.com> [4/7]
[01] 2/3 20:57:40 503 5.5.1 Incorrect command sequence
[01] 2/3 20:57:40 > MAIL FROM:<myaddress1@mydomain.com>
[01] 2/3 20:57:40 503 5.5.1 Incorrect command sequence
[01] 2/3 20:57:40 > RCPT TO:<myaddress6@yahoo.com> [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. |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2528
|
Posted: Mon Feb 05, 2007 5:03 pm Post subject: |
|
|
| 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? |
|
| Back to top |
|
 |
lsilman
Joined: 01 Feb 2007 Posts: 6
|
Posted: Mon Feb 05, 2007 5:11 pm Post subject: |
|
|
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 |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2528
|
Posted: Mon Feb 05, 2007 5:14 pm Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
lsilman
Joined: 01 Feb 2007 Posts: 6
|
Posted: Mon Feb 05, 2007 5:21 pm Post subject: |
|
|
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:<myaddress1@mydomain.com>
[01] 2/5 11:17:21 250 2.1.0 <myaddress1@mydomain.com>... Sender ok
[01] 2/5 11:17:21 > RCPT TO:<myaddress2@gmail.com> [1/1]
[01] 2/5 11:17:22 250 2.1.5 <myaddress2@gmail.com>... 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 |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2528
|
Posted: Mon Feb 05, 2007 5:56 pm Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
|