send command (General questions)
I am using the wod smtp control and want to send out to a small list of about 2,000 people. My question is, Is there anyway to send my next email without having to send the RCPT FROM: command? I am using .connect to authenticate and connect, and then .sendmessage to send a message, and that is giving me an invalid syntax error from my smtp server. So what I want to do is start the second email without having to reconnect. It works fine if the emails are valid but as soon as it get's an invalid I cannot continue without reconnecting. I have tried using the .sendcommand but when using this I don't recieve any notifications back as to what is happening. Any suggestions would be appreciated!
Regards,
Joey T.