| Reply | « Previous Thread | Next Thread » |
|
Hello All!
Somebody can set an example how to send e-mail from Python? |
|
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 |
|
Quote:
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 | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| 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 |