You Are Here:

Community: Developer Discussion Boards

#1 Old email example - 2006-06-25, 18:43

Join Date: Nov 2005
Posts: 7
real_dude
Offline
Registered User
Hello All!

Somebody can set an example how to send e-mail from Python?
Reply With Quote

#2 Old Re: email example - 2006-06-26, 10:01

Join Date: Nov 2004
Posts: 105
rexwal
Offline
Regular Contributor
socket sock = ...
sock.connect(mail server addr, 25)
sock.send("HELO mail server stuff")
etc.. etc.. you basically have to connect to your server via a socket
then send the proper commands

http://www.yuki-onna.co.uk/email/smtp.html
Reply With Quote

#3 Old Re: email example - 2006-06-26, 10:40

Join Date: Sep 2005
Posts: 314
Location: Finland, Helsinki
aaaaapo
Offline
Regular Contributor
Quote:
Originally Posted by real_dude
Somebody can set an example how to send e-mail from Python?
SMTPlib might work?
http://www.python.org/doc/2.2/lib/SMTP-example.html

You probably have to install smtplib.py to your phone first from python 2.2 , it is not included in pys60 (if I remember right).
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules

You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump
Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to get email msgs in email box in emulator dtripathy General Symbian C++ 0 2006-02-02 14:50
Email Messaging Headaches Brucmack General Symbian C++ 0 2005-11-18 13:53
Nokia 9300/9500 - syncml email issue - server to device raulpush OMA DM/DS/CP 0 2005-07-27 13:03
email mtm help is needed siemensc55 General Symbian C++ 0 2004-07-18 19:58
Email over SMS arun95 General Messaging 1 2004-02-26 14:48

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia