Problem with 'third party email'

I've just switched to bt broadband in the last 48 hours.  Since that time I have been trying to find the correct settings so that I can access my old freeserve email account using outlook.  Unfortunately I only seem to be able to find information and settings linked to authentication with a bt yahoo account.  This option is not available to me.  The only account I can and have opened is a bt mail account.   If there are definate instructions could somebody please tell me where they are?

thanks for link.  Regret to say have looked at this a number of times.  Setting up incoming and outgoing servers as per these instructions simply seems that on testing neither server responds and times out.  The only way I have been able to get any form of activity is to set inocoming server to port 110 and outgoing server to 25 and not enable SSL.  Using these settings I can get a successful test of both incoming and outgoing servers. 
Problem that remains is that while I can recieve incoming mail ok any message I try to send simply sits in the outbox regardless of the test saying its good to go.

Similar Messages

  • SharePoint 2013 on-premises integration with third party email account

    the Email sending issue from SharePoint is causing too much time waste 
    First let me explain how our SharePoint is deployed
    Sharepoint version : 2013
    Deployment type : on-premise
    Authentication : from Domain controller also hosted locally 
    domain name ; say domain.com this domain.com is same as our website address hosted on godaddy
    SharePoint computer name on local DNS :  sharepoint.domain.com
    OS and IIS : 2008 r2 , IIS 7.5 
    Network firewall : 25 26 ports  opened for sharepoint , both incoming and outgoing.
    Server firewall : turned off
    Email configuration Attempts by IIS 6.0 
    We tried following setting on IIS 6.0 SMTP local server properties
    In General tab
    qualified name was shown as : sharepoint.dts-solution.com
    IP assigned : sharepoint server IP  , advanced putted two entries of IP with ports as 25,26
    In Access tab
    Authentication : selected as Anonymous 
    Connection : All except below list : empty list
    Relay : only the list below , one entry as 127.0.0.1 and other is local static IP of SharePoint server
    in Delivery tab
    outbound security : Basic authentication : accessed user in AD and given the right password, also checked with annonymous -not working 
    outbound connection: all default values and port = 25
    Advance : fully qualified domain name = sharepoint.domain.com , DNS test showed success, rest every check box unchecked 
    On sharepoint central management settings
    Outbound email = sharepoint.domain.com
    from and reply to address = [email protected] 
    IIS 7.5 SMTP settings 
    In IIS 7.5 sharepoint application we added SMTP settings as smtp server = godaddy out going smtp , user name as [email protected] , password = godaddy password , port : godaddy outgoing port  .
    Godaddy account 
    Our website hosted on godaddy with same name as domain.com
    open relay not possible on emails.
    Results
    After setting alerts on SharePoint sites and assigning tasks with alerts we receive email in queue folder but they never get forwarded. We just wish to use any of our email *.domain.com to send outgoing emails from SharePoint . Its been a while we have no
    success. 
    Tech Learner

    Hi,
    As I understand, you are using SharePoint 2013 integrating with third party SMTP server which provides email function.
    From SharePoint side, I'd suggest you refer to the link below to configure email integration:
    http://technet.microsoft.com/en-us/library/ee956941(v=office.15).aspx
    If you have already confirm that message is sent from SharePoint, while stuck in queue on SMTP server, then the issue might be related to relay on SMTP server. Since the issue is related to third party product, we do not have enough resource here,
    I'd recommend you contact their support engineer for more assistance:
    https://support.godaddy.com/help/category/154/email
    https://support.godaddy.com/help/article/3552/managing-your-email-account-smtp-relays
    Thanks for the understanding.
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • Groupware Integration with Third party Email and calendar server

    Hi All,
    We are trying to integrate email, calender and other standard collaboration features with EP7.0.
    As per the standard provided by SAP, only Lotus Notes and Exchange transports are provided by SAP.
    I would appreciate if some one can guide on how to go about integration this collaboration features with thrid party email and calendar servers other than MS Exchange and Lotus notes.
    I have this link but it does not provide information in more detail.
    https://media.sdn.sap.com/html/submitted_docs/nw_kmc/howto/coll/How%20To%20Build%20a%20Groupware%20Connector.html
    Appreciate your help
    Regards
    PN

    Dear All.
    Appreciate if any one can provide pointers in the right direction.
    Thanks
    PN

  • SerialVersionUID problem with third party class

    Hello,
    One of our projects is using java 6 (that won't change). We need to use some third party APIs which is developped using java 5, and I guess some wild rmi implementation.
    If I try to use this api from a java 5 project, no problem.
    If I try to use it from java 6, I got this exception.
    Is there something I could try (workaround, something I can tell the api provider to fix, ...)?
    "C:\Program Files\Java\jdk1.6.0_01\bin\javaw.exe" -client -classpath D:\dev\TestAde\Project1\classes;D:\dev\TestAde\Project1\lib\ADEAde.jar;D:\dev\TestAde\Project1\lib\ADEConfig.jar;D:\dev\TestAde\Project1\lib\ADEJDom.jar;D:\dev\TestAde\Project1\lib\ADEMisc.jar;D:\dev\TestAde\Project1\lib\ADEStubs.jar project1.Test
    Exception in thread "main" java.lang.RuntimeException: Unable to connect to the server : java.rmi.UnmarshalException: error unmarshalling return; nested exception is:
    java.io.InvalidClassException: sun.rmi.server.UnicastRef; local class incompatible: stream classdesc serialVersionUID = -9213327104222131866, local class serialVersionUID = 8258372400816541186
    at com.adesoft.config.ServerLocation.getRemoteConfig(Unknown Source)
    at com.adesoft.config.ConfigManager.getRemote(Unknown Source)
    at com.adesoft.config.ConfigManager.getProperty(Unknown Source)
    at com.adesoft.login.WebSessions.<init>(Unknown Source)
    at com.adesoft.login.WebSessions.getInstance(Unknown Source)
    at com.adesoft.beans.SessionBean.setLogin(Unknown Source)
    at project1.Test.main(Test.java:14)
    Process exited with exit code 1.

    The serialVersionUID of sun.rmi.server.UnicastRef in 1.5 is -9213327104222131866L. Strangely it isn't defined in the source code, just left to be calculated at runtime.
    I recommend you first search all your JAR files on both client and server, apart from the Java rt.jar of course, for classes in java.rmi.* and sun.rmi.*. If you find any class in these packages, or indeed in sun.* or java.*, complain loudly to the supplier, and try deleting them.
    If you don't find any such thing, I would then report this as a bug to Sun and I would also post it to the RMI-USERS mailing list where you will probably get a very rapid response.

  • Problems with third party package and file access

    I am using a third party package that allows me to decode
    multipart forms that I use to upload files to our server.
    I have been able to write my own code (JSP) that both reads and
    writes to our filesystem. However, when I try to upload a file
    using the third party package the method I am using fails with
    the following IO exception: The error message is "access is
    denied." But the files get written and are usable (even binary
    files). I have checked the directories and all the dirs I am
    writing to have read, write and execute permission.
    I have access to the code so when I duplicate the actual
    methods used for writing (FileOutputStream.write(foo)) in my
    JSP, it writes fine without exceptions. In fact, I use
    FileOutputStream.write() in other code and it works fine. My
    question is: why would FileOutputStream work in packages we have
    developed and not in a third-party package. I have added the
    codebase and filePermissions to <weblogic_home>\weblogic.policy
    without any changes.
    I am running WLS 5.1 and NT 4.0 with SP5.
    Does this problem sound familiar to anyone?
    thanks for any and all help,
    saulj

    HI Mike,
    If you have third party Document Management System, then you can post two different message, i.e. service order in transaction details of the third party tool with link to document which would be posted to third party Document management server.
    If you don't have third party document management system and what to use sap infrastructure, then you don't need to maintain attachment, maintain the link between the third party tool and SAP document repository, with some login utilities.
    Best Regards,
    Pratik Patel.
    Reward with points if it is of any help to you!

  • Problem with third party installer asking for restart

    Hello,
    I have a problem with software installers (not from AppStore) asking for restart (soundflower, M-Audio soundcard driver…). Gatekeeper is disabled, all is working perfectly but at the end I have a "l'installation a échoué" (installation failed) with a yellow triangle. I try to make a safe boot, make a new admin account, repair permissions… But no way!
    It appends only with software installer asking for restart. Any idea?
    Thank you

    Yosemite and third party SSDs not friends.  Do an Internet search for details.
    I recommend that you consider reverting back to Mavericks or earlier if you wish to use your SSD.
    Ciao.

  • Does Mountain Lion checks for original hardware??  (problem with third-party ram)

    Hi all,
    I am wondering if Mountain Lion does a hardware check for original hardware. I did a RAM upgrade 6 months ago (from 2x2Gb to 2x4Gb Dolphin 1333Mhz DDR3 on a an early 2011 MacBook Pro)  and everything went smooth, I really noticed the upgraded performance.
    My problem started after a firmware update (I was running Mountain Leopard). The system became really unstable, with a lot of programs crashing randomly and some crash black screens. I then decided to update to Mountain Lion with a fresh install to solve all the problems and clean up my computer.
    I did it from a bootable USB drive using Lion Disk Maker and following these instructions with the harddrive completely formatted: How To Make A Bootable Disk Or USB Drive Of OS X Mountain Lion. The installation got stuck half way through and exited without any error message. After checking the log I got an error code (FAILED TO VERIFY ESSENTIALS PACKAGE). After diggin for a couple of days I found out in an old apple support discussion (Failed To Verify Essentials Package On Installation)  that the problem could be the non-original RAM. I then replaced the RAM with the original one and finally was able to install the new OS without problems.
    After the OS install and setting up my usual programs, I decided to go back to the upgraded RAM for extra performance and the crashes came back as before. So the newer RAM clearly caused the system to become unstable. So right now I am using the original RAM, I want to get extra RAM but not sure if it was a sporadic problem or it will happen with all the third party memories. Going to the official tecnical service will cost me more than 130€ while buying a third party RAM is around 40€. Is it really Apple  pushing us to get original parts or I am just unlucky? Did someone else experienced something similar?

    Well, the upgraded RAM worked properly for 5 months straight. I don´t think it is a problem of dirt on the contacts or improper seating. Having the RAM not working properly the same day I want to update the OS, without touching it would be too much of a coincidence I think.
    I am going to try the third party RAM again to be sure, trying to clean the contacts just in case, I will post the outcome later.

  • Problems with third party software unable to maint...

    Hi,
    I have a problem with a software application that needs to be connected to a server on the web all the time. I get disconnects logged in its log file. It's worst in the evening up until about 11pm and then it improves markedly but during the weekdays its connectivity degrades again until the evening.
    I have tried many things including taking my PC and connecting up to O2 broadband where these disconnects didn't happen at all. I think that BT is throttling my connection and causing packet loss that this software can't deal with.
    I was looking at my BT account on bt.com and I discovered there is a usage meter. Up until now, I thought I had a flatrate deal however the usage meter tells me I've only got 10Gb for December and I've used half of it and it's only the 10th today.
    I read in the Help section that if I exceed my limit I will get charged and BT will start restricting my connection. This is what I think is happening.
    However the Help section also said I would be informed by email but I haven't received any emails regarding my usage. I have a suspicion that they may be being sent to a BT email address which I was allocated, but I set this account up 6 years ago and I now have no record of what the BT email would be.
    How can I find out what my email address is and whether there are a pile of emails waiting for me to read? Am I likely to be right about the software connectivity problem and BT throttling my connection?
    Thanks for any help!
    Regards
    Adam Hardy

    Hi Guys,
    thanks for your quick responses.
    I don't have a record of an email from BT for 2004 when I set up my telephone & broadband. I do have an email saying that my BT.com login name is "[email protected]" (obviously not really) but nothing else.
    In my files I have a letter saying the same thing with an account number, but no btinternet.com address.
    I logged into MyBT and under the Broadband "Manage your services" there's a username which I am not familiar with and my telephone number.
    I tried setting up an email account in Thunderbird to download any emails from mail.btinternet.com using that username but it asks me for a password which I leave blank and then it says "Error logging in. Please visit mail.yahoo.com". I also tried it with [email protected]
    I just visited mail.yahoo.com which redirected me to https://register.btinternet.com/cgi-bin/respasswd1 but that form asks me for postcode, DOB and mother's maiden name and then tells me the info is wrong (which it's not - I even tried my old postcodes).
    What is strange is that the username given "jsmith123" is not the username I use to log in here - see to the right  - I think that must have been adopted by BT at some point later.
    Any other advice?
    Thanks!

  • Satus problem with Third party sales process

    Hi Friends,
    I have an issue with thrid party sales order processing
    Step#1
    My client runs the sales order for
    Material Qty
    p-100 10
    p-101 10
    p-102 10
    step-2
    Purchase requisition created and from vendor delivery happened
    Step-3
    My user created billing with reference of sales order for below material
    Material quantity
    p-100 20
    p-101 10
    p-102 20
    step-4
    user found mistake and he cancelled the invoice and created new billing document
    for
    material quantity
    p-100 10
    p-102 10
    again he found mistake and cancelled this billing document and create one more billing document with reference of sales order
    material quantity
    p-100 10
    p-101 10
    p-102 10
    now the issue is for p-100 and p-101 it showing being process and p-101 it showing status as completed
    please suggest m

    Dear Amar,
    please see the billing document which you have cancelled and see the status of the item as well as you are saying,
    that two items are cancelled, so i believe it is the sap functionality that it is showing the uncancelled item as complete.
    also if the user has cancelled the whole document
    kindly check all the documents again and then tell me
    revert if helpful
    Mohit Singh

  • Problem adding third party emails on replacement 9300

    Hi, can anyone help?
    I had a 9300 with an enterprise email plus I had a number of btconnect email accounts that I had successfully set up.
    The phone became faulty and Vodfone replaced it with a new 9300 with Blackberry 6.0.
    I have tried adding the btconnect accounts but without success.
    I have gone through the usual email set up, have used the correct 'provide my own settings', I get a message that says the account has been set up and I also receive an email (on the pc) telling me that account is set up.
    However, there are no mailbox icons on the BB for the new accounts and I do not receive any emails to the handset and obviously nor can I send them.
    Any ideas? I have also ensured that my Outlook is configured to keep messages on the server.

    donniezazen wrote:@Thaodan Is there any fix for it?
    For now the only solution is to downgrade sip & pyqt4. kdebindings-python2 needs to be rebuilt but it doesn't build against sip 4.15:
    https://bugs.kde.org/show_bug.cgi?id=323899

  • Problem with third party thunderbolt accessory

    Hello!!
    I am having an issue connecting my Blackmagic Design Intensity Shuttle Thunderbolt (analog to digital HD video transfer device) with my iMac (mid-2011) here are my specs:
    Processor  2.8 GHz Intel Core i7
    Memory  16 GB 1333 MHz DDR3
    Serial Number  D2*******HJT
    Software  OS X 10.8.4 (12E55)
    In system profiler, I am able to see that the device is connected, however it does not appear in any applications' device lists that support the device. Here is my System profiler reading:
    Thunderbolt Bus:
      Vendor Name:          Apple Inc.
      Device Name:          iMac
      UID:          0x0001000A15B76CC0
      Firmware Version:          25.1
      Port:
      Status:          Device connected
      Link Status:          0x2
      Port Micro Firmware Version:          2.1.3
      Cable Firmware Version:          0.1.18
      Cable Serial Number:          C4M2323018KDQ4KB4
    Intensity Shuttle TB:
      Vendor Name:          Blackmagic Design
      Device Name:          Intensity Shuttle TB
      Vendor ID:          0x4
      Device ID:          0xA126
      Device Revision:          0x1
      UID:          0x00040000000C2AA0
      Route String:          1
      Firmware Version:          5.2
      Port:
      Status:          Device connected
      Link Status:          0x2
      Port Micro Firmware Version:          0.2.5
      Cable Firmware Version:          0.1.18
      Cable Serial Number:          C4M2323018KDQ4KB4
    Does this info seem correct for a working connection?
    Has anyone experienced a similar problem and/or can send some info my way for a possible fix??  I have tried resetting my SMC & PRAM and neither of those have worked, as well as uninstalling and reinstalling drivers for the device.
    Please help!! I am dying to transfer videos onto my iMac!!!
    <Edited By Host>

    Are you using HDMI or Analog?
    Any help here...
    http://www.youtube.com/watch?v=p4TvnsR7YGA&feature=c4-overview-vl&list=PLB819CD1 81CAC7B2E
    What Software are you using?

  • I am going to update my iOS from 10.6.8 to Mountain Lion. What problems will I face with third party applications? Alberto

    I am going to update my iOS from 10.6.8 to Mountain Lion. What problems will I face with third party applications? Alberto

    Are my applications compatible with Mountain Lion?
         See App Compatibility Table - RoaringApps.

  • Port 25/587 and third-party email account

    Like many who have posted notes about the Port change and third-party email accounts, I have read everything related to these changes and still cannot figure out how to adjust my settings so that I can send email from my third-party email account. In June, I switched to Verizon DSL from a cable service, which was very slow. "Slow" is now looking a lot more appealing than not being able to send email through my third-party account.
    I have a Verizon email account, which I use with friends and family. I have another account that I have had for over ten years. I used the latter account as my only account for many years and that is the email address on my business cards. I will continue to use the third-party account as my business account, so hopefully someone can walk me through the change process so I don't need to switch providers.
    I use Outlook for all my email. What do I need to change so that I can continue to use Verizon to send all my emails?
    My POP3 settings include User Information (my name as it appears to recipients and my email address), Logon Information (user name and password), and Server Information (Incoming mail server [POP3] and Outgoing mail server [SMTP]).
    What should appear in each of these so I can send email from my third-party account? Let's say my third-party email address is [email protected] User information is then my name and my email address ([email protected]). Logon information is then what? My abc.net user name and password? My verizon.net user name and password? Some combination of these? How about the Server information? Is my POP3 relay.abc.net or incoming.verizon.net? (I think it's the former for incoming.) Is my SMTP relay.abc.net on Port 587? Is it outgoing.verizon.net on Port 25? Something else?
    I know this is long, but I have really tried to follow all the instructions Verizon gives and I still cannot send email from my abc.net account.
    Thanks.
    Solved!
    Go to Solution.

    It really depends on whether your 3rd-party provider allows port 587 to be used. If they have a different alternate port you should be able to use that also. Verizon is *only* blocking port 25. Port 587 is just the default "other" SMTP port, so it's the alternate port for most providers, but not all. If you cannot get these settings to work, your other option is to set up Verizon for your outgoing server.
    For the sake of example, we are going to pretend that we are setting up  your fictional account. Using "[email protected]" as the 3rd party address and "[email protected]" and the password for logging into that account in webmail is "fakepassword" - Again, this is a fictitious account for the sake of an example.
    The settings for using Verizon's servers would be:
    Incoming Server: relay.abc.net (or whatever your 3rd party server is) - For this server you set up everything according to your domain's settings.
    Reply Address: [email protected]
    Outgoing Server: outgoing.verizon.net
    Server Requires Authentication: Yes
    Username: fakeacct
    Password: fakepassword
    Requires a Secure Connection (SSL): No
    Port: 25 (although 587 also works.)
    These settings should work unless you have a Verizon/Yahoo account, in which case the outgoing server name is: outgoing.yahoo.verizon.net
    Hope this helps. If you still have questions, please let me know.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.
    "All knowledge is worth having."

  • How to correct checkout form "there is a problem with the PayPal email address supplied"

    PayPal Pro submissions do not go through. The error message reads "We cannot process this transaction because there is a problem with the PayPal email address supplied by the seller."
    I called PayPal. They checked and said my checkout form was not sending my email address to them. Any help on getting this to work will be sincerly appreciated. Thank you.

    - If you want to replace the headphone jack yourself see:
    iPod Touch Repair - iFixit
    - Apple will only exchange your iPod for a refurbished one for this price, You get a new battery.  However, it may not be worth it for a 2G iPod.
    Apple - Support - iPod - Repair pricing- A third-party place like this one is less expensive. Google from more places.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens

  • How do I use Thunderbird to send third-party email through Verizon SMTP?

    What exact settings do I need to select in Thunderbird for outgoing email in order send email? I have a third-party email address, not Yahoo or Verizon.
    Based on other posts, I have set:
    server name: outgoing.verizon.net
    port: 587
    CHECKED 'use name and password'
    username: entered verizon username
    use secure connection: 'no'
    When I try to send email, I get prompted for password multiple times, then ultimately get "Send Message Error" - 'Sending of message failed. The message could not be sent because connecting to SMTP server outgoing.verizon.net failed...'

    Your verizon.net password is not necessarily the same as your .com password. I have downloaded Thunderbird and tested send/receive using the verizon.net outgoing server and it works just fine, so it is something in the settings you are using.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.
    "All knowledge is worth having."

Maybe you are looking for