bootybay Posted September 15, 2013 Posted September 15, 2013 I was adding the function to some of my projects and it worked perfectly. But when I use a VPN and it fails to send the mail. ==> The requested action with this object has failed.: $objEmail.Send $objEmail.Send^ ERROR Can anyone tell me whats the exact Problem here? Im using the Cisco Anyconnect Client and the vpn from my college.
Developers Jos Posted September 15, 2013 Developers Posted September 15, 2013 Likely the SMTP port you are trying to use while sending isn't opened. Have you tried using the Com Error handler to see if that gives any more useful information? Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
bootybay Posted September 15, 2013 Author Posted September 15, 2013 ### COM Error ! Number: 80020009 ScriptLine: 92 Description:Die Nachricht konnte nicht an den SMTP-Server gesendet werden. Der Transportfehlercode lautet 0x800ccc67. Die Serverantwort lautet 421 This is what i get.
Developers Jos Posted September 15, 2013 Developers Posted September 15, 2013 (edited) Did you Google on these errors? It sounds to me that you can't connect to the SMTP server, so likely the ports are filtered in the Cisco concentrator to which you connect with your Cisco AnyConnect client. Jos Edited September 15, 2013 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Solution bootybay Posted September 15, 2013 Author Solution Posted September 15, 2013 Well looks like my college is pretty serious about sending emails. I can only send mail via college smtp host and with certain certificats. Does anyone know some other way to notify me without email?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now