Instructions have changed; please check: http://jeroen.dejong-frencken.com/2009/11/04/google-apps-with-nokia-email-part-two/

(If you like it, and it worked… Please leave a comment)

Nokia has release Nokia Email Beta 3. I loved this application but unfortunately it doesn’t support Google Apps domains (Gmail for Domains). But with some hacking and tweaking it is possible to add your Google App domain without any problems.

First create a Nokia Email account (with a Gmail account for example) and choose ‘Add another’ email address.

Step 1 Nokia Email

Choose Add another to add another email address.

Step 2 Nokia Email

[ad]

Choose any mailaddress but let it end with “imap.google.com”, enter your password and your name.

Press Next and the website will show you the following screen:

Step 3 Nokia Email

Select ‘Internet Email’. Now comes the tweaking part. Copy the following line, change the email address and put it in your addressbar and press Enter.

javascript:var myForm = document.forms['addEmailMoreInfo'];myForm.addEmailMoreInfo_addEmailBean_emailAddress.value=”email@address.com”;alert(myForm.addEmailMoreInfo_addEmailBean_emailAddress.value);

[edit]

It seems like the javascript doesn’t work when copy/pasting it. Please download the file

Here

[/edit]

An alert is shown with the entered email address. Check if the address is correct, press OK and then press Next.

Step 4 Nokia Email

[ad]

Et voila. The emailaddress shown in this screen is the email address you entered in the Javascript code which you pasted into the addressbar.

Change the User name if you want (I changed it into the name of my wife) and enter ‘imap.google.com’ as incoming mailserver and ‘993′ as email server port.

Press Next and your emailaddress will be added to your Nokia Email account.

Now you can receive mail, and send mail with the correct email address.

If you have any question, please let me now.

(If you like it, and it worked… Please leave a comment)

[edit]

It seems Nokia has changed the form names. A reader informed about is an gave me the new code to get it work again: javascript:var myForm = document.forms['addEmailAcctInfo'];myForm.addEmailAcctInfo_addEmailBean_emailAddress.value=”user@domain.com”;alert(myForm.addEmailAcctInfo_addEmailBean_emailAddress.value);

Tags: , , ,

This entry was posted on Tuesday, October 21st, 2008 at 12:59 pm and is filed under Technology. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

24 comments so far

 1 

I can’t seem to get the javascript part to work in IE7 or Firefox?
[admin]
Got it to work, copy paste from blogsite didn’t work. Copy/paste from textfile did. Added textfile with javascript to the blog.

October 21st, 2008 at 1:56 pm
 2 

I used firefox on multiple computers. Seems to work without any problems.
Do you get an error?

October 21st, 2008 at 1:59 pm
Vik
 3 

Did not work in Firefox also. How do u execute Javascript by pasting on the Address bar. That does not work.

[admin]
You have to copy/past it from the textfile, change the mailaddress and paste it into the addressbar of your browser and then press ‘enter’ (a javascript alert must be shown) and then click “next”
I tested it with Internet Explorer, Firefox and Chrome. All of then work without a problem.

October 24th, 2008 at 9:59 pm
 4 

1st steps work well but final not :(
server seems to be down and says “We cannot process your request at this time. Please try again later.”

:(

October 27th, 2008 at 9:20 am
Giona
 5 

Sorry i spent 2 hours reading your instructions and following them step by step but i was not able to reach the goal. I mean, wen i paste the script in the browser address bar, i cange the email address with the one i want to use then i press enter and click next. I tried this many adn many times using Firefox 2, Firefox 3, Safari, Opera 9 but the result was a new window with myuser@imap.gmail.com as my email address (not corrected by script)
Where do i go wrong?

[admin]
The next try a couple of days later did work.

November 3rd, 2008 at 3:41 am
Shane Campbell
 6 

Worked perfectly for sky.com, thanks a million!!

November 11th, 2008 at 1:47 pm
Res
 7 

I am managing to change the email address but then when I click next on the final step after entering the port number I get “Unable to connect to the server with the email service details provided. Please check the server name and port number and try again.”

I have checked them and rechecked. I am entering everything correctly.

Thanks.

November 11th, 2008 at 5:49 pm
Budhi
 8 

it worked. only took about 10 minutes to set.. with couple of trial and error, of course. thanks a lot :)

November 17th, 2008 at 12:50 pm
Jasper
 9 

Beste Jeroen,

Alle stappen werken naar behoren, alleen de allerlaatste stap als ik een nieuw email adres aant toevoegen ben gaat fout, hij zegt dan: “We are unable to process your request at this time. Try again later”. Ik heb het inmiddels een aantal dagen geprobeerd.

Trouwens, in jouw tekst staat imap.google.com maar in je plaatje imap.gmail.com.

Ik hoop dat je me kan helpen.

gr Jasper

November 25th, 2008 at 10:37 am
Valerio
 10 

Is not working for me… I tryed on MAC with Safari and Firefox, on XP with Chrome, IE7 and Firefox… there’s no message after I enter the javascript on the address bar. Nothing happen. I can setup the account but remains as @imap.gmail.com
Any idea?

November 27th, 2008 at 11:47 am
tinkerbell
 11 

I could change the email address to google apps address. However, my Nokia email service does not automatically detect the account and ask for the smtp/pop/imap details again. When I enter it, it says “unable to connect with the information provided”. What am I doing incorrectly?

December 2nd, 2008 at 12:15 am
 12 

Thanks for this! Works brilliantly!!! :-D

December 2nd, 2008 at 2:36 pm
ml
 13 

uhm… this doesn’t work for me. I can add my regular GMail account, but when I try to add my Google Apps one, I always get “We cannot process your request at this time. Please try again later.”

December 5th, 2008 at 3:54 am
Sash
 14 

It worked perfect. Thanks, Mate.

My next job is to set up OWA on Nokia email.
Any experiences?

December 9th, 2008 at 6:43 am
ml
 15 

Sash, others… what are you guys doing? I get the “cannot process at this time error”

December 13th, 2008 at 10:22 am
Saurabh
 16 

Hey, worked perfectly for me, thanks, now i can get my work email on nokia too, i love nokia email and i love it even more now

December 18th, 2008 at 2:29 pm
Jeroen de Jong
 17 

When you get the “cannot process at this time” error, please chech if IMAP is enabled. maybe that’s the issue.

December 30th, 2008 at 8:17 am
Jamal
 18 

Hi,

I’ve tried with the javascript but didn’t work for me. I think that nokia changed the form names…

I’ve analyse the source of the web page, and the new form name is “addEmailAcctInfo” instead of “addEmailMoreInfo”

with the new code : javascript:var myForm = document.forms['addEmailAcctInfo'];myForm.addEmailAcctInfo_addEmailBean_emailAddress.value=”user@domain.com”;alert(myForm.addEmailAcctInfo_addEmailBean_emailAddress.value);

it works now for me.

Thanks

January 2nd, 2009 at 2:30 pm
Raj
 19 

Hi All,

This really a brillian one…. I have same issue.
I was trying to use my email id (Google apps) with Nokia Messaging 1.1. but it’s allowing me to create the account.I tried afte unlocking my google apps as per FAQ of nokia messaging site. But still I am not able to create. Please advice me.. Any shot cuts.

May 1st, 2009 at 3:08 pm
Jeori
 20 

Jamal, You’re great!! It works!! I tried Safari (have a mac), it didn’t work, Firefox did!
Thanks

June 23rd, 2009 at 2:36 pm
PH
 21 

It is not work for me:( Any upgrade?

July 3rd, 2009 at 10:25 pm
Dave
 22 

This code no longer works, it seems the variables have changed again, but I don’t know how to make the new code. Can anyone help? Thanks

July 9th, 2009 at 4:02 am
admin
 23 

I do not have a symbian phone anymore, so I don’t use it anymore. And after the latest update I could add my google-app account without any tricks.

Please see the post of Jamal and try that code; maybe it works.

July 21st, 2009 at 11:19 am
admin
 24 

Added new instructions in a new blogpost.
http://jeroen.dejong-frencken.com/2009/11/04/google-apps-with-nokia-email-part-two/

November 4th, 2009 at 11:58 am

One Trackback/Ping

  1. Use Google Apps Mail with Nokia Email « nokiAAddict.com    Oct 21 2008 / 2pm:

    [...] you can do with Nokia Email to allow you to use Google Apps Mail. Just follow all the instructions HERE and if you are having problems with the javascript from the website try cut & paste from [...]

Leave a reply

Name (*)
Mail (will not be published) (*)
URI
Comment