Hello, I have the following line in my code: message = "This is my email" + a.name + "Here is the link <a href=http://mysite.com>Click Here</a>" send_mail('My Subject', message, '[EMAIL PROTECTED]', ['[EMAIL PROTECTED]'], fail_silently=False)
//// Whenever I receive this email it's not a link....it's just regular text. I see the <a href...etc in the email. What do I need to to make this appear as an link in my email? Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

