How to configure Mail to use different ports for POP and SMTP?

I am trying to configure Mail for my AT&T account. It requires me to configure POP (incoming) mail for port 995, and SMTP (outgoing) mail for port 465. However there doesn't seem to be an option to configure different ports for these. Is that correct, or am I missing something?
Alternatively can I configure two accounts, one for POP incoming and one for SMTP outgoing? My incoming POP account does work, but in configuring an outgoing account I still have to configure a POP server name and that will not work for the outgoing port.
Any advice on how to solve this would be appreciated.

Understand. It is really quite easy to do in Mail, too. Kappy told you how to set up the smtp piece. I gave you pop info. These two things are on different panels within Account Preferences.
To recap his and my posts
SMTP:
In Mail Prefs, click on the accounts icon. Click on your att yahoo account on the list. On the right of the window, in the lower portion, you see an smtp server menu. Open it and select edit. Select Edit Server, then click on its Advanced tab. Set up port 465 with SSL.
POP:
This is on a different panel in Mail PRefs Accounts. Now in Mail Prefs, click on the accounts icon. Click on your att yahoo account on the list. On the right of the window, you see three tabs, acc't info, mbox behaviors, and Advanced. This is where things are different than for smtp. You are going to configure stuff on a different "advanced" panel than where you were for the smtp stuff. Click on the advanced tab. There is a field for port with a SSL checkbox next to it and an authentication drop down menu. Check the box and it should quickfill change from 110 to 995. Autentication drop down is probably already default to password.
Did you visit the URL I gave you previously? It even gives you screen shots.

Similar Messages

  • Setting mail with Cox (or other services with different servers for pop and smtp)

    My Cox mail account uses different servers for pop and smtp (my personal ISP 1&1 does too).
    The mail applet on my Blackberry Curve 8330 with Verizon does not allow to define different servers for pop and smtp, and further, for SSL smtp mail, the port is fixed at 995 and cannot be changed, while Cox (and 1&1) want to use 587 or something like that.
    As a result, I can only receive mail with these services.
    I also have yahoo mail, which works fine, so I can send mail with it and it is not a life-and-death situation, but I would like to be able to just reply to email sent to my Cox address.
    I called Verizon and they said BlackBerry provides the mail access through their servers and the applet, so there is nothing they can do.
    Is there a way to set it such that I can not only receive but also send mail through either of these services?
    Thanks in advance,
    Didier
    PS: Other than that, the Curve on Verizon rocks!!! so much better down here than AT&T it's not even funny.

    OK, thank you for the input.
    The problem I have with this solution is like the one I have now using yahoo.
    There are 2 problems:
    1) mailing lists want the mail to come from the account that is subscribed, so if the cox account is subscribed, I can't contribute from the blackberry, and if the blackberry account is subscribed, I don't get my mail in Outlook. Neither is good for me.
    2) people who send me mail to the Cox account and get replies from me from the blackberry continue responding to the account that can send from the blackberry (not Cox), and from that point on I do not have that mail on the computer.
    The issue of having two copies is no big deal, I just delete the mail I do not need. I would rather have two than none.
    Really, Blackberry should modify the email service so that they directly support mail systems like those of Cox and 1&1. I am sure there are others. They should also allow the use of another port for SSL than 995. I have not seen anyone using 995 for SSL.
    Until recently, I had a BB provided by my employer, and we had a BES, and that worked really well. I would like to emulate as much of that functionality as possible without having to pay somebody another $10 or $20 a month just for the priviledge of having an account on a private BES server.
    Anyway, thanks for the exchange and suggestions.
    Didier

  • How to configured mail Alerts in OEM 12c for WebLogic Servers up/down status?

    Hi,
    I am new in Oracle Enterprise Manager so please tell me How to configured mail Alerts in OEM 12c for WebLogic Servers up/down status?
    Thanks,
    Sagar Pawar.

    Hi Sagar Pawar ,
    First you need to set the email notification :
    Kindly review :
    12c Cloud Control: Steps to Configure Incident Rules to Send Notifications or
    Manage Events / Incidents / Problems (Doc ID 1368036.1)
    12c Cloud Control: Steps to Configure Email Notification Method (Doc ID 1368262.1)
    Regards
    Ansari

  • I dont know why the battery life of my iphone 4 is so low ! i really want to know how many hours i'll have if it's on standby. And how many hours if i use it normally for music and facebook (sometimes a little bit games)

    i dont know why the battery life of my iphone 4 is so low ! i really want to know how many hours i'll have if it's on standby. And how many hours if i use it normally for music and facebook (sometimes a little bit games) !!!

    to enhance your battery life, keep screen display to minimum, set screen lock automatically after 1 min, select internet notifications to off.

  • How to use different iViews for variables and queries?

    Hi all!
    I need to use separtate iViews for storing variables and extracting queries.
    For example, I have one variable "Currency" for two different queries,  and I need that all of these queries (in separate iViews) would use the value of currency was put by user in the first iView with only one input.
    How can I do this task? Is it possible at all?
    Thanks for replies.

    Hello Alex,
    You have to use EP client framework (EPCF) in your development.
    I hope this idea will help you.
    Kind regards, Pino.

  • Use different Layouts for Summary and Details in Drill down report

    Hi All,
    I have a 2 level drill down report in ALV.
    The summary report has certain fields and the Detail report has different fields. Now my problem is that when i use a default layout (with all fields of summary report) for the summary report, and drill down to the detail report i'm missing the fields on detail that are not in Summary. And if i save the default layout as default (with all fields of Detail) and go back to sumary, I'm missing the some other fields on summary (which are not on detail report).
    Is there a way to make different default layouts for each of those summary and detail reports:
    Also as the layouts are choosen by the user, i cannot hardcode any particular layout;
    So if the user chooses a layout for detail; it has to stay the same layout for the detail report if he goes to summary and then back to detail; unless the user changes the layout again.
    I'm using two different Layout types for each report. but i still cannot get the desired effect.
    Data:
          gt_layout_s             type slis_layout_alv,
          gt_layout_d             type slis_layout_alv,
      call function 'REUSE_ALV_GRID_DISPLAY'
        exporting
          i_callback_program       = g_repid
          is_layout                = <b>gt_layout_s</b>
          i_callback_top_of_page   = g_top_of_page
          i_callback_user_command  = g_user_command
          i_callback_pf_status_set = g_status
          i_save                   = g_save
          is_variant               = gs_variant
          it_fieldcat              = gt_fieldcat[]
          it_events                = gt_events[]
        importing
          es_exit_caused_by_user   = gs_exit_caused_by_user
        tables
          t_outtab                 = it_summary.
      call function 'REUSE_ALV_GRID_DISPLAY'
        exporting
          i_callback_program       = g_repid
          is_layout                = <b>gt_layout_d</b>
          i_callback_top_of_page   = g_top_of_page
          i_callback_user_command  = g_user_command
          i_callback_pf_status_set = g_status
          i_save                   = g_save
          is_variant               = gs_variant
          it_fieldcat              = gt_fieldcat[]
          it_events                = gt_events[]
        importing
          es_exit_caused_by_user   = gs_exit_caused_by_user
        tables
          t_outtab                 = it_detail_disp.

    Here is how you differentiate between the layout of two different grids. There is the parameter, IS_VARIANT in the function. You usually leave it empty or pass only the report name and username. <b>What you need to do is to pass unique string for each grids to the HANDLE field of the parameter IS_VARIANT.</b> You can probably hard code it as HEADER and DETAILS in your case. Once that is done, system identified that these two different layout for different grids.
    Regards,
    Ravi
    Note : Please mark all the helpful answers<u></u>

  • Possible to have different ports for incoming and outgoing email?

    I need to set up a mail account in Mail where I read incoming mail from port 110, but to send outgoing mail I need to use port 587. Is this possible in Mail? Looks as if you only get to set the port once for both operations.

    it is indeed possible. go to mail>preferences>accounts, select the account you already created then go to account information and to outgoing server list, click on the list, go to edit server list and in the advanced pane you can change the outgoing port. for the incoming port, again select the account you already created, then go to advanced, and type in the incoming port.
    hope this helps

  • Different Ports for Sender and Receiver?

    For testing a tool it would be nice to run RTPSender and Receiver on the same computer. But here?s the problem. I run VideoTransmit and AVReceive2 (both from the Sun code samples) with the following parameters. VideoTransmit should send to IP A and to Port 22224. AVReceive2 should listen to packets from IP B and Port 22224. Now VideoTransmit sends from a random port, but Port 22225 is used on both computers for exchanging user information. Because of this it isn?t possible to run both on the same computer because both want to use port 22225 for a connection.
    Is there a possibility to change this?

    http://java.sun.com/products/java-media/jmf/2.1.1/apidocs/
    RTPManager
    http://java.sun.com/products/java-media/jmf/2.1.1/apidocs/javax/media/rtp/RTPManager.html
    SessionManager-Depricated
    http://java.sun.com/products/java-media/jmf/2.1.1/apidocs/javax/media/rtp/SessionManager.html
    You can Send and Receive on one computer.
    Can't remember the combo though.
    It's one of
    transmit 192.168.1.255 22222 //multicastIP port#
    receive 127.0.0.1 22222 //localhost port#
    or
    transmit 192.168.1.100 22222 //computerIP port#
    receive 127.0.0.1 22222 //localhost port#
    There is the answer in these forums somewhere.
    I just hate to see people struggle.

  • Use different portals for authentication and collaboration

    Hello,
    I would like to request your help on a portal issue.
    I have installed a dual stack(ABAP+Java) Enterprise Portal (EP 6 - NW 7).
    The  ABAP stack is required in order to implement user collaboration.
    However, another requirement is that the users be authenticated through
    an LDAP server (Microsoft Active Directory 2008).
    Because of the ABAP stack, it is not possible to connect the portal to the LDAP.
    In order to implement LDAP authentication, another EP instance was installed on the
    same machine which has only Java stack and not ABAP.
    This Java-only EP was successfully connected to the LDAP directory.
    My question is IF and HOW it is possible to have the users login to the ABAP+Java portal
    using the Java-only portal to authenticate.
    Regards,
    Kontogianni Eleni

    Hi Craig,
    this is not really our case. What we want to achieve is to be able to use one portal (Java only) for user authentication using the LDAP directory and the other one for all other portal services.
    We tried to implement a solution similar to the one that you mentioned but there were some problems. We would have to redirect the login page of the ABAP+Java portal to the login page of the Java-only portal. Also the Java only portal logon page would have to redirect to the other portal after successfull login.
    It would require a great deal of programming in order for the users to be able to work in one portal and be redirected to the other portal and back only for authentication.
    The solution of federated portals seams more feasible.
    Regards,
    Eleni

  • Using different templates for the desktop and phone versions of the same blog

    I have a site which was created in Adobe Muse and is hosted on Business Catalyst.
    I have created both a desktop and a phone versions of the site.
    I  want to know how I can integrate the blogs that I  currently have on the desktop site with the phone version that I just did, using different templates for the desktop and phone versions of the same blog. This is in order to ensure that visitors to the blogs on the website are directed to the templates that render correctly for the devices they are using.
    My current approach has been to create both a desktop and phone versions of the blogs. The problem with this however, is that the dates are different and the comments are separated between the two blog versions!
    I  have also tried enabling mobile templates in BC, but still couldn't find a way to specify the mobile versions of the templates for the same blog?
    To recap my problem, I basically  need a solution where the same blog uses different templates for desktop and mobile (both templates use different navigation headings and menu styles)
    Thanks.

    There can be few reason for this, including page contents links or contents used in phone/tablet version.
    Please provide the site url , also try to publish the site as a trial site in Business Catalyst with all layouts which would help to isolate the issue.
    Thanks,
    Sanjit

  • How to configure mail using portal collaboration

    hi Guys..,
    pls tel me
    how to configure mail using portal collaboration and its uses..
    thanks
    regards
    kamal

    Hi,
    Two Configure Email, first
    You have to create a System for Groupware through System Administration ->System Configuration -> system LandScape
    Then create a Groupwaretransport
    implement SSO between your Mail server and your EP...
    and finally
    Create a Mail service...
    More Info is available at below link..
    http://help.sap.com/saphelp_nw04/helpdata/en/7c/6a469702474146a8ef2f97fe880b2f/frameset.htm
    and have a look at the thread raised by be on Calender Configuration...
    Collaboration calendar : No transport has been configured for the calendar
    Regards,
    Srinivas

  • My outgoing mail server smtp remains offline. I have tried using different port but did not work. What else can I try?

    My outgoing mail server smtp remains offline. I have tried using different port but did not work. What else can I try?

    OS X Mail: Troubleshooting sending and receiving email messages

  • How to configure Mail to send from off-site

    I am trying to configure Mail on a laptop that will send and receive email both went it is connected to the servers ISP (on site) and when the laptop is connected to a non-site ISP. In other words when I am in the office I am connected to the ISP that is hosting my mail server. When I am out of the office and using an ISP that is not hosting the mail server. I have configured Mail such that I can send and receive email when I am onsite. When I am offsite I can receive email but not send it. In order to fix the problem I have tried configuring the SMTP to require password authentication using a couple of different server ports (i.e. 25, 110 & 587) but have been unable to send from off site. At this point I am at a loss as what to do. Any suggestions would be greatly appreciated.
    Mac Book Pro   Mac OS X (10.4.9)  
    Mac Book Pro   Mac OS X (10.4.9)  

    If the off-site ISP doesn’t let you send no matter what port you use, there is little, if anything, you can do about it. Many ISPs, however, only block port 25 for all traffic outside their own network. Something that usually works in those cases is changing the outgoing server port to 587 instead of 25 in Preferences > Accounts > Account Information > Outgoing Mail Server > Server Settings, but the outgoing server in question must listen to that port for this change to work.
    If the off-site ISP allows sending on port 587, but the outgoing server you want to use doesn’t listen to that port, you may solve the problem by using an independent authenticated SMTP server that allows sending from any mail account no matter where you are.
    A Gmail account, for example, would allow you to do this. Instructions for setting up a Gmail account are provided here:
    http://mail.google.com/support/bin/answer.py?answer=13275
    After setting up the Gmail account in Mail and checking that it works, you can use Gmail's SMTP server to send from your other mail accounts as well:
    1. Log into your Gmail account on the web.
    2. Go to Settings > Accounts.
    3. Enable the addresses you want to be able to send from, and let Gmail validate them by verifying that you do indeed own them.
    4. For each mail account you want to send from using Gmail’s SMTP server, in Mail go to Preferences > Accounts, and choose Gmail’s SMTP server from the Outgoing Mail Server (SMTP) popup menu.

  • How to Configure Mail in ECC5.0

    Dear All,
    Please guide how to configure Mail in ECC5.0
    i have Activate / enabled  SMPT  using  the T-code :  SICF
    using Transaction : SCOT
    for SMTP Connection :
    mail host :  localhost
    mail port : 25
    Code Page :  ????????????  what should i give  i have given 1100 SAP  internal  (correct or wrong) Please guide
    Supported Address Type:
    Selected Internet
    what should i give in "Address Area"  and "output format for SAP documents"
    when i am sending a mail using : SWBP  and checking in SOST message error 272 i am getting.
    Regards
    Shankar

    Dear all,
    we are not using Exchange Server.
    we enabled the Port 25 . we are able to telnet to the mail server.
    Using SICF activate SMTP port.
    when i am trying to send  using SBWP t-code : getting
    "error during send process " when we check further  " you do not have a sender address in the  choosen communication method".
    Regards
    Shankar.

  • How to configure sap to use gmail as smtp server?

    Hi experts,
    I need to know how to configure gmail as my smtp server. In the scot transaction I don't see anywhere where to specify whether it is a ssh connection, ports for secure smtp, username, password.
    Does anyone know how to configure sap to use gmail as the smtp server?
    I've seen some similar threads about this, but they are of no help. Although they are classified as answered, in most cases the reason they are answered is because the person who made the query dropped the cause trying to make it work. I'd like to know for sure is this is possible or not.

    Hi Camilo,
    You can't set up gmail as your smtp server to handle this. gmail is an email server which generally are based on POP protocol. now for SAP to send mail to gmail, you would need one SMTP capable server which can relay those message received from SAP to configured email address.
    As of WAS 6.10 SAP kernel supports SMTP without more components. i.e e-mails can be sent (or received) from the SAP system to each SMTP-compatible mail server. see SAP note 455140 for more details.
    Hope this clarifies your doubt.
    http://en.wikipedia.org/wiki/SMTP_server
    Regards,
    Debasis.

Maybe you are looking for

  • CIN-Pricing Procedure for Trading Goods

    Hi Gurus Need yr expertise... Currently we have trading goods process which do not require any excise duties but VAT or CST is required.. Could you pls advise what will be the best pricing procedure to be used as the proposed pricing procedure by SAP

  • Header status is not changing in sales order

    Hi, I have done sales order, and released pick as well after that confirmed shipment also. And I have runned workflow background process for om:lines and om:headers also. But now the problem is after these steps the line level status is closed but th

  • Converting time stamp to double

    Hello, I am currently using the write to spreadsheet file.vi to save data. It looks something like this: I also want to add the date and time stamp into the saved data but do not know a way of converting a date and time stamp to 'double format'. When

  • HT201263 it did the software update and it did the but it didnt working it pop up a code error 3194

    how did i get pass a code error 3194 I did the recovery mode and it did the software update and it was all done and it just pop up disabled again on my grandson ipad mini is there another way to get his ipadmini to work

  • IPad connection to HD boxes via sky plus

    Hi My iPad will only recognise one HD box despite the fact I have 2. Initially it recognised both, but now can't find one box. Both active. Have tried uninstalling sky + app and reinstalling but no difference. Any ideas? Thanks