Original Post
So I've created my site using Microsoft Web developer VB and I want my site to send out a confirmation Email with a link that the user must click to activate there account. Now, I haven't gone to school for this stuff, but I've programed a functioning website where the user has to be loged in inorder to do stuff. So I need simple step by step if anyone can help out with this. here is some of my code. ________________________________________________________________________________ My site.master vb code ________________________________________________________________________________ Public Class Site Inherits System.Web.UI.MasterPage Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load End Sub End Class ________________________________________________________________________________ My site.master source code ________________________________________________________________________________ <%@ Master Language="VB" AutoEventWireup="false" CodeBehind="Site.master.vb" Inherits="IT.Site" %>