How do I setup college email on Mail?

I'm sure this has been answered a million times but i can't find an answer and the IT guy on campus didn't give much help at all but just tell me to do imap incoming and smtp outgoing. But anyways my email address is [email protected] but our campus uses Gmail for our email, so I have to set the servers up manually and I'm not sure what I should type in, I've tried imap.google.com and smtp.google.com for the incoming and outgoing servers respectively and that hasn't worked for me. Any solutions would be great.
Thanks.

I know how to do that.. but when I put it in with my password I have to set it up manually and the servers I put and that the campus IT guy gave me didn't work. I know it uses gmail because when I log on it through the email site which is mail.ualr.edu it shows up gmail.

Similar Messages

  • How can I setup my email account ?

    How can I setup my email account on my home page email app?

    GDHump,
    I know the importance of ensuring your email is set up to your preference! Here's a link that provides the steps to view and edit your email account Servicer settings on the Sony Ericson Xperia Play: Email Account Password and Server Settings Xperia Play by Sony Ericsson | Verizon Wireless. Please let us know if you need anything further.
    TanishaS1_VZW
    Follow us on Twitter @VZWSupport

  • How do you setup an email distribution list on an iPad?

    How do you setup an email distribution list on an ipad?

    Although you could create a contact group with your distribution list on icloud.com, you couldn't select the group to email to.  To email a group of contacts (as well as create contact groups) you would need to use an app like Speed Names.

  • How do I setup multiple emails accounts on mail for mac pro ?

    how do I setup multiple mails on mac pro

    Multiple mail accounts? With mail.app? It doesn't matter what mac it is?  Just set up accounts with Mail.app preferences --> Accounts --> '+', fill in the relevant info.

  • How change color of undesired emails in Mail ?

    How could I change color of undesired emails in Mail ?
    It's possible for all the messages but these ones.
    I can't really see the yellow.
    Thanks !

    I found myself : It is in (excuse French) "Avancé..." du menu "Courrier indésirable" des "Préférences".
    Well hidden...

  • How to import backed up emails to Mail after webhost move?

    I changed my webhost recently. The email adress remains the same, but I had to change the account settings (server names) for my email (Imap).I have backed up all my emails from Apple Mail by copying the mail folder in user to my desktop. I also backed up com.apple.mail.plist
    I can now receive and send email again, but all the old emails are not in the inbox anymore. So I  imported mailboxes in Mail and it restored all the local folders and emails, but not the emails that were in the inbox. I have all the emails on my desktop in an emlx format and I can open them and read them, but I don't know how to get these back into my inbox. Do you have any idea how to import these?
    Your help is much appreciated. Many thanks

    The right way to do what you describe would have been to use Setup Assistant. That option appears after completely erasing your MacBook Pro and installing OS X.
    You can choose to do that all over again, this time following the instructions here: OS X: How to migrate data from another Mac using Mavericks
    If you don't want to use that method and prefer to import only the old mailboxes, copy the folder from the following location on the backup device to the MBP:
    ~/Library/Mail
    Although you can open that folder, and the V2 folder within it to select individual mailboxes and their contents I recommend you copy the entire Mail folder.
    You won't be able to use the above path directly when logged in to your account on the MBP and selecting the old account's Mail folder. What you need to do is navigate to it by selecting the backup device, then the Users folder, then your user name's Home folder, then Library. Depending on the backup method you used, you may not have access privileges to select it. It will also result in duplication of effort since you already imported emails that were not "on my Mac".
    Quit Mail before you start. Be absolutely certain you are copying the right way; you don't want to mistakenly overwrite the backup. After you re-launch Mail, the "importing messages" dialog box and associated progress bar will appear. That's normal.

  • How do I remove an email address MAIL suggests?

    Hi Forum.
    silly question. A friend has changed his email address. I have changed it in my address book.
    However when I compose a new mail and start to type the name of my friend, the OLD email address appears in a drop down list as much as the NEW address. How can I make it so that the OLD address wont show anymore? Sillylie enough the old address is listed first so I always end up sending mail to the wrong address.
    The old address is not in any part of my address book.
    Where is MAIL getting the address from and can I stop it showing the old address?
    Thanks
    the wumpus

    Go to Mail's Window menu and select Previous Recipients. Seek and destroy.

  • How do I backup my emails in Mail Mountain Lion?

    Am running an IMAP email from my website webmail (hosted at oneandone.com) to Mail on my iMac and am now running out of space on my webmail and so won't be able to receive any new emails when my space runs out.  As the email system is IMAP, if I delete mail from my webmail to free up space, I'll also delete the same emails from my Mail on my iMac.
    I want to have a backup of these emails on my iMac so I can refer back to them easily.
    If I export the IMAP mailbox before I delete the mail of the webmail, I'll have a backup but it doesn't appear to be easy to browse this backup and find emails for reference.
    Is there some way I can create a backup of my emails locally, on my iMac, so that I can then delete them from my webmail and free up space but still be able to access and read these emails easily?
    I was thinking about somehow creating a Mailbox on my iMac that is local to my iMac and not connected to the IMAP server at the webmail which I'd call something like "Old Emails up to 10th Dec 2012" where all these IMAP emails are stored and then deleting these emails from the IMAP server, thereby freeing up space.  Is this even possible?  If so, how do I do this???
    Thanks guys!!!

    I was thinking about somehow creating a Mailbox on my iMac that is local to my iMac and not connected to the IMAP server at the webmail which I'd call something like "Old Emails up to 10th Dec 2012" where all these IMAP emails are stored and then deleting these emails from the IMAP server, thereby freeing up space.  Is this even possible?  If so, how do I do this???
    Mailbox menu >  "New mailbox..."
    When you have to choose the lcoation, select "On My Mac".
    charlie

  • How do I delete duplicate emails in Mail 6.2?

    I imported emails from thunderbird, realising I have hundreds of duplicates. Have you any idea how to remove duplicates in Mail 6.2? I tried Mail Scripts but they are not working with Mac OS 10.8.
    Thanks!

    Are the duplicates in the same directory? One way to do this would be to use a UNIX shell script, which could compare each of the email files, identify duplicates and delete them.
    If you are feeling adventurous, there is a thread in a forum (http://forums.devshed.com/unix-help-35/bash-script-to-find-and-get-rid-of-duplic ate-files-184849.html) that has a pretty interesting looking script at the end.  It does and md5 sum on each file (which should always be the same for identical emails), and then deletes the second file.  (Actually the deleteing bit is commented out, it just prints what it would do if you remove the '#' before the "rm".
    The principle looks good - but I cannot vouch for it at all!
    Cheers,
    Rodney
    p.s. PLEASE back up before trying anything.

  • How do I send an email in Mail to all my Contacts

    I am changing my email address, so would like to notify all my contacts at once. How to include all of them in one go? Appreciate your help.

    This really has nothing to do with the MacBook Pro hardware.  Please take your question to the forum for whatever vendor developed your email app.  If it's the Apple Mail app, go to the link below:
    https://discussions.apple.com/community/mac_os/mac_os_x_v10.7_lion

  • How do I setup wgu email on a mac

    I am trying to setup my Western Governors email through my Mail client using OS X Lion and it does not accept my credentials. I have verified the password through the browser but the client still does not sync through. I used to work but just all of a suddent stopped working. I have removed the account, but cannot re add the account. WGU uses gmail portal for their email.

    For reference: http://support.google.com/mail/bin/answer.py?hl=en&answer=78799
    Individual client setups are located here, just replace 'your_domain.com' with your actual domain name, "wgu.edu":
    http://support.google.com/mail/bin/answer.py?hl=en&answer=75726&topic=1668961&ct x=topic

  • How can I delete all email in mail app?

    Now I have 10,000 mails in mail app that I want to delete.  I try to use this method "Edit, Mark all as read, Edit, select first message, hold down Move, deselect message, unpress Move" but no luck.  All mail will return to inbox after a second. 
    PS: now I use iphone 5s and ios7.0.6

    There is no way to delete all emails in the inbox in one step.

  • How do I setup my default E~mail address, have tried tool/options window w/ no luck.

    I hate to reference microsoft IE8, but they have a default E~mail address that some web sites utilize. So far I have not been able to set-up one on Firefox, the Tool/option/send link does not work for me, nor does the applications window from the above options.

    Sorry, but this is getting above my level of experience with Firefox. I use Gmail which is supported, and I never had to dig into it this deep.
    Firefox would offer Outlook Express as the first "option", but since Win7 doesn't have Outlook Express as earlier versions of Windows did, that option shows up as Internet Shortcut Shell Extension DLL instead. ''(I get that too, with the "tiny" version of WinXP - ''sans OE'' - I currently use.)'' I have no idea how that Shell Extension DLL works.
    The support page that I hyperlinked has this at the bottom: <br />
    Firefox 3.5 and Firefox 3.6 include only Gmail and Yahoo! Mail support by default. You may add other services when they add support for this Firefox feature. <br /> ''I think Mozilla was counting on extension developers "picking up the slack" with an extension or extensions for each web mail service out there. But the way I see it, is that when Mozilla changed the way this works for Firefox 3.5 the few extensions that already did that were broken, and then there wasn't anything users had to use after the changes. IMHO, that was half-finished by Mozilla. They probably should have left that as it was in Firefox 3.0 or 2.0, instead of leaving the "completion" of this feature to 3rd party developers.''
    You need to an extension to be able to use MSN or Hotmail. Look for a suitable extension in this AMO search.<br />
    https://addons.mozilla.org/en-US/firefox/search/?q=mailto

  • How do I encrypt an email in Mail?

    I've searched all over the internet and I already have my free certificate installed from Comodo.com.  I open Mail but the secure/encrtion buttons when making a new mail message do not appear like they should.  Help!

    Hello Säckingen,
    It's quite easy, but needs a few steps.
    1st a question. Do you principally know how PGP, that is, public key cryptography works?  Otherwise I'll have to write you a little explanation.
    If you do know, then you know you will have to have a personal key. You can create one by going to the application GPG Keychain Access. So create your keys.
    If you want to send an encrypted mail to somebody than his/her public key has to be in your keychain. Most of the people that use PGP/GPG have their public key posted at the Internet, at one of the key servers, you can find them with google.
    Imagine you go searching for my public key. Imagine you found it. Then you can add it to your GPG Keychain.
    Then you can send a mail to me.
    Start mail
    Begin creating a mail to me. Just next to the line with from: <your mail> and Signature there is a little sign with a lock, click the lock, in the upper corner of the mail the "Open PGP" will turn green and the lock will close.
    Type your message + send.
    The mail will automatically be encrypted.
    The other way around, if someone sends an encrypted mail to you, then he/she will need your public key (NEVER send your private key to anybody), you can post the key on a key server or send it as an attachment to your contact. If an encrypted mail arrives with you, the mail will present you with a request to enter your password/pass phrase, and the mail will be decrypted.

  • How do I stop duplicate emails in Mail?

    Big problem in that every email comes in twice or three times in Mail.
    On the left, I have both an Imap mailbox listed and MobileMe mailbox, which seem almost identical except Mobile Me has two drafts folders and a sent folder.
    Should I get rid of one of these?
    Thanks
    Sarah

    Hmm. No one answered this. But if anyone else has problems with Mobile Me and Mail then go to:
    http://www.apple.com/uk/support/mobileme/
    Click on any of the Get Help categories bottom left and a Chat option will appear so you can get live online help from a rep through the Chat box.

Maybe you are looking for