mail sender class tutorial query

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
evilchris2003
Forum Contributor
Posts: 106
Joined: Sun Nov 12, 2006 6:43 am
Location: Derby, UK

mail sender class tutorial query

Post 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
Post Reply