E71 - how do I force email client to use only Wifi...

The email client that comes with the phone want to use my data connection to connect to the email server.
how do i set it to use wifi?
can i prevent it to access the data connection accidently?
thanks
tomer

Go in to Messages
Options - Settings - Email - Select Your Account - Connection Settings - Incoming Email - Access Point In Use - Set to desired WiFi
Do the same with Outgoing Email if needed too.
If you want to set it to use a selection of WiFi accounts, use the Smart Connect application that would have come with your phone - or can be downloaded via the Download Application
Nokia History: 3110, 5110, 7110, 7110, 3510i, 6210, 6310i, 5210, 6100, 6610, 7250, 7250i, 6650, 6230, 6230i, 6260, N70, N70, 5300, N95, N95, E71, E72
Android History: HTC Desire, SE Xperia Arc, HTC Sensation, Sensation XE, One X+, Google Nexus 5

Similar Messages

  • How to Send an Email to Outlook using process type in RSPC?

    Hi,
    How to Send an Email to Outlook using process type in RSPC?
    We created lot of process variants, actually we want to send an mail to users if the DP Background job was succesfully finished.
    Actually i tried with create message its not happening...
    Plz let me know .. its urgent ...
    Regards,
    Satish

    Hello Satish,
    If you want to send a friendly message to your users, then you can do this by building an ABAP program that calls function module SO_NEW_DOCUMENT_SEND_API1 . You can then insert this ABAP program in your process chain (using the ABAP program process type) or as a second step in your background job. With this technique, you can send an email to SAP users, or to external users (e..g Outlook email addresses)
    Here's  a sample ABAP code:
      data: ls_docdata type SODOCCHGI1,
            lt_objcont type table of solisti1,
            lt_receivers type table of somlreci1,
            ls_objcont type solisti1,
            ls_receivers type somlreci1,
            ls_user type syuname.
    * Fill these variables with subject and msg lines that you need.
    data: MAIL_SUBJECT     TYPE STRING,
    MSG_LINE1     TYPE STRING,
    MSG_LINE2     TYPE STRING,
    MSG_LINE3     TYPE STRING,
    MSG_LINE4     TYPE STRING,
    MSG_LINE5     TYPE STRING.
      ls_docdata-obj_descr = mail_subject.
      ls_objcont-line = msg_line1.
      append ls_objcont to lt_objcont.
      ls_objcont-line = msg_line2.
      append ls_objcont to lt_objcont.
      ls_objcont-line = msg_line3.
      append ls_objcont to lt_objcont.
      ls_objcont-line = msg_line4.
      append ls_objcont to lt_objcont.
      ls_objcont-line = msg_line5.
      append ls_objcont to lt_objcont.
    * t_userlist contains the list of users to whom th email will be sent.
      loop at t_userlist into ls_user.
        ls_receivers-receiver = ls_user.
    "Change the type  here if email is for outlook users, See documentation
    " of function module in SE37
        ls_receivers-rec_type = 'B'.            
        ls_receivers-express = 'X'.
        append ls_receivers to lt_receivers.
      endloop.
      CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'
        EXPORTING
          document_data                   = ls_docdata
        tables
         OBJECT_CONTENT                   = lt_objcont
         receivers                        = lt_receivers
       EXCEPTIONS
         TOO_MANY_RECEIVERS               = 1
         DOCUMENT_NOT_SENT                = 2
         DOCUMENT_TYPE_NOT_EXIST          = 3
         OPERATION_NO_AUTHORIZATION       = 4
         PARAMETER_ERROR                  = 5
         X_ERROR                          = 6
         ENQUEUE_ERROR                    = 7
         OTHERS                           = 8
    You can test out the function module first in SE37 (just put the name of the FM and click execute). Testing it in SE37 will help you get your parameters right.
    Hope this helps.

  • How can I force Time Machine to use existing backup sparsebundle files?

    I backed up both my OSX Mountain Lion MBP and MacOSX Snow Leopard iMac to the same USB Disk. I then plugged this USB Disk into my Time Capsule, and configured Time Machine in both macs to use it through the network. But Time Machine insists on creating new backup sparsebundle files, ignoring the existing ones. How can I force Time Machine to use the existing backups.backupdb sparsebundle files instead of creating new ones?

    How can I force Time Machine to use the existing backups.backupdb sparsebundle files instead of creating new ones?
    You can't. Time Machine works differently over a network than it does with a locally-attached drive. What you could do is delete the folder named "Backups.backupdb" at the top level of the volume, which contains the backups you made via USB. You should then be able to backup to the same sparsebundle locally and over the network. But I wouldn't recommend doing that. Certainly don't do it unless you have at least one other complete backup (which you should have anyway.)

  • How do i confirm whether it is using only one partition.

    I want to select the data from one partition only.
    How do i confirm my select query using only one partition.
    To front end developers how do i suugest to use correct partition.
    I know in the select query we can write partion name also if i know the partition.
    But i don't the correct partition name as a front end developer.

    Hello,
    You can find partitions for the table from following view user_tab_partitions. You can use PARTITION Clause but it defeats the purpose of having partition key column,
    You should be able to do this
    select * from my_part_table where part_key='key';Regards

  • How to disable the security code and use only the Touch ID

    how to disable the security code and use only the Touch ID

    You can't use Touch ID without a passcode.
    http://support.apple.com/kb/HT5883

  • E71 - How do I delete email headers?

    I've managed to synch over 10,000 emails to my E71 and it's really struggling. The "Delete" menu only appears to have two options
    a) delete on phone and server and
    b) delete on phone only (header remains)
    I don't want to delete the emails on the server, I want to delete them on the phone but I don't want 10,000 headers in my inbox either.
    Is there a way?
    Solved!
    Go to Solution.

    People, stop farting around with the s60 email client and get a proper rich client experience with Profimail!
    Be careful how you go about deleting emails from your phone!
    If you use POP, then you MAYBE/CAN delete from the phone + server as POP email is not a centralised system, meaning whatever changes you make on your client, maynot be reflected back on the server - different email POP clients behave differently so it's a matter of testing.
    If you use IMAP, then deleting from the phone + sever WILL DEFINITELY delete your email from the phone & sever because IMAP is a centralised system. Whatever changes you make on your client should get reflected back onto the IMAP server in realtime.
    The NEW Nokia Email program (dec 08) is a far better improvement than the previous version, it now supports IMAP & IMAP folders, so give that a go if you don't like the native s60 email application, and too much of a scrooge to spend money on 3rd party applications.
    However, keep in mind that eventually Nokia will look at making people 'subscribe' to the Nokia email service, which is an annual cost over & above what you already pay each month/year for your phone bill.
    With profimail, it is a one-off cost and the product is so matured that it sh*ts all over BOTH Nokia email programs.
    Don't get me wrong, I like Nokia, NO, I LOVE NOKIA. If Nokia were a woman I would steal her a ferrari and ask her to marry me, but it's not..... and Profimail is a far better application by far. The best email client i've used on a mobile device.

  • How to set defaul email client to Entourage

    I have Entourage 08 and I have set a million times in Preferences\General to have Entourage as my defaul e-Mail client and yet whenever I see a link to send or attach as email, say a file in Preview app, I am always taken to the Apple Mail app which I have not setup or even bothered opening.  How can I finally and forever fix Entourage as my permanent email client?
    I prefer Entourage over Mail.
    Am I doing it wrong?
    Thank you.

    Linc Davis wrote:
    Create Service to “Add Attachment to new Entourage Message” | OfficeforMacHelp.com
    Thank you!.  It worked if I am in the Finder and right-clicking an item to attach to Entourage.
    I am more interested in this scenario:
    I am within Preview app viewing a PDF document.  Under File>Mail Selected PDF Document, i wanted this by default to open Entourage and not Apple Mail.
    I have discovered that for some reason, Firefox, Safari, and Office for Mac now have Entourage as default client.  Its the Preview app that keeps opening the Apple Mail whenever I choose "Mail Selected PDF Document" from the File menu.

  • How to edit Siebel Email Client

    Hello
    I want to add a new button on Siebel Email Client. Whenever a F9 functionality will be invoked on Service Request or Activity, then this Email Client will be prompted with that button.
    This button will invoke a business service which in turn populate the Cc and BCc fields.
    Is it possible to add a new Button on Siebel Email Client?
    If yes, then how to do that?
    I require this information ASAP.
    Thanks a lot in advance.
    Regards
    Somnath Paul

    Open Mail, choose Preferences from the Mail menu, and change the default email client.
    (109621)

  • How to display an email client with email address

    I would like to personalize OA page at the footer to create an item with the link on clicking this it should open email client with the email address in the link.
    Thanks,
    Arun

    Hi Arun,
    I am not sure about your requirement.
    But if you just want add a link in a page footer then using personalization create a Item of style "Link" with following properties
    Destination URI == mailto:[email protected]
    Text = <what ever you want to display e.g. [email protected]>.
    -- Arvind

  • How do I change email client when clicking mailto links?

    I have reformatted my computer about 1 month ago. Everything almost as I had it before. Just 1 thing that is bugging me.
    '''My email client is IncrediMail'''. When clicking mailto links in Internet Explorer, my IncrediMail opens as it should do, but in Firefox (which is my preferred default web browser) it opens another tab, wanting me to sign in to GMail to compose my mail.
    I do have GMail accounts, '''BUT''' I want Firefox to open up my IncrediMail to compose my emails, just like it did before my reformat.
    Any ideas would be gratefully received ;)

    To make Firefox use Incredimail for mailto links, do the following.
    1. find the path to Incredimail on my Windows 7 machine it's:
    "C:\Program Files (x86)\IncrediMail\Bin\IncMail.exe" (you can find this by right clicking on the desktop Incredimail Icon and selecting Properties. Copy this address))
    2. Type about:config into your Firefox location bar and hit enter. If you've never edited used about:config before, you'll see a warning.
    3. Click "I'll be careful, I promise!" This will bring you to the about:config window.
    4. In the filter field type "gecko". Find the entry gecko.handlerService.schemes.mailto.0.name;
    5. Right click and select Modify.
    6. Paste or type the Incredimail path in the field provided "C:\Program Files (x86)\IncrediMail\Bin\IncMail.exe" (the qoutes are required)
    7. Make sure that network.protocol-handler.external.mailto; is set to true.
    That worked for me after many hours of searching and finding answers posted by individuals who wanted to help but didn't have a clue.

  • How to change the email client for the 'Review' features.  Acrobat Pro X

    Acrobat Pro X (10.1.2) was installed on a system that used Lotus Notes (v8.5) email client, all was well.  The system was then upgraded to MS Outlook 2010, so Outlook is now the email client on system.  While reading a PDF document an email address can be double clicked and a new Outlook message is started.  Problem is on the Comment toolbar the features under Review will still prompt for a Lotus Notes password.   Seems Acrobat is still wanting to email ‘reviews’ using Notes.  Finding no Option to change here and GOOGLing at this to no avail am posting here.  
    A registry tweak or some INI file to change here?  Any help please.  My fallback plan is to remove and re-install Acrobat Pro. 

    Try making sure your default email program is set under Edit > Preferences > Internet category > Internet Settings ...Programs tab in Acrobat.
    You can also try doing a Help > Repair Acrobat installation since you installed Outlook after installing Acrobat.

  • How to setup excite email client on iphone 4s

    My brother bought my mother a Boost iphone 4s and I cannot seem to get excite email to work on it.

    The research I did also says you cant even open the emails on phone browser. We can log in ands see new mail but that is it. It must be a dieing email client. I jsut set her up a gmail acct and told her to switch over as they dont even forward either.

  • Open email client and use HTML link

    How does one open an email client and embed a body with HTML, so links will work.
    I have tried:
    var request:URLRequest = new URLRequest("mailto:[email protected]?subject=some subject Results"+"&body="+"<A=href=3Dhttp://www.somelink.com</A>"
    navigateToURL(request, "_self");
    This is not to be sent to a php page, but load the user's Email Client.

    Using URL notation to specify an emails contents you can't force a user to use rich text. Some have their clients to default to plain text. Therefore it will just show the HTML. There is no guaranteed way to achieve this.
    If the user has rich text set as default a link being injected typically auto-links anyhow. You may not SEE it as a hyperlink but send the email and the receiving users computer should see it as a hyperlink.
    So try:
    var request:URLRequest = new URLRequest("mailto:[email protected]?subject=some subject Results&body=http://www.somelink.com");
    Then send that email to yourself. You should see it appear as a hyperlink automatically, as long as you have rich text mode enabled. Otherwise no matter what you send a plain text user will never see your hyperlink anyhow as it strips HTML out.

  • How to send BULK email into INBOX using ASP

    Dear Gurus,
    I am using GOMAIL to send newsletter to 2000 of my subscribed
    users. but no
    one is getting their emai intheir inbox
    Only users other than yahoo,hotmail,rediff,gmail are getting
    in their inbox
    I want to know how can I make sure that users who has hotmail
    and yahoo
    accounts also get my newsletter into their inbox cos
    currently it goes to
    their JUNK email or bulk email folder.
    I know lots of companies who send newsletter to my HOTMAIL
    inbox.
    Please suggest as this is very important

    You can send email from javascript in an content editor web part or HTML Form webpart  (if someone is doing this interactively in the browser AND they have an email client installed) by changing the current page ref to a mailto: reference.
    location.href="mailto:"+emailTo+emailSub+emailBody;
    var emailSub = "?subject=xxxxx";
    var emailBody = "&body=xxxxx";
    That will pop up an email window. Build up the emailTo by using Javascript/JQuery to pick up selected people on the page, or all rows on the page, or use something like SPServices or web service calls to pick up all items in a specific view. Depends totally
    on how you want the UI to work. Not sure I'd do this on an external facing SP site since you wouldn't want any emails addresses in the clear to harvest, but inside a company intranet should be fine.
    For example, you could read all records in the Supervisors view, build up the emailTo var with the correct addresses or names that your email client needs, then set location.href to the correct mailto: link.
    Robin

  • How to set what email program Safari uses when there is a link

    When I click a link in a browser window that is supposed to open my email programme it opens Mail.  How do I set Safari to use an other mail programme?

    From the Mac Mail menu bar click Mail / Preferences the select the General tab.
    Click the pop up menu next to:  Default email reader.
    Select your email client.

Maybe you are looking for