Undefined
By: mail functie | Date: Dec 12 2007 13:39 | Format: PHP | Expires: never | Size: 1.22 KB | Hits: 1374
- {
- print '<h5>Uw account is aangemaakt! U ontvangt een bevestigings e-mail.</h5>';
- // multiple recipients
- $to = $email_db;
- // subject
- $subject = 'Account gegevens op Fundahosting';
- // message
- $message = '
- <html>
- <head>
- <title>Uw account gegevens op Fundahosting.nl</title>
- </head>
- <body>
- <strong>Beste '.$voorletters.'. '.$achternaam.'</strong>
- <p><strong>Uw gegevens:</strong><br /><br />
- E-mail: '.$email.'<br />
- Wachtwoord: '.$mail_pw.'</p>
- <p>Kopieer onderstaande link en plak deze in uw browser om uw account te activeren:<br />
- <a href="http://www.fundahosting.nl/index.php?p=account&key='.$activationkey.'">http://www.fundahosting.nl/index.php?p=account&key='.$activationkey.'</a>
- </p>
- </body>
- </html>
- ';
- // To send HTML mail, the Content-type header must be set
- $headers = 'MIME-Version: 1.0' . "rn";
- $headers .= 'Content-type: text/html; charset=iso-8859-1' . "rn";
- // Additional headers
- $headers .= 'From: ik@rub3n.nl' . "rn";
- // Mail it
- print "$to, $subject, $message, $headers";
- }
Latest pastes
1 hours ago
11 hours ago
1 days ago
2 days ago
2 days ago