The sendsmtp start duplicates that do not exit. I have to delete the running processes.
This is my current Cmdline:
agents\smtpsend -dw -b --ln 1000 -to 10 -r 3 -s %Server% -u %Login% -pop %Password% -o temp\%TempFile%.smtp
What do I need to change here?
Thanks again,
JB
Also, you have an error in the -pop option. If you're really need to use POP authentication before SMTP sending use the following format:
-pop %Server% %Login% %Password%
If you need to use SMTP authentication use -w option instead of -pop to indicate your password.