close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

URSP Validation Email: Not a clickable link?

Thread began 5/18/2010 2:00 pm by msummers194171 | Last modified 5/19/2010 11:17 am by Jason Byrnes | 1534 views | 3 replies |

msummers194171

URSP Validation Email: Not a clickable link?

Guys:

In the file "verification.php", within the Email_Templates folder of the WA_Universal_Email folder, there is this code -

<p>Please click 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>

However, THAT'S NOT A LINK! At least it's not in some browsers. Shouldn't it be this?

<p>Please click the link below in order to verify this email address:</p>
<p><a href="
<?php echo($WAGLOBAL_Root_URL); ?>users_Confirm.php?ID=<?php echo($row_WAATKusers['UserID']); ?>&code=<?php echo($row_WAATKusers['UserVerificationCode']); ?>">VERIFY EMAIL</a>
</p>

Sign in to reply to this post

Jason ByrnesWebAssist

No, the email is created as a text email email to avoid being caught as spam in the clients spam filters.

using HTML based emails greatly increases the possibility of the email being considered junk or spam.


you can certainly change it to an HTML clickable link if you like, but be aware of the possible consequences if you do.

Sign in to reply to this post

msummers194171

Originally Said By: Jason Byrnes
  No, the email is created as a text email email to avoid being caught as spam in the clients spam filters.

using HTML based emails greatly increases the possibility of the email being considered junk or spam.


you can certainly change it to an HTML clickable link if you like, but be aware of the possible consequences if you do.  



Ahh - good point. In that case, the text in the message should say to COPY the URL shown below into your browser, rather than to click on the link, shouldn't it? If it's a text message, there is no opportunity to click on such text URLs (in general, at least).

While I have your attention though, I should only have to make these edits to the validation.php file that I mentioned above, right? For some reason, I'm not seeing these changes take effect.

Murray

Sign in to reply to this post

Jason ByrnesWebAssist

the template used depends on the page you are triggering the email from.


the verification template is used if you log into the profile page and click the verify button.


the registration template is used when the user registers.

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...