Jonas,
I'm still confused on how to do it. Is it something like:
send_mail('My Subject', Content_Type=html, message, '[EMAIL PROTECTED]',
['[EMAIL PROTECTED]'], fail_silently=False)
??
On Jun 23, 11:33 pm, "Jonas Oberschweiber" <[EMAIL PROTECTED]>
wrote:
> Hi,
>
> as far as I know you have to set the correct MIME-type in your
> subject. This Wikipedia article should be a good
> start:http://en.wikipedia.org/wiki/MIME
>
> On Tue, Jun 24, 2008 at 3:51 AM, Greg <[EMAIL PROTECTED]> wrote:
>
> > 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
-~----------~----~----~----~------~----~------~--~---