Problem sending to Comcast email

I am having a problem sending an email to anyone who is using comcast.net email. 
This is something that just started about 3 weeks ago.
I have a web site, if I send an email with the web site listed anywhere in the email, www.beaumontfamilyhistory.com,
the comcast server dumb's the email into the spam folder on their server, the email is not downloaded to anyone's computer.
In order to find it the person has to sign in to there comcast mail account and retrieve the email out of the spam folder, even after saying its not spam
and I send them another email it goes into the spam folder.
If I send the same email with out the web site link the email goes through just fine. 
It has been over a year that I have had the web site listed on every email I send out, the problem has been just
in the last couple of weeks.  I have checked the web site with spam criminal, and other sites and all have indicated its ok.
The site is hosted at Host Excellent, its only a web site with no email, of course Host Excellent says there is not problem
on there end.  Comcast says they are not blocking my email,
Anyone have any suggestions, greatly appreciated
Mike
10.8.2 iMac

Thanks I have another web site using Host Excellent and it works fine with Comcast
Mike

Similar Messages

  • Problem sending photos via email since I recently updated to iLife 11.

    Having problem sending photos by Email since I upgraded to iLife11.
    I followed the instructions.   I used to just select my photos and then a screen would come up to compose an email.
    Now it comes up with templates and I had to set up what account to send them from.  No matter what I do, it just
    never goes thru.  
    What's the solution?  

    Set Mail as your preferred email client in the iPhoto Preferences -> General

  • Sudden Problem Sending Photos by Email

    Hi,
    After being able to successfully send photos from my iPhone by email ever since I got it, I suddenly have a problem. The recipient does not receive the photo - only a small blue box with a question mark in it. The copy of the email in my Sent folder looks the same.
    I've tried a reset and, for info, I use BT Yahoo for email.
    Have hunted high and low for reference to this and only found one post but there was no real explanation or resolution.
    Any help or advice gratefully received. Cheers!
    adam.sh

    You are referring to this discussion, right?
    Problem sending photos via email since I recently updated to iLife 11.
    Which MacOS X version are you using and which iPhoto version?
    If you are using Yosemite and have enabled up two-step verification for iCloud?  Then you may need to create an application specific password for iPhoto.  See this discussion:  Re: Unable to send photo through email using iphoto theme (designs)Re: Unable to send photo through email using iphoto theme (designs)Re: Unable to send photo through email using iphoto theme (designs)  Unable to send photo through email using iphoto theme (designs)

  • Problem sending photos by Email.  Received a response from T. Devlin.  Did not solve problem.  I had already done what he suggested.

    I had already entered my Email info under preferences.
    The screen comes up with the photos I want to send.
    I type my message and hit Send.  The blue bar appears "Sending".
    However,  don't know where the photos go, they don't reach destination.
    I tried sending to myself at another Email address - they didn't arrive, and they are not shown under Sent Emails either.
    How to resolve?
    Tried to respond to T. Devlin - but that didn't happen either.  Just a Like symbol was there (as in Facebook).

    You are referring to this discussion, right?
    Problem sending photos via email since I recently updated to iLife 11.
    Which MacOS X version are you using and which iPhoto version?
    If you are using Yosemite and have enabled up two-step verification for iCloud?  Then you may need to create an application specific password for iPhoto.  See this discussion:  Re: Unable to send photo through email using iphoto theme (designs)Re: Unable to send photo through email using iphoto theme (designs)Re: Unable to send photo through email using iphoto theme (designs)  Unable to send photo through email using iphoto theme (designs)

  • I have an IPad 2,I have previously had no problem sending photos by email.But now for some reason photos I send are not successfully been sent. I'm not sure if I have changed a setting by mistake. Is there a particular Setting I should be concentrating on

    I would be very appreciative if anyone could give me some advice!I have an IPad 2,I have previosly had no problem sending photos by email.But now for some reason photos I send are not successfully been sent. I'm not sure if I have changed a setting by mistake. Is there a particular Setting I should be concentrating on to making it successfully work again?Cheers!I look forward to hearing back from you!Aussie Fella!

    is this how you send your photo?
                            Tap a photo, album, or event to select it.                    
                            Tap > Email.                                            
                            Confirm or change the photos you want to share by tapping an option.                       
                                  Select all the photos in an album or event: Tap All.                                                        
                                  Select a range of photos: Tap Choose, tap Range, tap the first and last photos in the range, and tap Next.                                                        
                            Type the address of the recipient, add a message, and tap Send.

  • Problems sending and receiving emails using exchange when on wifi - OK when using Sim Card

    I've an iphone 4S using Exchange to link up with company server, this works fine when using 3G - phone's Sim Card. But when I join a wifi network I can no longer send and receive emails until I disconnect from the wifi network.
    Has anybody any ideas?

    Hi Derick,
    you need to make sure the following is met:
    1- router is correclt setup and antennas are plugged
    2- users are withint good range from the router
    3- use a good channel for the router, one of either 1, 6 or 11. try to figure out which is the best channel to choose using a freeware site survey tool.
    4- ssid configuration doesn´t involve eap and session timeouts.
    if you have doubts, let me know
    cheers
    Serge

  • Problem sending .pdf with email in ECC 6.0

    hi there,
    we are upgrading from r/3 4.6.c to ECC 6.0.
    i have the following problem: in many z-ababs we convert spool-files to pdf-files and send them with function SO_NEW_DOCUMENT_ATT_SEND_API1 via email.
    well, this is working okay, BUT: the ending '.pdf' is missing in the filename:
    in R/3 4.6.c it looks like the following:
    zfl_reporting.pdf
    Now it looks like this:
    zfl_reporting
    So the file is not recognized as pdf-file. You have to add a .pdf manually to open it.
    We can't do this as we send the pdf-files thousands of times to our customers.
    Any ideas ?
    reg, Martin

    hi
    Posted below is the sample code..
    find the bolded ones...
    REPORT ZMAIL_PDF NO STANDARD PAGE HEADING.
    Data for mailing purpose
    DATA: OBJPACK LIKE SOPCKLSTI1 OCCURS 2 WITH HEADER LINE.
    DATA: OBJHEAD LIKE SOLISTI1 OCCURS 1 WITH HEADER LINE.
    DATA: OBJBIN  LIKE SOLISTI1 OCCURS 10 WITH HEADER LINE.
    DATA: OBJTXT  LIKE SOLISTI1 OCCURS 10 WITH HEADER LINE.
    DATA: RECLIST LIKE SOMLRECI1 OCCURS 5 WITH HEADER LINE.
    DATA: DOC_CHNG  LIKE SODOCCHGI1.
    DATA: TAB_LINES LIKE SY-TABIX.
    Spool table
    TABLES : TSP01.
    Data required for creating spool
    DATA: MSTR_PRINT_PARMS LIKE PRI_PARAMS VALUE 'LP01',
          MC_VALID(1),
          MI_BYTECOUNT TYPE I,
          MI_LENGTH    TYPE I,
          MI_RQIDENT   LIKE TSP01-RQIDENT,
          REP          LIKE PRI_PARAMS-PLIST.
    Internal table for capturing data into PDF format
    DATA: MTAB_PDF LIKE TLINE OCCURS 0 WITH HEADER LINE.
    File name
    DATA : MC_FILENAME LIKE RLGRAP-FILENAME.
    SELECTION SCREEN
    PARAMETERS : P_REPID LIKE SY-REPID,
                 P_LINSZ LIKE SY-LINSZ DEFAULT 132,
                 P_PAART LIKE SY-PAART DEFAULT 'X_65_132'.
    START-OF-SELECTION.
    <b>  CONCATENATE 'C:\'
                   P_REPID
                  '.PDF'
             INTO  MC_FILENAME.</b>
      MOVE SY-REPID TO REP.
    Get print parameters
      PERFORM GET_PRINT_PARAMS.
    Send output of the required program to Spool
      SUBMIT (P_REPID) TO SAP-SPOOL WITHOUT SPOOL DYNPRO
                          SPOOL PARAMETERS MSTR_PRINT_PARMS
                          VIA SELECTION-SCREEN AND RETURN.
    Get the the spool number that is just created
      PERFORM GET_SPOOL_NUMBER USING    SY-REPID SY-UNAME
                               CHANGING MI_RQIDENT.
    Convert Spool to PDF & download the same
      PERFORM SPOOL_2_PDF.
    Upload downloaded PDF file for mailing
      PERFORM UPLOAD_PDF_FILE.
    Send mail with PDF attachment
      PERFORM SEND_MAIL.
          FORM get_spool_number *
          Get the most recent spool created by user/report              *
    form get_spool_number using    f_repid
                                   f_uname
                          changing f_rqident.
      data:
        lc_rq2name like tsp01-rq2name.
      concatenate f_repid
                  f_uname
             into lc_rq2name separated by '_'.
      select * from tsp01 where  rq2name = sy-repid
        order by rqcretime descending.
        f_rqident = tsp01-rqident.
        exit.
      endselect.
      if sy-subrc ne 0.
        clear f_rqident.
      endif.
    endform." get_spool_number
    *&      Form  send_mail
          text
    -->  p1        text
    <--  p2        text
    form send_mail.
    Creation of the document to be sent
      DOC_CHNG-OBJ_NAME = 'TEST'.
      DOC_CHNG-OBJ_DESCR = 'TEST MAIL WITH PDF ATTACHMENT'. "mail subject
      OBJTXT = 'Test mail with PDF attachment'.
      APPEND OBJTXT.
      CLEAR OBJTXT.
      APPEND OBJTXT.
      APPEND OBJTXT.
      OBJTXT = 'Please double click the attachment to verify'.
      APPEND OBJTXT.
      DESCRIBE TABLE OBJTXT LINES TAB_LINES.
      READ TABLE OBJTXT INDEX TAB_LINES.
      DOC_CHNG-DOC_SIZE = ( TAB_LINES - 1 ) * 255 + STRLEN( OBJTXT ).
    Creation of the entry for the compressed document
      CLEAR OBJPACK-TRANSF_BIN.
      OBJPACK-HEAD_START = 1.
      OBJPACK-HEAD_NUM   = 0.
      OBJPACK-BODY_START = 1.
      OBJPACK-BODY_NUM   = TAB_LINES.
      OBJPACK-DOC_TYPE   = 'RAW'.
      APPEND OBJPACK.
      DESCRIBE TABLE OBJBIN LINES TAB_LINES.
      OBJHEAD = 'Sample PDF attachement'. "
      APPEND OBJHEAD.
    Creation of the entry for the compressed attachment
      OBJPACK-TRANSF_BIN = 'X'.
      OBJPACK-HEAD_START = 1.
      OBJPACK-HEAD_NUM   = 1.
      OBJPACK-BODY_START = 1.
      OBJPACK-BODY_NUM   = TAB_LINES.
    <b>  OBJPACK-DOC_TYPE   = 'PDF'.</b>
      OBJPACK-OBJ_NAME   = 'TEST'.
      OBJPACK-OBJ_DESCR  = 'Test.PDF'.
      OBJPACK-DOC_SIZE   = TAB_LINES * 255.
      APPEND OBJPACK.
    Completing the recipient list
    For sending mail to Internet Address
      RECLIST-RECEIVER = '[email protected].
      RECLIST-REC_TYPE = 'U'.
      APPEND RECLIST.
    Sending the document
           CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
                EXPORTING
                     DOCUMENT_DATA = DOC_CHNG
                     PUT_IN_OUTBOX = 'X'
                TABLES
                     PACKING_LIST  = OBJPACK
                     OBJECT_HEADER = OBJHEAD
                     CONTENTS_BIN  = OBJBIN
                     CONTENTS_TXT  = OBJTXT
                     RECEIVERS     = RECLIST
                EXCEPTIONS
                     TOO_MANY_RECEIVERS         = 1
                     DOCUMENT_NOT_SENT          = 2
                     OPERATION_NO_AUTHORIZATION = 4
                     OTHERS                     = 99.
          CASE SY-SUBRC.
            WHEN 0.
              WRITE  :/ 'MAIL SENT....'.
            WHEN 1.
              WRITE  :/ 'TOO MANY RECEIVERS'.
            WHEN 2.
              WRITE  :/ 'DOCUMENT NOT SENT'.
            WHEN 4.
              WRITE  :/ 'NO SEND AUTHORIZATION'.
            WHEN OTHERS.
              WRITE  :/ 'ERROR OCCURED WHILE SENDING MAIL'.
          ENDCASE.
    endform.                    " send_mail
    *&      Form  GET_PRINT_PARAMS
    FORM GET_PRINT_PARAMS.
      call function 'GET_PRINT_PARAMETERS'
      exporting destination           = 'LP01'
                copies                = 1
                list_name             = rep
                list_text             = 'LIST ..... TO SAP-SPOOL'
                immediately           = 'X'
                release               = 'X'
                new_list_id           = 'X'
                expiration            = 1
                line_size             = 132
                line_count            = 65
                layout                = 'X_PAPER'
                sap_cover_page        = 'X'
                cover_page            = 'X'
                receiver              = sy-uname
                department            = 'System'
                no_dialog             = 'X'
      importing out_parameters        =  mstr_print_parms
                valid                 = mc_valid.
    ENDFORM.                    " GET_PRINT_PARAMS
    *&      Form  SPOOL_2_PDF
    FORM SPOOL_2_PDF.
        call function 'CONVERT_ABAPSPOOLJOB_2_PDF'
        exporting
          src_spoolid      = mi_rqident
          no_dialog        = space
          dst_device       = mstr_print_parms-pdest
        importing
          pdf_bytecount    = mi_bytecount
        tables
          pdf              = mtab_pdf
        exceptions
          err_no_abap_spooljob           = 1
          err_no_spooljob                = 2
          err_no_permission              = 3
          err_conv_not_possible          = 4
          err_bad_destdevice             = 5
          user_cancelled                 = 6
          err_spoolerror                 = 7
          err_temseerror                 = 8
          err_btcjob_open_failed         = 9
          err_btcjob_submit_failed       = 10
          err_btcjob_close_failed        = 11
          others     = 12.
         call function 'WS_DOWNLOAD'
           exporting
             bin_filesize                  =  mi_bytecount
    <b>        filename                      =  mc_filename</b>
             filetype                      = 'BIN'
           tables
             data_tab                      =  mtab_pdf
    if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    ENDFORM.                    " SPOOL_2_PDF
    *&      Form  UPLOAD_PDF_FILE
    FORM UPLOAD_PDF_FILE.
      call function 'WS_UPLOAD'
        exporting
    <b>      filename                      = mc_filename</b>
          filetype                      = 'BIN'
        tables
          data_tab                      = OBJBIN
    if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    ENDFORM.                    " UPLOAD_PDF_FILE
    **reward if helpful
    regards,
    madhumitha

  • Problems sending digitally signed emails.

    Hello there.
    I have installed my certificate to use S/MIME with my Gmail account on my iPhone and I turned on the option to sign all outgoing emails, but the emails aren't being recognized as signed when I send a message. If I look at the email on my Gmail sent items using Gmail's web interface, there is an attachment in the sent mail called smime.p7s but Outlook didn't recognize the email as signed (and didn't show the attachment either), and neither did my iPhone (sending a msg to myself).
    Using the same certificate, if I send a message using Outlook on my PC, it works fine.
    Anybody had the same problem / know a solution?
    Thanks,
    Felipe.

    Any client that does not support SMIME shows a .p7s file attachment.  GMail web interface is one such client that does not support SMIME.
    Penango is a cool service that adds a local firefox extension that adds SMIME support to GMail.
    http://www.penango.com/
    Outlook supports SMIME, so between iOS Mail and Outlook SMIME will recognize correctly.

  • Problem sending to AOL email addresses from SBS2003 Exchange

    Hi All,
    I have a problem with a SBS2003 server with Exchange. They can't send emails to AOL email accounts ... they have tried 3 different email addresses and the response they get is
    From: System Administrator
    Sent: 03 December 2014 12:22
    To: [removed]
    Subject: Undeliverable: Fwd: Window
    Your message did not reach some or all of the intended recipients.
    Subject: Fwd: Window
    Sent: 01/12/2014 12:15
    The following recipient(s) cannot be reached:
    [removed]@aol.com on 03/12/2014 12:22
    Could not deliver the message in the time limit specified. Please retry or contact your administrator.
    <[removed].co.uk #4.4.7>
    I don't think they have ever been able to send to AOL but has recently become an issue as they have customers with AOL email accounts ... 
    Any ideas? I have checked blacklists and we aren't on there ... they can email everyone else without a problem. 
    Many thanks,
    Graham.

    It is the same issue when they reply to an aol email address. The recipients have been called to check they haven't received it and they haven't.
    More details are as follows:
    ---------- Forwarded message ----------
    From: System Administrator <[email protected]>
    To: name <[email protected]>
    Cc:
    Date: Fri, 12 Dec 2014 10:51:25 -0000
    Subject: Undeliverable: Windows
    Your message
    To: [email protected]; [email protected]
    Subject: Windows
    Sent: Wed, 10 Dec 2014 10:28:36 -0000
    did not reach the following recipient(s):
    [email protected] on Fri, 12 Dec 2014 10:51:24 -0000
    Could not deliver the message in the time limit specified. Please
    retry or contact your administrator.
    <sendingdomain.co.uk #4.4.7>
    [email protected] on Fri, 12 Dec 2014 10:51:24 -0000
    Could not deliver the message in the time limit specified. Please
    retry or contact your administrator.
    <sendingdomain.co.uk #4.4.7>
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 4.4.7
    X-Supplementary-Info: <sendingdomain.co.uk #4.4.7>
    X-Display-Name: [email protected]
    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 4.4.7
    X-Supplementary-Info: <sendingdomain.co.uk #4.4.7>
    X-Display-Name: [email protected]
    This was actually sent to two aol.com email addresses but the response is the same as if sent to just one.  There isnt much more here than in the other one though...
    Thanks
    G

  • Problem sending Excel via Email(everything in 1 row in xls)

    Hi All,
    I have a problem to send Excel file via Email.
    First of all, the context of one row is more than 255 characters. If I split it, how can I get good rows in excel?
    I get all context in 1 row!
    What should I change by call of FM:
    SO_NEW_DOCUMENT_ATT_SEND_API1 to get normal xls file?
    Thank you a lot.
    Best regards,
    Danijela Zivnaovic

    Hi Danijela,
    You can use FM IQAPI_WORD_WRAP to split your text across multiple lines.
    Regards,
    Raj

  • Problem sending talk talk email

    Hello all,
    I am setting up a talktalk email account on a new imac on apple mail. (A yahoo account has set up fine). Mail comes in but the outgoing mail is not sent, returning the following  "The sender address [email protected] was rejected by the server smtp.talktalk.net". Initially a POP account I changed this to IMAP but the problem persists.
    As far as I can tell, the outgoing server settings are ok.
    Connection doctor returns green lights all the way.
    I include the show details output below if that is any use.
    Many thanks,
    Colin
    INITIATING CONNECTION Feb 23 11:23:10.670  -- host:smtp.talktalk.net -- port:587 -- socket:0x0 -- thread:0x7f9a041ec3f0
    INITIATING CONNECTION Feb 23 11:23:10.670  -- host:smtp.mail.yahoo.com -- port:465 -- socket:0x0 -- thread:0x7f9a04e61aa0
    INITIATING CONNECTION Feb 23 11:23:10.670  -- host:imap.mail.yahoo.com -- port:143 -- socket:0x0 -- thread:0x7f9a04630bb0
    INITIATING CONNECTION Feb 23 11:23:10.670  -- host:mail.talktalk.net -- port:143 -- socket:0x0 -- thread:0x7f9a041d79d0
    CONNECTED Feb 23 11:23:10.721 [kCFStreamSocketSecurityLevelNone]  -- host:imap.mail.yahoo.com -- port:143 -- socket:0x7f9a0265c610 -- thread:0x7f9a04630bb0
    CONNECTED Feb 23 11:23:10.737 [kCFStreamSocketSecurityLevelNone]  -- host:mail.talktalk.net -- port:143 -- socket:0x7f9a043b9a60 -- thread:0x7f9a041d79d0
    CONNECTED Feb 23 11:23:10.768 [kCFStreamSocketSecurityLevelNone]  -- host:smtp.talktalk.net -- port:587 -- socket:0x7f9a044c6d60 -- thread:0x7f9a041ec3f0
    CONNECTED Feb 23 11:23:10.790 [kCFStreamSocketSecurityLevelTLSv1SSLv3]  -- host:smtp.mail.yahoo.com -- port:465 -- socket:0x7f9a0470dbc0 -- thread:0x7f9a04e61aa0
    READ Feb 23 11:23:10.845 [kCFStreamSocketSecurityLevelNone]  -- host:smtp.talktalk.net -- port:587 -- socket:0x7f9a044c6d60 -- thread:0x7f9a041ec3f0
    220 smtp.talktalk.net ESMTP
    WROTE Feb 23 11:23:10.872 [kCFStreamSocketSecurityLevelNone]  -- host:smtp.talktalk.net -- port:587 -- socket:0x7f9a044c6d60 -- thread:0x7f9a041ec3f0
    EHLO [192.168.1.36]
    READ Feb 23 11:23:10.948 [kCFStreamSocketSecurityLevelNone]  -- host:smtp.talktalk.net -- port:587 -- socket:0x7f9a044c6d60 -- thread:0x7f9a041ec3f0
    250-smtp.talktalk.net
    250-8BITMIME
    250-SIZE 20971520
    250-STARTTLS
    250-AUTH PLAIN LOGIN
    250 AUTH=PLAIN LOGIN
    WROTE Feb 23 11:23:10.965 [kCFStreamSocketSecurityLevelNone]  -- host:smtp.talktalk.net -- port:587 -- socket:0x7f9a044c6d60 -- thread:0x7f9a041ec3f0
    STARTTLS
    READ Feb 23 11:23:11.043 [kCFStreamSocketSecurityLevelNone]  -- host:smtp.talktalk.net -- port:587 -- socket:0x7f9a044c6d60 -- thread:0x7f9a041ec3f0
    220 Go ahead with TLS
    READ Feb 23 11:23:11.154 [kCFStreamSocketSecurityLevelTLSv1SSLv3]  -- host:smtp.mail.yahoo.com -- port:465 -- socket:0x7f9a0470dbc0 -- thread:0x7f9a04e61aa0
    220 smtp138.mail.ir2.yahoo.com ESMTP
    READ Feb 23 11:23:11.168 [kCFStreamSocketSecurityLevelNone]  -- host:imap.mail.yahoo.com -- port:143 -- socket:0x7f9a0265c610 -- thread:0x7f9a04630bb0
    * OK [CAPABILITY IMAP4rev1 ID NAMESPACE X-ID-ACLID UIDPLUS LITERAL+ CHILDREN XAPPLEPUSHSERVICE XYMHIGHESTMODSEQ AUTH=PLAIN AUTH=LOGIN AUTH=XYMCOOKIE AUTH=XYMECOOKIE AUTH=XYMCOOKIEB64 AUTH=XYMPKI] IMAP4rev1 imapgate-0.7.68_14.357900 imap408.mail.ir2.yahoo.com
    WROTE Feb 23 11:23:11.181 [kCFStreamSocketSecurityLevelTLSv1SSLv3]  -- host:smtp.mail.yahoo.com -- port:465 -- socket:0x7f9a0470dbc0 -- thread:0x7f9a04e61aa0
    EHLO [192.168.1.36]
    WROTE Feb 23 11:23:11.207 [kCFStreamSocketSecurityLevelNone]  -- host:imap.mail.yahoo.com -- port:143 -- socket:0x7f9a0265c610 -- thread:0x7f9a02653610
    1.111 ID ("name" "Mac OS X Mail" "version" "6.2 (1499)" "os" "Mac OS X" "os-version" "10.8.2 (12C2034)" "vendor" "Apple Inc.")
    READ Feb 23 11:23:11.266 [kCFStreamSocketSecurityLevelTLSv1SSLv3]  -- host:smtp.mail.yahoo.com -- port:465 -- socket:0x7f9a0470dbc0 -- thread:0x7f9a04e61aa0
    250-smtp138.mail.ir2.yahoo.com
    250-AUTH LOGIN PLAIN XYMCOOKIE
    250-PIPELINING
    250-SIZE 41697280
    250 8BITMIME
    WROTE Feb 23 11:23:11.285 [kCFStreamSocketSecurityLevelTLSv1SSLv3]  -- host:smtp.mail.yahoo.com -- port:465 -- socket:0x7f9a0470dbc0 -- thread:0x7f9a04e61aa0
    AUTH PLAIN  (*** 44 bytes hidden ***)
    READ Feb 23 11:23:11.292 [kCFStreamSocketSecurityLevelNone]  -- host:imap.mail.yahoo.com -- port:143 -- socket:0x7f9a0265c610 -- thread:0x7f9a02653610
    * ID ("name" "imapgate" "version" "0.7.68_14.357900" "support-url" "http://help.yahoo.com/")
    1.111 OK completed
    WROTE Feb 23 11:23:11.306 [kCFStreamSocketSecurityLevelTLSv1SSLv3]  -- host:smtp.talktalk.net -- port:587 -- socket:0x7f9a044c6d60 -- thread:0x7f9a041ec3f0
    EHLO [192.168.1.36]
    WROTE Feb 23 11:23:11.324 [kCFStreamSocketSecurityLevelNone]  -- host:imap.mail.yahoo.com -- port:143 -- socket:0x7f9a0265c610 -- thread:0x7f9a044346f0
    2.111 AUTHENTICATE PLAIN
    READ Feb 23 11:23:11.384 [kCFStreamSocketSecurityLevelTLSv1SSLv3]  -- host:smtp.talktalk.net -- port:587 -- socket:0x7f9a044c6d60 -- thread:0x7f9a041ec3f0
    250-smtp.talktalk.net
    250-8BITMIME
    250-SIZE 20971520
    250-AUTH PLAIN LOGIN
    250 AUTH=PLAIN LOGIN
    READ Feb 23 11:23:11.385 [kCFStreamSocketSecurityLevelTLSv1SSLv3]  -- host:smtp.mail.yahoo.com -- port:465 -- socket:0x7f9a0470dbc0 -- thread:0x7f9a04e61aa0
    235 OK, go ahead
    WROTE Feb 23 11:23:11.401 [kCFStreamSocketSecurityLevelTLSv1SSLv3]  -- host:smtp.talktalk.net -- port:587 -- socket:0x7f9a044c6d60 -- thread:0x7f9a041ec3f0
    QUIT
    READ Feb 23 11:23:11.406 [kCFStreamSocketSecurityLevelNone]  -- host:imap.mail.yahoo.com -- port:143 -- socket:0x7f9a0265c610 -- thread:0x7f9a044346f0
    +
    WROTE Feb 23 11:23:11.423 [kCFStreamSocketSecurityLevelTLSv1SSLv3]  -- host:smtp.mail.yahoo.com -- port:465 -- socket:0x7f9a0470dbc0 -- thread:0x7f9a04e61aa0
    QUIT
    WROTE Feb 23 11:23:11.460 [kCFStreamSocketSecurityLevelNone]  -- host:imap.mail.yahoo.com -- port:143 -- socket:0x7f9a0265c610 -- thread:0x7f9a044346f0
    READ Feb 23 11:23:11.557 [kCFStreamSocketSecurityLevelNone]  -- host:imap.mail.yahoo.com -- port:143 -- socket:0x7f9a0265c610 -- thread:0x7f9a044346f0
    2.111 OK AUTHENTICATE completed - Mailbox size in bytes is 274317867
    WROTE Feb 23 11:23:11.575 [kCFStreamSocketSecurityLevelNone]  -- host:imap.mail.yahoo.com -- port:143 -- socket:0x7f9a0265c610 -- thread:0x7f9a02653610
    3.111 CAPABILITY
    READ Feb 23 11:23:11.659 [kCFStreamSocketSecurityLevelNone]  -- host:imap.mail.yahoo.com -- port:143 -- socket:0x7f9a0265c610 -- thread:0x7f9a02653610
    * CAPABILITY IMAP4rev1 ID NAMESPACE X-ID-ACLID UIDPLUS LITERAL+ XAPPLEPUSHSERVICE XYMHIGHESTMODSEQ XYMALPO
    3.111 OK CAPABILITY completed
    WROTE Feb 23 11:23:11.677 [kCFStreamSocketSecurityLevelNone]  -- host:imap.mail.yahoo.com -- port:143 -- socket:0x7f9a0265c610 -- thread:0x7f9a02653610
    4.111 LIST "" ""
    READ Feb 23 11:23:11.779 [kCFStreamSocketSecurityLevelNone]  -- host:imap.mail.yahoo.com -- port:143 -- socket:0x7f9a0265c610 -- thread:0x7f9a02653610
    * LIST (\Noselect) "/" ""
    4.111 OK LIST completed
    WROTE Feb 23 11:23:11.800 [kCFStreamSocketSecurityLevelNone]  -- host:imap.mail.yahoo.com -- port:143 -- socket:0x7f9a0265c610 -- thread:0x7f9a04c3dc60
    5.111 LOGOUT
    READ Feb 23 11:23:13.912 [kCFStreamSocketSecurityLevelNone]  -- host:mail.talktalk.net -- port:143 -- socket:0x7f9a043b9a60 -- thread:0x7f9a041d79d0
    * OK IMAP4 PROXY server ready
    WROTE Feb 23 11:23:13.931 [kCFStreamSocketSecurityLevelNone]  -- host:mail.talktalk.net -- port:143 -- socket:0x7f9a043b9a60 -- thread:0x7f9a04c3dc60
    1.112 CAPABILITY
    READ Feb 23 11:23:14.020 [kCFStreamSocketSecurityLevelNone]  -- host:mail.talktalk.net -- port:143 -- socket:0x7f9a043b9a60 -- thread:0x7f9a04c3dc60
    * CAPABILITY IMAP4rev1 UIDPLUS IDLE LOGIN-REFERRALS NAMESPACE CHILDREN SORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES AUTH=PLAIN
    READ Feb 23 11:23:14.037 [kCFStreamSocketSecurityLevelNone]  -- host:mail.talktalk.net -- port:143 -- socket:0x7f9a043b9a60 -- thread:0x7f9a04c3dc60
    1.112 OK capabilities listed
    WROTE Feb 23 11:23:14.057 [kCFStreamSocketSecurityLevelNone]  -- host:mail.talktalk.net -- port:143 -- socket:0x7f9a043b9a60 -- thread:0x7f9a04c3dc60
    2.112 AUTHENTICATE PLAIN
    READ Feb 23 11:23:14.147 [kCFStreamSocketSecurityLevelNone]  -- host:mail.talktalk.net -- port:143 -- socket:0x7f9a043b9a60 -- thread:0x7f9a04c3dc60
    + go ahead
    WROTE Feb 23 11:23:14.167 [kCFStreamSocketSecurityLevelNone]  -- host:mail.talktalk.net -- port:143 -- socket:0x7f9a043b9a60 -- thread:0x7f9a04c3dc60
    READ Feb 23 11:23:14.312 [kCFStreamSocketSecurityLevelNone]  -- host:mail.talktalk.net -- port:143 -- socket:0x7f9a043b9a60 -- thread:0x7f9a04c3dc60
    2.112 OK login successful
    WROTE Feb 23 11:23:14.329 [kCFStreamSocketSecurityLevelNone]  -- host:mail.talktalk.net -- port:143 -- socket:0x7f9a043b9a60 -- thread:0x7f9a020bd940
    3.112 CAPABILITY
    READ Feb 23 11:23:14.450 [kCFStreamSocketSecurityLevelNone]  -- host:mail.talktalk.net -- port:143 -- socket:0x7f9a043b9a60 -- thread:0x7f9a020bd940
    * CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS MULTIAPPEND UNSELECT IDLE CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 XXXXXXXXX QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS
    3.112 OK Capability completed.
    WROTE Feb 23 11:23:14.469 [kCFStreamSocketSecurityLevelNone]  -- host:mail.talktalk.net -- port:143 -- socket:0x7f9a043b9a60 -- thread:0x7f9a04630bb0
    4.112 ID ("name" "Mac OS X Mail" "version" "6.2 (1499)" "os" "Mac OS X" "os-version" "10.8.2 (12C2034)" "vendor" "Apple Inc.")
    READ Feb 23 11:23:14.563 [kCFStreamSocketSecurityLevelNone]  -- host:mail.talktalk.net -- port:143 -- socket:0x7f9a043b9a60 -- thread:0x7f9a04630bb0
    * ID NIL
    4.112 OK ID completed.
    WROTE Feb 23 11:23:14.581 [kCFStreamSocketSecurityLevelNone]  -- host:mail.talktalk.net -- port:143 -- socket:0x7f9a043b9a60 -- thread:0x7f9a044346f0
    5.112 LIST "" ""
    READ Feb 23 11:23:14.673 [kCFStreamSocketSecurityLevelNone]  -- host:mail.talktalk.net -- port:143 -- socket:0x7f9a043b9a60 -- thread:0x7f9a044346f0
    * LIST (\Noselect) "." ""
    5.112 OK List completed.
    WROTE Feb 23 11:23:14.692 [kCFStreamSocketSecurityLevelNone]  -- host:mail.talktalk.net -- port:143 -- socket:0x7f9a043b9a60 -- thread:0x7f9a04c3dc60
    6.112 LOGOUT

    Thanks for the suggestion but I had already deleted the account and re-created it.
    I did come accross this comment "
    Many (most) ISP's will not allow you to send when connected off their network". Since I am not in the UK and not on talktalks network, could this be the explanation?

  • IPhoto - problem sending photos by email

    Hello,
    I now encounter a problem when I want to transfer photos to friends, something quite new !!!
    I get the following advertisement
    "The mail server did not recognize the association of your usere name and password"
    Can you help me solve this problem?
    Thanks a lot for your help
    Regards
    Claire

    First of all, I took the photos with my iPhone - then I transferred them to iPhoto included in my MacBookPro (using the USB) but I kept the photos in my iPhone.
    Then, from my MacBookPro, I tried to send some photos to friends but got that message "The mail server did not recognize the association of your user name and password"....
    So, I thought of trying to send those photos to friends FROM my iPhone and it worked beautifully.
    Where is the catch?
    Thanks Barry for trying to understand the problem
    Claire

  • TS4147 Problem sending and retrieving email

    Can anyone suggest how I might resolve this problem on my iPad . The Internet is functioning as normal but I have been unable to access new email since yesterday

    We need more information.  Is this for one email account only or all accounts from all services.  What has changed with your system since yesterday.  Are there other connection problems with the web (you say other things are "normal") or is email the only thing that doesn't work?  Any other info would help.

  • Can't send or receive email from one account

    Just bought the iPod Touch last week. Set up Hotmail account with no problems. However my MacDialup.com account (used to be dial up, but is DSL now) won't work at all. They aren't set up to use SSL, so I turned that off after the iPod automatically tried it. I tried IMAP and POP, tried changing incoming server port number from defalt 143 to 110, triple checked spelling on every single entry including password. Tried calling my ISP tech support and talked to a tech who owns an iPhone and lives in the bay area, but he couldn't figure it out. I tried deleting the MacDialup account then syncing the Touch to my iTunes on my MacBook Pro (which has no problem sending or receiving email from this same account) and had the email settings imported from the MacBook Pro - still no luck. Tomorrow I'll try bringing both my MacBook Pro and iPod Touch into the Genious Bar. Maybe they can figure it out.

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    Setting up and troubleshooting Mail
    http://www.apple.com/support/ipad/assistant/mail/
    Server does not allow relaying email error, fix
    http://appletoolbox.com/2012/01/server-does-not-allow-relaying-email-error-fix/
    Why Does My iPad Say "Cannot Connect to Server"?
    http://www.ehow.co.uk/info_8693415_ipad-say-cannot-connect-server.html
    iOS: 'Mailbox Locked', account is in use on another device, or prompt to re-enter POP3 password
    http://support.apple.com/kb/ts2621
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Configuration problems with IMAP e-mail on iOS with a non-standard SSL port.
    http://colinrobbins.me/2013/02/09/configuration-problems-with-imap-e-mail-on-ios -with-a-non-standard-ssl-port/
    Try this first - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    Or this - Delete the account in Mail and then set it up again. Settings->Mail, Contacts, Calendars -> Accounts   Tap on the Account, then on the red button that says Remove Account.
     Cheers, Tom

  • How do I send photos by email?

    Until recently I used Adobe Elements 3 and sent Photomail and E mail attachments with no problems. Recently I installed Adobe Elements 8 and since then have had continual problems sending images via email. I've read all the material, watched the tutorials and followed the instructions related to the subject but the problem continues. I complete the prescribed steps and hit send (to recipeints with a copy to myself) and the messages dissapear but do not transmit. I have even reduced the size of my images and have sent as few as two images compared to the seven or eight I could successfully send with the Elements 3 program, I have used the address book and have also tried typing in the email addresses but nothing seems to work.  Have others experienced this problem? I would appreciate any comments you may have to help me rectify this situation along with the specific steps required to successfully complete this task.
    Thanks in advance for your assistance, Frank W.

    Hello philip21,
    You may need to remove the email account from your iPhoto Preferences, and then readd it.
    iPhoto '11: Accounts preferences
    http://support.apple.com/kb/PH2340
    Cheers,
    Allen

Maybe you are looking for

  • Assert new business object as tree output in business rule fail

    Hi all I use Jdev 12.1.3 When I create a business rule with input as tree and output parameter as tree. input/output parameters are different .xsd files but are same structure. In my rule set i define a rule that read the tree (it contain a collectio

  • Can't download new face recognition driver for Qosmio G50

    Hi! Can't download new face recognition driver for G50 hinted by TEMPRO. Possibly bad link: http://81.27.174.53/tedd-files2/0/fareg-20081009112217.zip

  • Using intermedia search on file system

    I know it is possible to intermedia index documents stored on a file system. Is it possible to integrate this search into the standard search facility in portal ? ps, we don't want to use ifs in this case. regards, Terje null

  • Setting size JScrollPane inside a JSplitPane

    Hi, In my program I want to have two panels, one above the other. The first panel will contain a row of objects that will be dynamically generated. These objects will have an unchangeable height, which I only know after construction. The second panel

  • How much training.

    Hello all, As a manager: How much training would I expect to provide to an Oracle DBA? Let's assume we are on Oracle 9i. 2nd question is if we are upgrading to 10g how much training would be necessary to send a DBA to? As a DBA: How much training wou