Welcome Guest, Not a member yet? Register   Sign In
CI Email Class - Load an html email (view) to send?
#20

[eluser]Unknown[/eluser]
Hello guys.

I have a problem with this behaviour. When sending a HTML email with a link inside it. If the link gets wrapped just before a dot in the domain name, that character is lost somewhere between CodeIgniter and the recipient mail client.

Yes, I'm not kidding.

Let's say we have an HTML body like this one:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
&lt;html &gt;
    &lt;head&gt;
    &lt;/head&gt;
    &lt;body&gt;
        <h3>Código de Activación</h3>
        <p>Para activar su cuenta, haga clic <a href="http://a.demo123.dnsalias.org/cliente/activar/4fa9fe5dcbe7eb0a79259a3858b937b9feaf446a/">aquí</a></p>
    &lt;/body&gt;
&lt;/html&gt;
Email class will escape it creating one like this. Now, pay special attention to the line starting with ".org" because the mail reaching my mailbox lacks that character. Which forms an invalid URL: "a.demo123.dnsaliasorg/client..."
[pre]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.=
w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
&lt;html &gt;
&lt;head&gt;
&lt;/head&gt;
&lt;body&gt;
<h3>Código de Activación</h3>
<p>Para activar su cuenta, haga clic <a href="http://a.demo123.dnsalias=
.org/cliente/activar/4fa9fe5dcbe7eb0a79259a3858b937b9feaf446a/">aquí</a></=
p>
&lt;/body&gt;
&lt;/html&gt;
[/pre]

NOTE: The equal sign after href has a 3D before the double quote character. I had to remove it for proper posting.


Messages In This Thread
CI Email Class - Load an html email (view) to send? - by El Forum - 11-04-2008, 07:58 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-04-2008, 08:10 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-04-2008, 08:31 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-04-2008, 09:52 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-04-2008, 09:55 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-04-2008, 10:08 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-04-2008, 10:28 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-04-2008, 10:44 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-04-2008, 10:49 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-04-2008, 10:52 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-04-2008, 11:01 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-04-2008, 11:49 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-04-2008, 12:14 PM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-04-2008, 01:11 PM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-04-2008, 01:39 PM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-04-2008, 02:48 PM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-14-2008, 12:24 PM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-14-2008, 03:25 PM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-15-2008, 07:54 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-18-2008, 11:15 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 02-15-2009, 02:00 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 02-16-2009, 08:57 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 05-13-2009, 12:02 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 08-12-2009, 09:25 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 08-16-2009, 05:09 PM
CI Email Class - Load an html email (view) to send? - by El Forum - 09-04-2009, 02:30 AM
CI Email Class - Load an html email (view) to send? - by El Forum - 11-01-2010, 05:24 PM



Theme © iAndrew 2016 - Forum software by © MyBB