‎11-16-2005 01:22 PM
‎11-16-2005 01:29 PM
The InetSendMail function in the Internet library should do it.
--Ian
‎11-16-2005 01:41 PM
‎11-16-2005 01:47 PM
‎11-17-2005 10:20 AM
‎11-17-2005 11:21 AM
‎11-17-2005 02:10 PM
‎11-17-2005 02:27 PM
Instead of ping, you can try telneting to the server on the SMTP port (25) to see if it is really listening. Open a command shell and type:
telnet your_server_address 25
If telneting to the SMTP server does not work, then you need to contact your the server administrator to figure out if you have permission to do this.
You can exit from the SMTP session by typing QUIT.
‎11-21-2005 04:34 PM
‎11-21-2005 04:39 PM