Re: [Bulk] Sender Email Address Size Limitation?
| Newsgroups | gmane.mail.blat |
|---|---|
| Message-ID | <397D4646ADA34538978DE00D001334A6@localhost> |
> Hello blat group! > > I am using blat 32-bit windows command line, and found that it was failing the smtp authentication to my server (godaddy -- smtpout.secureserver.net:80), and the length of the sender email address was fairly long (42 characters), so I suspected that may have been the problem. > > I shortened the length of the sender email address to 33, and had no further problems. > > I searched through the source code for array dimensions/constants, and found this declaration in blat.h: > > #define SENDER_SIZE 256 > > ...so I figured that the program was designed to handle sender email address sizes up to 256 characters? > > Anyone else run into this problem? > > Thanks! Jim, What you found is essentially correct, the program is set up to support quite long email addresses, however there might be a restriction at your SMTP that limits the length to something far shorter. Two questions: 1. Which version of Blat did you test? 2. Do you have a debug log output of that attempt with 42 characters in the sender email address? If you have a debug log from using a 42 character sender email address, I’d like to see that log file, then I might be able to give a better answer to why it failed. Debug logs can be sent to me at home – check the From: line of this message for my home email address. Chip