E-Mail

Email Validation using VB6

Submitted by donbermoy on
Last month, I had discussed already in vb.net on how to make a program that can validate or determine whether an inputted email address is true or not. Now, i have here a different version of email validation written in VB 6.0. strong>Now, let's start this tutorial! 1.Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2.

Sending E-mail with Attachment

Submitted by donbermoy on
Last month, I had lectured on how to make a program that can send an e-mail using visual basic.net. Now, we will create a program that can send also e-mails but has an attachment. For this tutorial we will use the System.Net.Mail namespace as it contains classes used for sending e-mails to a Simple Mail Transfer Protocol (SMTP) server for delivery. Now, let's start this sending an e-mail with attachment tutorial! 1.

Sending E-mail using VB.NET

Submitted by donbermoy on
Hi! In this tutorial, i will introduce some kind advanced VB.NET Tutorial which is Sending an E-mail. VB.Net allows sending e-mails from your application. The System.Net.Mail namespace contains classes used for sending e-mails to a Simple Mail Transfer Protocol (SMTP) server for delivery. In this tutorial, let us create a simple application that would send an e-mail.