How to set proxy for mail with Gmail account

Hi, I'm using mail and set up a Gmail pop account. My mac is behind a proxy, say 192.168.0.1:808. I set the system http and https with the above address and can browse the internet with safari. But the mail app cannot receive or send any mails from the google pop/smtp server. Do you know how I can set the proxy for mail so that it can send and receive mail? Thank you very much!

I solved this problem myself by using an app called proxifier. It's a tunneling tool I guess.

Similar Messages

  • How to set proxy for 3G connection?

    Can anyone tell me where to set proxy for 3G connection?
    I think I've checked every section in Settings but failed to find anything.
    Thanks for your info.

    It's part of the cellular settings, and is usually set up by your 3G provider. You can't choose your own proxy server

  • Mac Mail stops recieveing mail with Gmail Accounts and Google Apps

    Hi,
    We're having some chronic issues with our corporate Google Apps / Gmail service when used with Mac Mail. Regardless of the OSX version... when it's not one thing it's another. It's nice to see that 10.9.4 finally correctly inserts the proper, full username in the SMTP field for Google Apps users.
    We still have some problems where users stop receiving mail silently in the middle of their workday. It wouldn't be such an issue, except that Mac Mail pretends nothing is wrong and suddenly the person realizes they are 3 hours behind on their emails. Magically, quitting and re-opening mail resolves the issue. Even more disturbing, is this article on apple support which lists this stupidity as the official workaround
    OS X: New email messages not received until Mail is quit and reopened
    I suppose one could argue that Outlook 2011's integration with gmail accounts is even worse. There's something to be said about "AirMail" being the #2 app in all the appstore currently. Clearly Apple and Google aren't putting their best foot forward to make this work.
    I guess what I'm looking for is something concrete other than "Restart Mail to get mail coming in again". Is there some workaround to see the connection status to see if something is stalled?

    Googles version of an IMAP system works poorly with most clients. If you are going to use it then choosing a client that works the way Google wants them too is a wise course.
    Of that breed MailPlane is easily the best, AirMail is a solid second.

  • How to set proxy for client-server socket connection?

    Hi,
    I'm using the code found on the following page to create a client (mobile) to server (pc) connection and send a text message.
    http://javafaq.nu/java-example-code-503.html
    This works with mobile operators without proxy, but does nothing when the operator uses a proxy. The question is, exactly how to set the proxy and port values for using that code.
    Any help is greatly appreciated, thanks,

    It's part of the cellular settings, and is usually set up by your 3G provider. You can't choose your own proxy server

  • How to set proxy for the programme

    Hello Everyone
    I am learning Java Network programming. My connection to Internet has a proxy. When I use URL class to download the information from Internet, it cannot work. I think maybe I have not set the proxy in the programme. Does anybody know how to set it?
    Best wishes
    Aaron Cui Lu

    System.getProperties().put( "proxySet", "true" );
    System.getProperties().put( "proxyHost", "proxyMachineName/IP" );
    System.getProperties().put( "proxyPort", "proxyPort" );

  • How to set Proxy for IE 8.0 on doing Load Testing with OATS 12.1.0.2

    I have tried adding proxy server by adding the address to "Localhost" and Port as 8080.
    but nothing is working out, for recording an EBS instance its working fine ,no need to setup anything in the OATS tool, eg, Proxy settings.
    But when it comes to BPM  with ADF technology , the recorder is not starting the Recording even the pointer navigation also not wokring.
    So, is there way to record the ADF applications in BPM ?
    Thanks in advance.

    Hi Wayne,
    Thing is do we need to add the proxy server here?, as for doing Load testing on EBS application,there is no need of adding a proxy server,
    So the same way it should work with the ADF application too, but its not showing any mouse pointer in the Browser tool bar or recording
    the navigation.
    Point to be noted is, we need to connect to VPN in order to access the Application.
    is it because of VPN connection that its not recording?
    But while doing the functional testing I didn't face anyproblem though as its recording everything even if we are connected to VPN.
    In Functional testing also i found ,all the input fields where we add the "username" or any input data via a "text box" the tool is not able to
    record the field information along with the input we enter.
    If you could let me know ,how to do a Load testing for ADF application using BPM , it would be helpful
    Thanks
    Atish

  • How to set proxy for windows PowerShell

    Hiii,
    Look! I need to send emails to internet using Powershell Send-MailMessage command Ok?
    but the problem is Proxy Server (TMG).
    I also configured Internet Option, LAN Setting so I can browse the internet using internet explorer but the Send-MailMessage! Just can't access to internet.
    Of curse When I'm using secure NAT it works fine.
    Thanks

    Send-MailMessage has all the options you need to send an email, including
    choice of mail replay server by name or IP
    choice of port if using other than the standard port 25
    authentication via the -credential parameter
    and SSL via the -UseSsl parameter
    Type in:
    help Send-MailMessage -Full
    to see inline help. You should see output like:
    NAME
    Send-MailMessage
    SYNTAX
    Send-MailMessage [-To] <string[]> [-Subject] <string> [[-Body] <string>] [[-SmtpServer] <string>] -From <string> [-Attachments <string[]>] [-Bcc <string[]>] [-BodyAsHtml]
    [-Encoding <Encoding>] [-Cc <string[]>] [-DeliveryNotificationOption <DeliveryNotificationOptions> {None | OnSuccess | OnFailure | Delay | Never}] [-Priority <MailPriority>
    {Normal | Low | High}] [-Credential <pscredential>] [-UseSsl] [-Port <int>] [<CommonParameters>]
    PARAMETERS
    -Attachments <string[]>
    Required? false
    Position? Named
    Accept pipeline input? true (ByValue)
    Parameter set name (All)
    Aliases PsPath
    Dynamic? false
    -Bcc <string[]>
    Required? false
    Position? Named
    Accept pipeline input? false
    Parameter set name (All)
    Aliases None
    Dynamic? false
    -Body <string>
    Required? false
    Position? 2
    Accept pipeline input? false
    Parameter set name (All)
    Aliases None
    Dynamic? false
    -BodyAsHtml
    Required? false
    Position? Named
    Accept pipeline input? false
    Parameter set name (All)
    Aliases BAH
    Dynamic? false
    -Cc <string[]>
    Required? false
    Position? Named
    Accept pipeline input? false
    Parameter set name (All)
    Aliases None
    Dynamic? false
    -Credential <pscredential>
    Required? false
    Position? Named
    Accept pipeline input? false
    Parameter set name (All)
    Aliases None
    Dynamic? false
    -DeliveryNotificationOption <DeliveryNotificationOptions>
    Required? false
    Position? Named
    Accept pipeline input? false
    Parameter set name (All)
    Aliases DNO
    Dynamic? false
    -Encoding <Encoding>
    Required? false
    Position? Named
    Accept pipeline input? false
    Parameter set name (All)
    Aliases BE
    Dynamic? false
    -From <string>
    Required? true
    Position? Named
    Accept pipeline input? false
    Parameter set name (All)
    Aliases None
    Dynamic? false
    -Port <int>
    Required? false
    Position? Named
    Accept pipeline input? false
    Parameter set name (All)
    Aliases None
    Dynamic? false
    -Priority <MailPriority>
    Required? false
    Position? Named
    Accept pipeline input? false
    Parameter set name (All)
    Aliases None
    Dynamic? false
    -SmtpServer <string>
    Required? false
    Position? 3
    Accept pipeline input? false
    Parameter set name (All)
    Aliases ComputerName
    Dynamic? false
    -Subject <string>
    Required? true
    Position? 1
    Accept pipeline input? false
    Parameter set name (All)
    Aliases sub
    Dynamic? false
    -To <string[]>
    Required? true
    Position? 0
    Accept pipeline input? false
    Parameter set name (All)
    Aliases None
    Dynamic? false
    -UseSsl
    Required? false
    Position? Named
    Accept pipeline input? false
    Parameter set name (All)
    Aliases None
    Dynamic? false
    <CommonParameters>
    This cmdlet supports the common parameters: Verbose, Debug,
    ErrorAction, ErrorVariable, WarningAction, WarningVariable,
    OutBuffer, PipelineVariable, and OutVariable. For more information, see
    about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
    INPUTS
    System.String[]
    OUTPUTS
    System.Object
    ALIASES
    None
    REMARKS
    Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only partial help.
    -- To download and install Help files for the module that includes this cmdlet, use Update-Help.
    -- To view the Help topic for this cmdlet online, type: "Get-Help Send-MailMessage -Online" or
    go to http://go.microsoft.com/fwlink/?LinkID=135256
    Example:
    Send-MailMessage -From [email protected] -To [email protected] -Subject "Test Email" -Body "this is a test" -SmtpServer "Name or IP address of mail replay server" -Port 25 -Credential "if your mail server requires authentication" -UseSsl
    Also see
    online help and further examples here.
    Sam Boutros, Senior Consultant, Software Logic, KOP, PA http://superwidgets.wordpress.com (Please take a moment to Vote as Helpful and/or Mark as Answer, where applicable)

  • How to set Proxy for iTunes Store?

    I work in my office behind firewall... I have set the proxy in the Network->Proxies in all the options along with my username and password.
    My iTunes is able to show my Store (India), but when I try to sign-in. It give following error
    "We could not complete your iTunes Store request."
    "You must log in to the proxy server in order to access the iTunes Store."
    I couldn't find in iTunes->Preferences... any field to enter my proxy username/password.
    Please help to resolve this issue.
    Thanks.

    I'm having the same problem here in the US. I'm behind a corporate firewall. Proxy settings are correct and I can connect to any web page, but I can't log into the iTunes store.
    I can log into the store on my office PC which has the same proxy settings and is on the same network.. but my PC won't recognize my iPhone due to external device blocking software. I was hoping 8.2 would fix this problem.... any suggestions???????

  • How to set up Airport Extreme with Charter ARRIS Modem TM902A for the first time for WIRELESS.

    How to set up Airport Extreme with Charter ARRIS Modem TM902A for the first time for WIRELESS.
    When Charter Tech goes to your site, have them connect the modem up, but do not connect the modem to your iMAC or MacBook Pro.  What you want to do is connect the Airport Extreme to the iMac or MacBook Pro first with the Ethernet Cable. You have to do this to configure via Airport Utility to set up the Base Station Name & Base Station Password.
    You will then create/configure a Wireless Network, create your Wireless Password that will be entered on each of your Devices, example, Apple Tv, your iPhone, etc., you want to allow access to your Wireless Network you are creating.
    Wireless Security will be -> WPA/WPA2 personal or just WPA2
    Enter the Wireless Password you want
    Verify the Wireless Password (enter it again)
    After it is created you will see it on the Airport Utility window with the name you created for it and to the left, will be a Dot (circle that will be yellow).
    Next you then want to unplug the power to the Airport Extreme, and then take the end of the Ethernet cable you unplugged from the iMac or Lap top MacBook Pro and connect it to the back of the Modem.
    Next unplug the power cord from the modem and wait about 5 minutes, then plug the power back into the Arris Modem and wait until all lights come back on the modem wait
    about 5 minutes, then plug the power cord back to the Airport Extreme and you will see it the light blinking yellow.  Wait about 5 to 10 minutes, during this time Restart you IMAC or MacBook Pro, and once it is back up click on the Airport Utility and you should see on the Airport Utility screen.
    For INTERNET to the left the light should be green and you should see the Airport Extreme also appear and the light to the left on the screen should also be green.  If they are, you then should be able to click on the Wireless Symbol on top of bar of the screen and click to select the Wireless Network Name you created.
    If you Do Not See the light (Icon) next to INTERNET turn Green, or if you see the Internet Light Green, but the Light (Icon) next to the Airport Extreme is yellow, unplug the power again to the modem and unplug the power again to the Airport extreme and wait about 15 minutes or up to 30 minutes. Then plug the power cord back to the modem wait till all the lights light up then, plug the power cord back into the Airport Extreme and Restart your iMAC or MacBook Pro.
    The Airport Extreme light should change from yellow to green. Open up the Airport Utility to see what the indicators are showing they should both be green.  Again select Wireless network you created under the Wireless Icon on the top right of the screen. Open Safari and see if you are able to Route to a web page or the apple site should appear.
    WHAT TO DO IF YOUR AIRPORT EXTREME WAS PREVIOUSLY SET UP FOR USE WITH ANOTHER CARRIERS ROUTER OR MODEM.
    NOTE:  If you already had your Airport Extreme connected for example, I previously had ATT Uverse and the Airport Extreme was connected to the Wireless Router Model 3801HGV, I disabled the Uverse Wireless and used the Airport Extreme for the Wireless signal in bridge mode, as the Airport extreme Signal is much stronger than the Uverse router, and I was able to obtain a Wireless signal with the Airport Extreme way much better with no signal loss which was very very frustrating with the Uverse router.
    Anyhow if you had it hooked up like this, now that you will be using it with the Charter ARRIS Modem TM902A, you will need to reset the Airport Extreme to clear out the old data it has in memory, with the previous set up otherwise it will not work. Trust me I spent 6 hours trying to make it work reading all Apple Support Community questions and answers relating to this type issue/problem others have been having trying to get their set up working. I tried all the tips, and I finally decided just to see if by chance I would be able to connect with someone with Charter Tech support who might be familiar with Apple to be able to assist me and by luck I did.  He told me why it was not working and was all due the previous configuration with the ATT Uverse router was still in memory with the Airport Extreme. Finally it was 10:30 PM when I decided to call Charter Tech Support and I had been working on this since 3:00 pm pacific. I did not call them earlier as all the post I read said they never received any good help from Charter. After calling them I finished up by 11:00 PM and was able to finally connect Apple Tv, iMac, iPhones and Macbook Pro. We love our Apple Product and Happy all is connected with the new
    Internet Provider Charter. I must say the speed is way way much better than it ever was with AT&T Uverse. 
    THIS IS WHAT YOU WILL NEED TO DO:
    First you will need to unplug the Airport Extreme, then by taking the tip of a pen or paper clip end you need to push the reset button on the back of the Airport Extreme and hold it
    down and at the same time plug the power cord back into the Airport Extreme count to 5 or 10 then release the reset button. Then once he light in front of the Airport Extreme stops blinking you need to plug the Ethernet cable from the Airport Extreme to your iMAC or Macbook Pro, and restart which ever one you have, then open the Airport Utility once it is back up.  If you see airport extreme pop up with the old network name or it shows and yellow triangle click on the Airport Extreme ICON it will not let you configure it but will ask if you want to get rid of it or remove and just do it.  Then Again restart your iMAC or MacBook Pro, open up Airport Utility again, and on the top left you should see under “Other Airport Base Stations” the MAC ID for the Airport Extreme.
    You will then create/configure a Wireless Network, create your Wireless Password that will be entered on each of your Devices, example, Apple TV, your iPhone, etc., you want to allow access to your Wireless Network you are creating.
    Wireless Security will be -> WPA/WPA2 personal or just WPA2
    Enter the Wireless Password you want
    Verify the Wireless Password (enter it again)
    After it is created you will see it on the Airport Utility window with the name you created for it and to the left, will be a Dot (circle that will be yellow).
    Next you then want to unplug the power to the Airport Extreme, and then take the end of the Ethernet cable you unplugged from the iMac or Lap top MacBook Pro and connect it to the back of the Modem.
    Next unplug the power cord from the modem and wait about 5 minutes, then plug the power back into the Arris Modem and wait until all lights come back on the modem wait
    about 5 minutes, then plug the power cord back to the Airport Extreme and you will see it the light blinking yellow.  Wait about 5 to 10 minutes, during this time Restart you IMAC or MacBook Pro, and once it is back up click on the Airport Utility and you should see on the Airport Utility screen.
    For INTERNET to the left the light should be green and you should see the Airport Extreme also appear and the light to the left on the screen should also be green.  If they are, you then should be able to click on the Wireless Symbol on top of bar of the screen and click to select the Wireless Network Name you created.
    If you Do Not See the light (Icon) next to INTERNET turn Green, or if you see the Internet Light Green, but the Light (Icon) next to the Airport Extreme is yellow, unplug the power again to the modem and unplug the power again to the Airport extreme and wait about 15 minutes or up to 30 minutes. Then plug the power cord back to the modem wait till all the lights light up then, plug the power cord back into the Airport Extreme and Restart your iMAC or MacBook Pro.
    The Airport Extreme light should change from yellow to green. Open up the Airport Utility to see what the indicators are showing they should both be green.  Again select Wireless network you created under the Wireless Icon on the top right of the screen. Open Safari and see if you are able to Route to a web page or the apple site should appear.

    I just got a Charter Modem. Model TM822. While I was moving, my Airport Extreme was still at my old place.
    I have a Linksys WRT320N I used for the initial Charter setup.
    I can get my Airport to work here, but the Internet light on the Modem flashes Yellow.
    Hasn't caused any issues so far but one thing I did notice.
    On the Linksys there were 3 DNS servers listed.
    The Airport Extreme only lists 2 and i don't see where I could add another, only change whats already there.
    I tried everything above, but light on modem still flashes yellow.
    I have the technicians cell phone. Told me "that shouldn't be" and gave the same advice listed above.
    I'll break down and call Charter one day, see if it's on their end. NSA tracking may need a reset LMAO.

  • How to set up a mail server with a private DNS and relay over a public mail

    How to set up the mail server that we can send and pick up emails inside and outside?
    Our private network has the DNS name dnsname1.private.
    We have our privat DNS Server and he can forward requests to outside over our router.
    Our public emails are hosted by an internet provider. This dns name is dnsname2.com and dnsname2.org.
    How we have to set up our mail server that we can pick up our emails from our public dnsname2.com?
    And when we write an email how we have to set up it that the dnsname is dansname2.com and not dnsname1.private?

    If you want to move your mailservice to your own (internal) server, start by making sure you can recieve traffic on port TCP 25 (SMTP). Some ISPs blocks this port, especially on "non business" connections.
    Can you send mail from your LAN directly to where your mail is hosted using port 25 TCP or do you have to relay via your ISP?
    You have a static public IP?

  • How do I stop sharing mail with other users on my computer

    How do I stop sharing mail with other users on my Macbook pro?

    You may have to set up different user accounts in the computer if you wish to
    continue sharing the computer among other people, and only use the Mail app.
    Otherwise, if you use a webmail such as yahoo, gmail, or other, just use a browser
    and login each time; then there is no saving of your email to the computer as such.
    I've never used an email client software, nor had an ISP based email account. So
    my numerous computers have never downloaded email into software. No loss.
    But the answers do include setting up extra user accounts, not admin level, so the
    other users do not mess with the operating system; a standard account or just a
    guest account to use a browser to access web-based login email accounts, works.
    There are third-party email client for OS X, some are free applications, others are
    part of a larger browser product, such as SeaMonkey, & other Mozilla derivatives.
    They provide an email segment or client aspect; unlike Firefox that's a browser.
    Setup information should be within the Help viewer in the computer itself. Or by a
    simple search online, including the OS X version and any email client software
    your computer may have installed. Some browser software includes email client.
    Also there are several ways to go in this matter. I don't see questions, only answers.
    To learn how the Mail application works, if you want to import everyone's mail, then
    figure how to set up user accounts in the OS X. Or use web-mail & login by browser.
    Hopefully you can find the best solution for the unasked question.
    Good luck & happy computing!

  • How to use proxy for all application in XFCE?

    Hi all,
    Is there any way I can setup a proxy and then all applications over XFCE can use it, just like the Internet Option in Windows?
    I tried "export PROXY=..." in command line and setup proxy for Firefox, but those setting is not for overall system.
    If unfortunately there is no way for global setting, at least please tell me how to setup proxy for svn command.
    Thank you.

    Sign in with whatever Apple ID desired on the device in iMessage setup.
    This has no affect on the Apple ID used for store purchases or iCloud.

  • Is there someplace I can learn how to set up e-mail?

    I am not very technical, and have just got the new i-phone 3G, Is there any place where there are step by step easy instructions on how to set up e-mail? Thanks

    Depending on your email provider, most of them have instructions how to setup in Apple Mail or Microsoft Outlook. The instructions/settings are the same for the iPhone.
    Others, like Gmail and AOL have built-in setup guides in the iPhone.
    Who is your email provider? The first step is to visit their web site and look under their support section for the appropriate email settings.

  • HT4759 How to set up iCloud Mail on Mac OS X Leopard 10.5.4

    I need instructions on How to set up iCloud Mail on Mac OS X Leopard 10.5.4

    Welcome to the Apple Community.
    Mail preferences > Accounts and set it up using the Mail Server Information.
    Some users have apparently encountered issues using this information in pre-Lion set ups (I haven't), Roger Wilmut has kindly provided instructions for those who find themselves with this problem.
    Entering iCloud email settings manually in Snow Leopard or Leopard
    Entering iCloud email settings manually in Tiger

  • Trouble Sending Mail with Gmail

    I have tried many times to reply to emails with my iPhone but everytime I go back to see if it sent it, I get a reply saying that It couldn't be sent. Do you guys know what I can do to fix this problem?

    Google has instruction posted for setting up your iPhone with gmail. I followed these directions and it worked perfectly.
    https://mail.google.com/support/bin/answer.py?hl=en&answer=77702

Maybe you are looking for

  • Proxies not available...

    Hello! I'm pretty sure that I DIDN'T check "edit proxies" when installing FCServer. Any idea how to enable it after installation? I have tried a re-install and it won't prompt me. What's happening is...when I click on the icon to view the video, it s

  • Compressor - Dolby Digital 5.1 AC3 encoding problem

    I'm completely stuck - I'm creating AC3 files in compressor using the "add surround sound feature" from 6 DISCREET mono AIFF files. I know they are discreet because I've listened to them in STP. When I create the AC3 files, however, they playback (on

  • Which is the best Open source API  for PGP??

    Hi All, Please tell me which is the best Open source API for PGP?? Please Help me thi is urgent!! regards harish

  • My photoshop elements 11 keeps crashing why?

    my photoshop elements keeps crashing iv uninstalled and reinstalled and it still keeps crashng and i need it for my uni work i dont know what to do it wont even let me open work into it without it crashing HELP

  • PO with Validity Period

    Hi SAP Expert, We are creating a delivery instruction order using PO Sub Contracting Type. The validity Period need to be enter at the header of the PO. Our User said there can do GI after Po has been end. Let say I'm creating 10 quantity of material