Re: Replacing bmail with Blat, need help
| Newsgroups | gmane.mail.blat |
|---|---|
| Message-ID | <C992C889992945369E6860C0594BF243@chip> |
> Howdy, > > I'm trying to replace bmail with blat. I have a patch file and it uses > some standard "Set" commands for variables. > > I specified all of them and then put in the cmd line to send the email > where bmail is currently specified. > > The email is never sent. > > I am not sure if it's because of the order of the things in the cmd line > or not. > > I ran a cmd to just send a test email and that works. The batch file uses > a variable for "To", "From", SMTP Server, and then it has a subject > specified but that contains a parameter to use a variable for a "system > name" which the script populates, and then the rest of the subject line is > static text, and the message body is supposed to be the contents of a text > file. > > I can post the code, but any quick suggestions? I ran some tracing and the > email never leaves when done in the script. When I run the cmd and specify > each items as static text, it runs fine. If possible, I would add "-superdebug -log blat.log" to your command line. After running Blat, the log should offer clues to whether your message was accepted by your server, and therefore out of your control, or if the server rejected the message. If you can, please post the cmd file that you are using, maybe we can figure out what is wrong from that. Chip