close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Registration Confirmation Email

Thread began 7/14/2011 4:05 pm by aladdin229745 | Last modified 7/18/2011 2:20 pm by Lee Firth | 2367 views | 6 replies |

aladdin229745

Registration Confirmation Email

I would like to edit Registration Confirmation Email which is sent to the user after completing a register process.

What file I need to edit this section. Thanks

Sign in to reply to this post

Lee Firth

The file you need to edit is /webassist/email/Email_Templates/registration.php

Sign in to reply to this post

aladdin229745

Thanks Lee

Sign in to reply to this post

aladdin229745

I also want to display registration detials in this email.
------------------------
Hi ????(registerant Name in full)????

Thanks for registering at (our website)


View your profile at:
users_profile.php

Your registered email address: ?????????
Your password: ??????
--------------------------
So the email content will provide The name and last name for greetings, email address and password user entered when registereing. Is this possible?

Sign in to reply to this post

Lee Firth

Open registration.php and change this:

php:
<?php 
if ($WAGLOBAL_Email_Verification)  {
?>  
        <p>Please follow the link below in order to verify this email address:</p>
<p>
<?php echo($WAGLOBAL_Root_URL); ?>users_confirm.php?ID=<?php echo($row_WAATKusers['UserID']); ?>&code=<?php echo($row_WAATKusers['UserVerificationCode']); ?>
</p>

<?php 
} else {
?>

To this:

php:
<?php 
if ($WAGLOBAL_Email_Verification)  {
?>
              <p>Hi <?php echo($row_WAATKusers['UserFirstName']); ?> <?php echo($row_WAATKusers['UserLastName']); ?>,<br />
        Thanks for registering at yoursite.com</p>
        
        <p>Your registered email address: <?php echo($row_WAATKusers['UserEmail']); ?><br />
        Your password: <?php echo($row_WAATKusers['UserPassword']); ?></p>
        
        <p>Please follow the link below in order to verify this email address:</p>
<p>
<?php echo($WAGLOBAL_Root_URL); ?>users_confirm.php?ID=<?php echo($row_WAATKusers['UserID']); ?>&code=<?php echo($row_WAATKusers['UserVerificationCode']); ?>
</p>

<?php 
} else {
?>

I haven't tested this but give it a try.

Sign in to reply to this post

aladdin229745

Hi Lee,
Many thanks. This worked fine for me.

Sign in to reply to this post

Lee Firth

Happy to help.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...