Welcome Guest, Not a member yet? Register   Sign In
E-Mail Encoding Problem
#3

@InsiteFX: really? I have numerous views for sending e-mail, they all have standard html code, including the <br /> tag.
@Waschi, a tip:
PHP Code:
To complete the Account-Registration click on the following link: <br />
<
a href="<?php echo base_url() . 'auth/verify/' . $userID . '/' . $verifyCode;?>">Verify Account</a
Isn't that much better readable (less php code clutter)?
Although your controller files must be in firstcaps, don't use that in your URL's. That's why I changed it to auth/verify.
Reply


Messages In This Thread
E-Mail Encoding Problem - by Waschi - 10-05-2016, 02:15 AM
RE: E-Mail Encoding Problem - by InsiteFX - 10-05-2016, 07:50 AM
RE: E-Mail Encoding Problem - by Wouter60 - 10-05-2016, 08:45 AM
RE: E-Mail Encoding Problem - by RogerMore - 10-06-2016, 03:05 AM
RE: E-Mail Encoding Problem - by Waschi - 10-11-2016, 07:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB