send command - WeOnlyDo Discussion board

send command (General questions)

by joey, Thursday, February 04, 2010, 08:50 (5405 days ago)

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.

Re: send command

by woddrazen, Thursday, February 04, 2010, 09:27 (5405 days ago) @ joey

Hi Joey,


Did you maybe try to use Reset Method in such cases?

More help for Reset Method you can find here:
http://www.weonlydo.com/Smtp/Help/WODSMTPLib~wodSmtp~Reset.html

Reset Method sends RSET command to the server that will reset current session allowing you to 'start over' with sending message.

Let us know how it goes.


Regards,
Drazen

Re: send command

by joey, Thursday, February 04, 2010, 12:19 (5405 days ago) @ woddrazen

Hi Joey,


Did you maybe try to use Reset Method in such cases?

More help for Reset Method you can find here:
http://www.weonlydo.com/Smtp/Help/WODSMTPLib~wodSmtp~Reset.html

Reset Method sends RSET command to the server that will reset current session allowing you to 'start over' with sending message.

Let us know how it goes.


Regards,
Drazen

This is working, thankyou

Re: send command

by timpane, Tuesday, August 20, 2013, 07:17 (4112 days ago) @ joey

Did you maybe try to use Reset Method in such cases?