Hello,
Wonderful program - I am on my last step of a fully developed process and cannot get this last part to work. This is what I am trying to do:
If there is an error during the parsing process I want to send an email to me to tell me to go look at the Email Parser program and manually get the data in to a sql table.
I am doing the following setup:
1. If error occurs call the "Run when a previous error happens" tool
2. Forward current email
3. The error occurs here:
The SMTP server configuration seems to be wrong:
I have server = smtp.yupo.com then my userID and password
Port 465 as a default (I have no idea where the 465 came from)
Encryption = SSL
The error I get during a fail is:
If I do not use the server = smtp.yupo.com I get this error instead:
Any help would be appreciated - I love this program and see tons of potential uses!
Wonderful program - I am on my last step of a fully developed process and cannot get this last part to work. This is what I am trying to do:
If there is an error during the parsing process I want to send an email to me to tell me to go look at the Email Parser program and manually get the data in to a sql table.
I am doing the following setup:
1. If error occurs call the "Run when a previous error happens" tool
2. Forward current email
3. The error occurs here:
The SMTP server configuration seems to be wrong:
I have server = smtp.yupo.com then my userID and password
Port 465 as a default (I have no idea where the 465 came from)
Encryption = SSL
The error I get during a fail is:
Connecting to the SMTP server
Error. Socket connection has timed out. InnerException message follows: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 202.32.144.10:465.
Error. A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 202.32.144.10:465.
If I do not use the server = smtp.yupo.com I get this error instead:
Connecting to the SMTP server
Error. SocketException occurred. InnerException message follows: No such host is known.
Error. No such host is known.
Any help would be appreciated - I love this program and see tons of potential uses!
Hi,
Thanks!
The SMTP server you are using (smtp.yupo.com) is correct but for some reason it rejects the connection using all the usual TCP ports (25, 465 and 587).
This means that the problem is not related to your user name and password you are using but the server itself that is not replying to the requests from your computer (and mine). It seems that it is firewalled or something similar.
I would ask the network administrator or the tech support staff that manages that server, may be they could give you some more details.
Wonderful program
Thanks!

Any help would be appreciated
The SMTP server you are using (smtp.yupo.com) is correct but for some reason it rejects the connection using all the usual TCP ports (25, 465 and 587).
This means that the problem is not related to your user name and password you are using but the server itself that is not replying to the requests from your computer (and mine). It seems that it is firewalled or something similar.
I would ask the network administrator or the tech support staff that manages that server, may be they could give you some more details.
Hello,
By setting the value for the port to 587 and NONE for encryption it works.
Thanks for the help and this is a spectacular program.

By setting the value for the port to 587 and NONE for encryption it works.
Thanks for the help and this is a spectacular program.
