
Email confirmation for registration is a core feature for nearly all the CMS applications I use. It's not the sort of feature I would have thought needed to be PHP or MySQL version dependent.

![]() |
| | LinkBack | Thread Tools | Display Modes |
| ||||
| I agree with binjamin. Sad I can't use this module. ![]() Email confirmation for registration is a core feature for nearly all the CMS applications I use. It's not the sort of feature I would have thought needed to be PHP or MySQL version dependent. |
| ||||
| I'll be re-working this module to make it compatible with the new Captcha module and php4 compatible. It'll be ready later this week. |
| |||
| yahooo thanks Ash this is awesome. |
| ||||
| That is indeed excellent news. Many thx. |
| |||
| Quote:
I'm still having issues with this DOLLARS5 please hep me ![]() ght I played with it and now I get this, Quote:
This is where I'm at, Code: echo "Welcome $username<br />"; echo "Check your e-mail for activating your account.<br />"; $from = 'From: admin@blogengage.com' . PLIGG_PassEmail_From . "\r\n"; $subject="Welcome to BlogEngage" . PLIGG_Visual_Name; $message = "Hello " . $username . ",\r\n\r\nThanks for registering with us. Please confirm your activation by clicking the following link or by copy, pasting it into your url address field of your browser.\r\n" . my_base_url . my_pligg_base . "/validation.php?code=$encode&uid=$username\r\n\r\nRegards,\r\nAdministrator"; $to=$email; mail($to, $subject, $message, $from); Code: echo "Welcome $username<br />"; echo "Check your e-mail for activating your account.<br />"; $from = 'From: admin@blogengage.com' . $subject="Welcome to BlogEngage" . $message = "Hello " . $username . ",\r\n\r\nThanks for registering with us. Please confirm your activation by clicking the following link or by copy, pasting it into your url address field of your browser.\r\n" . my_base_url . my_pligg_base . "/validation.php?code=$encode&uid=$username\r\n\r\nRegards,\r\nAdministrator"; $to=$email; mail($to, $subject, $message, $from); Quote:
Code: mail($to, $subject, $message, $from); bbrian017 |
| ||||
| Just by taking a look at the code you posted, I see a problem here... PHP Code: |
| |||
| When I add the code back in ashdigg, Code: $from = 'From: admin@blogengage.com' . PLIGG_PassEmail_From . "\r\n"; $subject="Welcome to BlogEngage" . PLIGG_Visual_Name; Quote:
|
| |||
| I got this to work, thanks everyone |
| |||
| I am curious to know what the problem was... What did the trick? |
| |||
| Well I'm a noob when it comes to coding and pligg. I mean I can copy paste pretty good but when I have to copy paste and modify I'm in big trouble lol. When people were signing up they were getting a confirmation e-mail that looked like this in the Body and Title, Quote:
So I took out this, Code: . PLIGG_PassEmail_From . "\r\n" Code: . PLIGG_Visual_Name Code: echo "Welcome $username<br />"; echo "Check your e-mail for activating your account.<br />"; $from = 'From: admin@blogengage.com' . PLIGG_PassEmail_From . "\r\n"; $subject="Welcome to BlogEngage" . PLIGG_Visual_Name; $message = "Hello " . $username . ",\r\n\r\nThanks for registering with us. Please confirm your activation by clicking the following link or by copy, pasting it into your url address field of your browser.\r\n" . my_base_url . my_pligg_base . "/validation.php?code=$encode&uid=$username\r\n\r\nRegards,\r\nAdministrator"; $to=$email; mail($to, $subject, $message, $from); Code: echo "Welcome $username<br />"; echo "Check your e-mail for activating your account.<br />"; $from = 'From: admin@blogengage.com'; $subject="Welcome to BlogEngage" ; $message = "Hello " . $username . ",\r\n\r\nThanks for registering with us. Please confirm your activation by clicking the following link or by copy, pasting it into your url address field of your browser.\r\n" . my_base_url . my_pligg_base . "/validation.php?code=$encode&uid=$username\r\n\r\nRegards,\r\nAdministrator"; $to=$email; mail($to, $subject, $message, $from); Last edited by bbrian017; 12-15-2007 at 10:10 AM. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Email confirmation for registration | sbanerjee | Questions and Comments | 2 | 11-23-2008 11:42 AM |
| Single Step Registration+Email Verification | arkasun | Questions and Comments | 6 | 11-10-2008 10:46 AM |
| HELP! I'm getting spammed! | AshMCairo | Questions and Comments | 113 | 11-04-2008 01:58 PM |
| Single step registration + Confirmation e-mail v0.3 | onis | Questions and Comments | 1 | 01-17-2008 11:23 AM |