Namespaces
Variants
Actions
Revision as of 19:30, 4 December 2008 by bogdan.galiceanu (Talk | contribs)

Archived:How to send email using PySymbian

Jump to: navigation, search
Article Metadata

Tested with
Devices(s): Nokia N95, Nokia E90

Compatibility
Platform(s): S60 3rd Edition

Article
Keywords: messaging
Created: (08 Jun 2008)
Last edited: bogdan.galiceanu (04 Dec 2008)

Contents

Overview

This snippet shows how to send email in Python.

Preconditions

Note: This method is available from S60 3.0 onwards (inclusive).

Source code

import messaging
 
 
attachment = "E:\\Images\\photo.jpg"
#The path of the file you wish to attach (optional)
messaging.mms_send("address", u"message", attachment)
#Where "address" is the email address of the recipient, like abc@xyz.com

Postconditions

The message (in Unicode format) along with the attachment is sent to the specified address (in string format).

201 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved