On Wed, 20 May 2009 17:49:47 +0530
Kalyan Chakravarthy wrote:
> Hi
> Now i can able to get the form details in to python code,
>
> can any one tell me the format to send form values to one Emil
> id ... for this I required SMTP set up?
You can use email and smtplib modules for that alon
Hi
Now i can able to get the form details in to python code,
can any one tell me the format to send form values to one Emil id ... for
this I required SMTP set up?
Thanks in advance
Regards
Kalyan
On Wed, May 20, 2009 at 5:06 PM, James Matthews wrote:
> Why don't you use Django? If y
Why don't you use Django? If you get the form information from Django you
can send an email using the send_mail (or even if you don't you can still
import the function.
On Wed, May 20, 2009 at 8:52 AM, Kalyan Chakravarthy <
kalyanchakravar...@hyit.com> wrote:
> Hi All,
>
> I have one doubt,