email

How to Check Email Availability using jQuery and PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to check the availability of email using jQuery and PHP with MySQLi-OOP. In user registration, we don't want that multiple users have the same email or in short we want the email to be unique to each user. To do so, we use validations to validate an email then we check if the email already exist.

Send SMS Using Desktop

Submitted by asiasoft on
This project written in VB.NET 10 as front end and MS Access as back end. This is useful for Classes, Schools,Trust,Colleges etc. User can Add 1. Master Data 2. Group 3. Send SMS with Multiple Languages with own Sender ID i.e. CBSBI, AxixBk, IDBIBk, etc. & Get Also Reports of Master & Hitory of SMS , Create templates of SMS etc. User-ADM Password-ADM For students or anyone else who needs program

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.