Results for "Author: saurabh gupta"
This code looks up MX (Mail eXchange) records for any domain from a DNS server (For those who dont know what a MX record is, MX records contain the name of the SMTP server which receives mail for a domain). This is an improvement (I hope so :) over Jason Martin's code (http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=11006&lngWId=1). Here are the changes I made: 1. It uses winsock and not API for the query. 2. It wont freeze if you give a non-existent domain or DNS server. 3. It gets the DNS server in use by your computer by network api instead of registry. 4. There was a bug in Jason's code due to which if the DNS response was compressed it would return only the first MX record. For example, Jason's code would return one MX record for earthlink.com while mine will return all five. I'll appreciate any feedback on this code.
anyMail is an anonymous mailer. You can use it to send email without logging into an account. It uses the Winsock control in VB. It uses SMTP relaying to send the message to any e-mail address from any email address. It supports sending email in html format.
TinyServer is a very basic http server. This server can accept multiple requests at once. The server is only 60 kb. The default page, webpage directory and port number can be configured. The message window provides details of connections and errors if any. The server has been configured to accept a maximum of 100 connections. I have used the Winsock control in VB. The server can be used for testing websites on a local network before uploading to the Internet. TinyServer is open source and you can freely distribute it.
AutoShutdown is an application to shutdown your PC after a fixed time. It does not need any configuration and all you need is enter the time after you want your PC to shutdown. AutoShutdown can also be minimized to the system tray.
This code looks up MX (Mail eXchange) records for any domain from a DNS server (For those who dont know what a MX record is, MX records contain the name of the SMTP server which receives mail for a domain). This is an improvement (I hope so :) over Jason Martin's code (http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=11006&lngWId=1). Here are the changes I made: 1. It uses winsock and not API for the query. 2. It wont freeze if you give a non-existent domain or DNS server. 3. It gets the DNS server in use by your computer by network api instead of registry. 4. There was a bug in Jason's code due to which if the DNS response was compressed it would return only the first MX record. For example, Jason's code would return one MX record for earthlink.com while mine will return all five. I'll appreciate any feedback on this code.
anyMail is an anonymous mailer. You can use it to send email without logging into an account. It uses the Winsock control in VB. It uses SMTP relaying to send the message to any e-mail address from any email address. It supports sending email in html format.
TinyServer is a very basic http server. This server can accept multiple requests at once. The server is only 60 kb. The default page, webpage directory and port number can be configured. The message window provides details of connections and errors if any. The server has been configured to accept a maximum of 100 connections. I have used the Winsock control in VB. The server can be used for testing websites on a local network before uploading to the Internet. TinyServer is open source and you can freely distribute it.
AutoShutdown is an application to shutdown your PC after a fixed time. It does not need any configuration and all you need is enter the time after you want your PC to shutdown. AutoShutdown can also be minimized to the system tray.
This code looks up MX (Mail eXchange) records for any domain from a DNS server (For those who dont know what a MX record is, MX records contain the name of the SMTP server which receives mail for a domain). This is an improvement (I hope so :) over Jason Martin's code (http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=11006&lngWId=1). Here are the changes I made: 1. It uses winsock and not API for the query. 2. It wont freeze if you give a non-existent domain or DNS server. 3. It gets the DNS server in use by your computer by network api instead of registry. 4. There was a bug in Jason's code due to which if the DNS response was compressed it would return only the first MX record. For example, Jason's code would return one MX record for earthlink.com while mine will return all five. I'll appreciate any feedback on this code.
anyMail is an anonymous mailer. You can use it to send email without logging into an account. It uses the Winsock control in VB. It uses SMTP relaying to send the message to any e-mail address from any email address. It supports sending email in html format.
TinyServer is a very basic http server. This server can accept multiple requests at once. The server is only 60 kb. The default page, webpage directory and port number can be configured. The message window provides details of connections and errors if any. The server has been configured to accept a maximum of 100 connections. I have used the Winsock control in VB. The server can be used for testing websites on a local network before uploading to the Internet. TinyServer is open source and you can freely distribute it.
AutoShutdown is an application to shutdown your PC after a fixed time. It does not need any configuration and all you need is enter the time after you want your PC to shutdown. AutoShutdown can also be minimized to the system tray.
This code looks up MX (Mail eXchange) records for any domain from a DNS server (For those who dont know what a MX record is, MX records contain the name of the SMTP server which receives mail for a domain). This is an improvement (I hope so :) over Jason Martin's code (http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=11006&lngWId=1). Here are the changes I made: 1. It uses winsock and not API for the query. 2. It wont freeze if you give a non-existent domain or DNS server. 3. It gets the DNS server in use by your computer by network api instead of registry. 4. There was a bug in Jason's code due to which if the DNS response was compressed it would return only the first MX record. For example, Jason's code would return one MX record for earthlink.com while mine will return all five. I'll appreciate any feedback on this code.
anyMail is an anonymous mailer. You can use it to send email without logging into an account. It uses the Winsock control in VB. It uses SMTP relaying to send the message to any e-mail address from any email address. It supports sending email in html format.
TinyServer is a very basic http server. This server can accept multiple requests at once. The server is only 60 kb. The default page, webpage directory and port number can be configured. The message window provides details of connections and errors if any. The server has been configured to accept a maximum of 100 connections. I have used the Winsock control in VB. The server can be used for testing websites on a local network before uploading to the Internet. TinyServer is open source and you can freely distribute it.
AutoShutdown is an application to shutdown your PC after a fixed time. It does not need any configuration and all you need is enter the time after you want your PC to shutdown. AutoShutdown can also be minimized to the system tray.
This code looks up MX (Mail eXchange) records for any domain from a DNS server (For those who dont know what a MX record is, MX records contain the name of the SMTP server which receives mail for a domain). This is an improvement (I hope so :) over Jason Martin's code (http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=11006&lngWId=1). Here are the changes I made: 1. It uses winsock and not API for the query. 2. It wont freeze if you give a non-existent domain or DNS server. 3. It gets the DNS server in use by your computer by network api instead of registry. 4. There was a bug in Jason's code due to which if the DNS response was compressed it would return only the first MX record. For example, Jason's code would return one MX record for earthlink.com while mine will return all five. I'll appreciate any feedback on this code.
anyMail is an anonymous mailer. You can use it to send email without logging into an account. It uses the Winsock control in VB. It uses SMTP relaying to send the message to any e-mail address from any email address. It supports sending email in html format.
TinyServer is a very basic http server. This server can accept multiple requests at once. The server is only 60 kb. The default page, webpage directory and port number can be configured. The message window provides details of connections and errors if any. The server has been configured to accept a maximum of 100 connections. I have used the Winsock control in VB. The server can be used for testing websites on a local network before uploading to the Internet. TinyServer is open source and you can freely distribute it.
AutoShutdown is an application to shutdown your PC after a fixed time. It does not need any configuration and all you need is enter the time after you want your PC to shutdown. AutoShutdown can also be minimized to the system tray.