Categories: Python | How To | Code Examples | S60
How to send email
From Forum Nokia Wiki
This is the most simple method to send email in PyS60, using the built-in messaging module.
import messaging attachment_path="E:\\Images\\photo.jpg" #Or whatever file you wish to attach (optional) messaging.mms_send("address", u"text", attachment) #Where "address" is the email address of the recipient, like abc@def.com
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Send file from a Nokia 6680 to a server via GPRS | minou | General Browsing | 1 | 2006-07-22 23:05 |
| WAP Bookmark via SMS | vinod22 | Smart Messaging | 1 | 2004-05-25 08:01 |
| etelagsm.h | brijesh | General Symbian C++ | 8 | 2006-02-20 05:17 |
| Send file from a Nokia 6680 to a server via GPRS | minou | Symbian Networking & Messaging | 0 | 2006-07-22 21:53 |
| Send file from a Nokia 6680 to a server via GPRS | minou | Mobile Java Networking & Messaging & Security | 5 | 2006-07-27 00:00 |
