Using the mail.module and loving it except that it eats of bit of the code when sending a link (both in plain and html options).
Here is some test content for the email and here comes a <a href=ttp://www.example.com" target=self">link</a>.
When I get the email in plain text, I get this exact code above. When I get it as HTML, it shows a link, but my email program looks for a program to open such a file as it doesn't recognize it. Looks like it's chopping a double quote ( " ) and then eating one letter of what's behind it, in this case, the " h " of http.
See that it does the same thing for the target="self". Aha, now that I look at that, it seems maybe the " = " is the culprit, eating both the double quote and the letter following it. I made the link using TinyMCE on Drupal 4.6.2.
Any thoughts? Thanks.
- Bradley