Forum Discussion

soda's avatar
soda
Contributor
13 years ago

BuiltIn.SendMail is throwing a Socket Error #11004

Hello, I was going to try using the builtin SendMail function, but it is returning the error Socket Error # 11004.  That is all the message states.  Any clues?  I've hardcoded string values for the SendMail parameters for current testing purposes.  Basically, I cut and pasted the JScript example and changed the email addresses.

Thanks,

Mark
  • irina_lukina's avatar
    irina_lukina
    Super Contributor

    Hi Mark,


    As far as I could find out, this error message is usually shown when you specify a valid server name, but there is no data record of the requested type connected with this server. Typically, the situation occurs while the test tries to translate a server name to its IP address. So, I recommend that you try specifying the server IP instead of specifying its name while connecting.


    Does this help?