Skip to main content
GameDev.net gamedev.net
🔒 Locked

[web] Send an email with Confirmation Link

Started by Awoken May 14, 2010 at 3:43 PM 0 replies 2.1k views
Original Post
Awoken
Awoken
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" %>

C-A-P-T

[ Log In ] Welcome ! [ ]

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.