On Thu, Nov 13, 2008 at 9:45 AM, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > On Wednesday 12 November 2008 06:25:53 pm Girish Venkatachalam wrote: >> I just finished it in perl. My python skills are very bad. >> >> Here is a way to achieve it in perl. > > In python (most of this shamelessly copied from a google search): >
Oh no! I expected you would involve, ----------------- from django.core.mail import send_mail send_mail('Subject here', 'Here is the message.', '[EMAIL PROTECTED]', ['[EMAIL PROTECTED]'], fail_silently=False) ----------------- -- Amachu _______________________________________________ To unsubscribe, email [EMAIL PROTECTED] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc