How to use e-mail on a Nokia 3555

Hello,
I would like to know how to configurate my old Nokia 3555 to be able to receive emails on it. I have tried to understand the User's guide, however it hasn't helped that much. It doesn't speak about server numbers and such, or maybe am I unable to find it.
I would really appreciate if there was someone to give me a few tips on how to do this ... if ever there still are people using that phone ...
Thank You.

Hi
This feature was introduced in 11.1.1.4.0. Prior to this , you could only send e-mails to BAM users.
http://www.oracle.com/technetwork/middleware/bam/overview/whatsnewbam111140-299972.pdf
Regards
Payal

Similar Messages

  • How to use's mail's "perform mail action with message"

    I can't for the life of me figure out how to use "perform mail action with message", I basically want to create a script that get's used on a rule from Mail, but nothing I try will work.
    This is what I started with...
    tell application "Mail"
    perform mail action with message msgs for rule theRule
    end
    end
    This doesn't compile i've seen an example of it being used like this...
    using terms from application "Mail"
    perform mail action with message msgs for rule theRule
    end perform
    end using
    this also doesn't compile, so I'm not sure what it's wanting

    This is one of those annoying things about programming - you have to arrange and spell things exactly right (this gets worse if you have fat fingers). You can look at the dictionary for Mail to see the specifics - in your example you are missing an "s" at the end of the word "message":
    <pre title="this text can be pasted into the Script Editor" style="font-family: Monaco, 'Courier New', Courier, monospace; font-size: 10px; padding: 5px; width: 720px; color: #000000; background-color: #E0E0E0; overflow: auto">tell application "Mail"
    perform mail action with messages msgs for rule theRule
    end tell
    </pre>

  • How to use java mail to send email to hotmail box

    how to use java mail to send email to hotmail box??
    i can send emails to other box(my company's email account) but for hotmail, the program didnt print any err or exception the recepient cant receive the mail.
    thanks

    you ust to download activation.jar and mail.jar and add them to your build path.
    i have used the googlemail smtp server to send mail the code is following:
    public void SendMail()
    Properties props = new Properties();
    props.put("mail.smtp.user", username);
    props.put("mail.smtp.host", host);
    props.put("mail.smtp.port", port);
    props.put("mail.smtp.starttls.enable","true");
    props.put("mail.smtp.auth", "true");
    props.put("mail.smtp.socketFactory.port", port);
    try{
         Authenticator auth = new SMTPAuthenticator(username,password);
    Session session = Session.getInstance(props, auth);
    MimeMessage msg = new MimeMessage(session);
    msg.setText(text);
    msg.setSubject(subject);
    msg.setFrom(new InternetAddress(senderEmail));
    msg.addRecipient(Message.RecipientType.TO, new InternetAddress(receiver));
    Transport.send(msg);
    }catch(Exception ex) {
         System.out.println("Error Sending:");
    System.out.println(ex.getMessage().toString());
    and this the SMTPAuthenticator Class which you will need too.
    class SMTPAuthenticator extends javax.mail.Authenticator {
         private String fUser;
         private String fPassword;
         public SMTPAuthenticator(String user, String password) {
         fUser = user;
         fPassword = password;
         public PasswordAuthentication getPasswordAuthentication() {
         return new PasswordAuthentication(fUser, fPassword);
         }

  • How to use different mail address in "from" and "user" property?

    I'd like to use the user enter mail address as the "from" property and use my mail account to send it, but I got error: com.sun.mail.smtp.SMTPSendFailedException: 553 You are not authorized to send mail, authentication is required when set different mail address in "from" and "user" property, how to resolve this problem?

    Basically that's a bad idea. Suppose you used your server to send messages that claimed to come from "[email protected]"? Naturally enough people have tried that, either as a joke or as an attempt at fraud, so that servers will check to see if the message is coming from the server it claims to be coming from. And if it isn't -- as in that example -- it will consider it a forgery. Best case (for you) is that the server will flag it as spam or junk. Worst case is that your server will be blacklisted and other servers will ignore it.

  • How to use Windows Mail with Firefox

    I want to use Windows Mail as my default e-mail program when using Firefox to browse the internet and initiate e-mail messages. How can I get Firefox to use Windows Mail? Right now, it is using Thunderbird, which I do not even have installed on my PC, and it is using the web e-mail Address Book and Sent folder on my ISP's web site, rather than being able to reference the Address Book and Sent folder on my PC.
    Thank you!

    See this: <br />
    http://support.mozilla.com/en-US/kb/Changing+the+e-mail+program+used+by+Firefox

  • How to use the mail?

    Hi.
    I have been trying to use the Mail that the computer has by default but just I can not do it.
    It opens and accept my emails but eventually refuse to send them over or if it sends them they never arrived.
    Just I tried again with a photo booth one and nothing happend.
    I have been reading the tips for help but I can not find nothing relevant.
    any little help?
    thanks.
    j.fernandez

    Have a look at this easy to understand graphic explanation on setting up Mail
    Hope it helps.

  • How to use zoom in camera in Nokia Lumia 720

    I am not able to use zoom while taking pictures. plz tell me how to use lens zoom in this phone

    To zoom in or out, place two fingers on the screen, and slide your fingers apart or together.
     Regards,
     prabu
    Moderator's note: The post was edited. Email address was removed. For your safety, please don't publish any of your personal information.

  • How to use 2 MAIL account on one iPad?

    I have set 2 MAIL account but I can only see one. How can I get MAIL incoming to my second MAIL account?

    If you did create two email accounts on your iPad, when you tap the mail icon and it opens, tap the mail button to take you back to inboxes, where you'll see both accounts.

  • How to use Java Mail API in Unix

    I am trying to write some code using Java mail API. I want to execute it in Unix. I downloaded the mail API to windows machine and ftped the mail.jar file to a Unix machine. Then I set the class path as below:
    export CLASSPATH=$CLASSPATH:/home.../mail.jar
    Then I tried to compile my Java program. The output is as below:
    error: error reading /home.../mail.jar; invalid END header (bad central directory offset)
    mail.java:1: package javax.mail does not exist
    import javax.mail.*;
    Can any one please help me out.

    You should also include the "activation.jar" file that you obtained from
    downloading the Java Activation Framework, in your CLASSPATH.
    For example:
    export CLASSPATH=$CLASSPATH:/urPath/activation/activation.jar
    Besides, assuming you unzipped javamail-1_4_1.zip in home/download the following should work
    export CLASSPATH=$CLASSPATH:home/download/javamail-1.4.1/mail.jar:.

  • How to use Yahoo Mail to send email using email links on webpages

    When I'm on a webpage that has a link to send an email, I cut and paste the the email address (which is the link) and paste it into my Yahoo Mail address bar. However, some webpages don't show the email address as a link. Instead, the link might be "write me" or "send mail", so I can't cut and paste an address.
    If I click on an email link, a window pops up that says "Welcome to Mail" and it states that the assistant will guide me through the steps to configure my email account. To get started, this assistant requires a password that I don't possess.
    So I'm stuck not being able to access an email application that I don't want to use in the first place.
    Is there a way to set up my computer so that I could click an email link on a webpage and have Yahoo Mail pop up?
    If not, is there at least a way to send an email using an email link that doesn't show the email address, without using (what I assume to be) the Apple mail Application? If it is necessary, how do I recover the password for the mail assistant? I'm not aware of ever having used or set up a password before.
    THANK YOU

    If you don't want Mail to open, don't click on the app.  If it's opening at login, right click its Dock icon>Option>de-select Open at Login.

  • How to use multiple mail sending address in SMTP relay for exchange online

    We have one SMTP relay configured with [email protected] credentials. one oracle application automatically shoots mail to users using this [email protected] to users. So if recipient reply on auto-generated mail it goes to mailbox of [email protected] (so that application
    team see and reply to any query raised by recipient). 
    Now my requirement is, I want to notify users about their password expiry before 10  days (something like that) I have made the script and tested it in lab. But the main requirement is I want to use [email protected] mail ID for sending mail. And if any recipient
    reply on the auto-generated mail it goes to [email protected] mailbox (which is managed by different team).  
    So the query How can I use two different mailbox enabled IDs for sending mails on a single SMTP Relay server
    Thanks
    Pankaj Sharma

    Thanks Ed and Mavis for the reply and suggestion, but here scenario is different. 
    We have one SMTP relay configured with [email protected] credentials. one oracle application automatically shoots mail to users using this [email protected] to users. So if recipient reply on auto-generated mail it goes to mailbox of [email protected] (so that
    application team see and reply to any query raised by recipient). 
    Now my requirement is, I want to notify users about their password expiry before 10  days (something like that) I have made the script and tested it in lab. But the main requirement is I want to use [email protected] mail ID for sending mail. And if any recipient
    reply on the auto-generated mail it goes to [email protected] mailbox (which is managed by different team).  
    So the query is can I use two different mailbox enabled IDs on a single SMTP Relay, If yes then how..
    Thanks
    Pankaj

  • How to use Apple Mail to send outgoing emails only?

    Hello,
    I haven't been able to find exactly what I'm looking for elsewhere on the interwebs.
    I want to be able to set up the Apple Mail app on my Mac to send outgoing emails only from my Gmail account. I use the Gmail website and my iPhone for sending/receiving emails and I don't want or have a need for all of my Gmail emails to be downloaded into the Apple Mail app or for new emails to appear in the Mail app as they come in.
    I just want to be able to send outgoing emails from the app so that I can send photos directly from iPhoto using the Email button. Any help is greatly appreciated!

    Great news, thanks!

  • How to use different mail address  in icloud mail

    Hi,
    I'm facing a dilemma : switch from Gmail to iCloud
    I would like to gather my cloud account and i'm quite satisfied of apple icloud, but there still is a last barrier to me :
    multi-mail accounts !
    I didn't find any solution in order to be able to send mails from iCloud with an alias as @gmail.com, @live.com or any other mails.
    I totally can forward all my mails to my icloud address (im already doing it with Gmail) but i NEED to be able to answer my mails with the correct alias (for work as much as for private life) just as i currently do with google mail service linking my alias smtp's.
    This is the last thing that makes the swap from Google to iCloud impossible for me, but maybe there is a solution ....
    Thanks,

    You cannot send emails via iCloud from non-iCloud email addresses. There is no solution to that using the iCloud service.
    There are some convoluted workarounds that involve setting up multiple email accounts with different outgoing mail servers, but they do not allow you to send non-iCloud Mail via iCloud.

  • How To Use The Voice Command in Nokia 6300

    Dear all
    the voice command which saved on the Nokia 6300 is a computrized only i can't change it with my voice which return this option is useless to me so is there any other way to use this service using my real voice

    No, on newer Nokia phone you can no longer recorded your own voice tags.
    If you are having difficulty with the phone understanding your voice command please try to change the voice playback setting on the phone. Do the following :
    Menu -> Settings -> Phone -> Language settings -> Voice playback language
    Then select a language that the phone should use for playing back voice commands, you might want to select a language that closely resembles your accent and language.
    Knowledge should be your Advisor when you need help.
    1610»2110»8110»5110»3310»6210»7250i»6220»6230»6230i»6233
    Love me or hate me, its still an obsession. Love me or hate me, that is the question. If you love me then Thank you! If you hate me then ...

  • How to use iCloud with my family's devices

    We're an Apple household with two Apple-using parents and three Apple-using kids.  We have two iPads, two iPod Touches, two iPhones and a MacBook Pro.
    Up unti now, I have used all of the devices with the same Apple ID, except for my wife's iPhone and MacBook, which use a different account because I'd purchased a MobileMe account so that her address book and calendar would sync. My iPhone, on the other hand, belongs to my company and data is sync'ed using Exchange, but the AppleID is still mine, there are no special corproate controls, and the Apple ID and apps I purchase belong to me.
    Should I simply migrate my wife to my AppleID, and use iCloud to sync her phone with the MacBook Pro, and leave everything else as-is? Then we will have a single AppleID for everything, and her Calendar and Address book will sync between her two devices, and FindMyiPhone will find everything with a single login? Are there any limits with using all of these iDevices on a single account?
    Thanks!

    iCloud: Backup and restore overview
    http://support.apple.com/kb/HT4859
    Check iCloud storage & backup space on iPad
    http://www.urltips.net/check-icloud-storage-backup-space-on-ipad/336/
    iCloud: Troubleshooting creating backups
    http://support.apple.com/kb/TS3992
    FYI
    Complete guide to using iOS 6
    http://howto.cnet.com/ios-6-complete-guide/
    Guide to Built-In Apps on iOS
    https://sites.google.com/site/appleclubfhs/support/advice-and-articles/guide-to- built-in-apps-ios
    You can download a complete iOS 5 iPad User Guide and iOS 6 iPad User Guide here: http://support.apple.com/manuals/ipad/
    Also, Good Instructions http://www.tcgeeks.com/how-to-use-ipad-2/
    Apple - iPad - Guided Tours
    http://www.apple.com/ipad/videos/
    Apple iPad Guided Tours - Watch the videos see all the amazing iPad apps in action. Learn how to use FaceTime, Mail, Safari, Videos, Maps, iBooks, App Store, and more.
    http://www.youtube.com/watch?v=YT2bD0-OqBM
    http://www.youtube.com/watch?v=ROY4tLyNlsg&feature=relmfu
    http://www.youtube.com/watch?v=QSPXXhmwYf4&feature=relmfu
    How to - Articles & User Guides & Tutorials
    http://www.iphone-mac.com/index.php/Index/howto/id/4/type/select
    iPad How-Tos  http://ipod.about.com/lr/ipad_how-tos/903396/1/
    You can download this guide to your iPad.
    iPad User Guide for iOS 5
    http://itunes.apple.com/us/book/ipad-user-guide-for-ios-5/id470308101?mt=11
     Cheers, Tom

Maybe you are looking for