Page 1 of 1

mail sender class tutorial query

Posted: Tue Jul 01, 2008 12:21 pm
by evilchris2003
Hi guys

Im trying to send a confirmation email when a customer registers to use my site but im a little confused as the way its written
Tutorial ---> http://www.phptoys.com/e107_plugins/con ... content.56

The issue is how to layout the file containing the classes and the functions. It looks like its all out of order especially the below
function send(){
}

function createHeader(){
}
In step 2 surely you need to create the header 1st which step 3 does (Step 4 has the send function)
There is a download link for the complete code at the bottom but its been moved and you just get a 404 error

Thanks in advance EC