'Notepad'' attached to all outgoing attachments in Mail

I have recently discovered that whenever I send a text attachment using Mail, the receiver gets two attachments, the one I sent and another one titled 'Notepad.' If you click on the notepad attachment it opens a text file that's either blank or has a few words in it. What's going on and how can I stop sending two attachments? I'm now running 10.5.2 on a Macbook, but apparently it's been happening for quite a long time--I was running Tiger on a 12 inch Powerbook.
Thanks for your help.
Patty Pfitsch

Make sure that you click the Always send Windows-friendly attachments
Other than that, there isn't much you can do to control how Mail (or any other mail program) sends attachments. It may include one or more copies of your attachment as well as multiple copies of your message. It does this to ensure that your message can be read on the other end. It always sends the simplest one first. That way, if your recipient has a worthless e-mail client, they can still read your messages. Unfortunately, if their e-mail client isn't clever enough to figure out the message, it could display all those multiple copies. There isn't anything you can do about that other than sending plain text and not sending attachments, but that kind of defeats the purpose.

Similar Messages

  • Attaching multiple windows friendly attachments in Mail

    I am able to attach a single file to a piece of outgoing mail in Mail, and have that file appear as an attachment that I can open up in Outlook.  However, if I select multiple files to attach to a piece of mail and the "windows friendly attachment" option is checked, those attachments show up embedded in the Outlook mail and not as separate attachments.
    How can I send multiple windows friendly attachments in a single piece of mail and have them show up as separate attachments in outlook?

    I seem to have solved this problem, which was that my daughter (on Windows) could not save attachments that I sent her in emails, and had other problems.
    My solution is:
    1. Mail > Edit >Attachments: Check "Always insert attachments at end of message".
    2. After composing the text of a message in Mail, drag your image or its icon on to Mail's window and drop the icon at the end of the message. Voila (for me at least). If you drop the image icon at the top of the text, the image gets transmitted but not the text (!!!) (Ain't Apple wonderful!).
    3. My daughter sees the image, opened, at the bottom of the message and by Right-Clicking on it she can save the image (she typed .jpg after the image title and got a jpg.)
    Hope this works for you.

  • I don't want copies of outgoing attachments saved in "sent" mailbox. Tried Attachment extractor and it sort of worked and then deleted a big bunch of emails.

    I have been using Thunderbird for a few months and after a while it started doing really weird things. I found out that it was 98% full according to the progress bar at the bottom.
    I downloaded attachment extractor add-on and it worked ok and freed up space and NO percentage or progress bar was shown for a while until of course it filled up again after just a week or so.
    All I want to do is stop Thunderbird from saving a copy of the outgoing attachments in the "sent" mail folder. It's totally unnecessary as I keep the original files in a folder and don't need another copy. I specially don't need copies filling up space and causing Thunderbird to make a big mess.
    Is there a way to change settings to do this and if not PLEASE tell me why there is not.
    It makes much more sense to me to have the option of NOT saving exact copis of every outgoing attachment.
    It also saves the signature file, a separate copy for each outgoing email. This is silly and also absolutely unnecessary.

    I see now that there is a check box near the attachment window that can be used to NOT save a copy of the attachment in the "sent" folder.
    Thanks.
    Just one thing else I noticed that after checking the box ALL options for message text etc. are grayed out so it is best to check box after completing the message body.
    Thanks again. It saves a lot of space. Now it's just the 1000's of junk mail every day eating up all the space. I should likely set it to automatically delete junk mail after a couple of days but I'm not sure if I accidentally mark good mail as junk sometimes so it's good to keep it around for a while just in case something has to be unmarked as junk. I don't know how I could get to the junk list if the junk mail is deleted.

  • Attaching all PDFs in one mail? Having only one Body

    Dear All,
    I managed to develop a code which enable me to send a mail for each selected line in my table. The problem is it send to me for each line  a separate E-mail "each line has a PDF ". I just want to send only one mail for all PDFs attachments.
    Code:
    foreach (vw_CustLedgerEntryItem1 item in _ItemsList.SelectedItems)
    //you would normally process each row
    //but here we're just concatenating the properties as
    //proof that we are processing the selected rows
    //vw_CustLedgerEntryItem1 entryItem = this.vw_CustLedgerEntry.SelectedItem;
    InvSendbyMailRequestBody reqBody = new InvSendbyMailRequestBody(
    item.Document_No_
    , item.Report_Type
    , "DynNavHRS"
    , this.Application.User.Name.Replace(@"HRS\", "") + "@hrs.com" // HRS001
    , "Document"
    , false
    , false
    , this.vw_CustomerItem.ISO_Code // Change 7.8.2014 Bug in Email body text sprache
    , this.vw_CustomerItem.Salesperson_E_mail // Change 7.8.2014 Bug in Send E-mail
    , item.Customer_No_.ToString()
    , false
    , "XYZ"
    , false);
    InvSendbyMailRequest req = new InvSendbyMailRequest(reqBody);
    HRSReportServiceSoapClient wsHRS = new HRSReportServiceSoapClient();
    wsHRS.InvSendbyMailAsync(req);
    this.ShowMessageBox("Your email was successfully sent");
    any idea how can I send the attachment only in one mail ? My guess is that I have to take out this part out of my loop ? but its not working :(
    InvSendbyMailRequest req = new InvSendbyMailRequest(reqBody);
    HRSReportServiceSoapClient wsHRS = new HRSReportServiceSoapClient();
    wsHRS.InvSendbyMailAsync(req);
    Thanks a lot,
    Zayed

    HI Zayed,
    If you want to send an email with attachments in Lightswitch, you could consider using System.Net.Mail with
    Attachment Class. For example:
    attachment1 = pathToFirstAttachmentFile;
    attachment2 = pathToSecondAttachmentFile;
    // create and add first attachment to collection
    Attachment data = new Attachment(attachment1, MediaTypeNames.Application.Octet);
    m_MailMessage.Attachments.Add(data);
    // create and add second attachment to collection
    Attachment data2 = new Attachment(attachment2, MediaTypeNames.Application.Octet);
    m_MailMessage.Attachments.Add(data
    Best regards,
    Angie
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Adding disclaimer to all outgoing mail

    I would like to start adding a "disclaimer" or signature to the bottom of all outgoing mails
    eg
    Please note that the contents of this e-mail, including any
    attachments etc etc etc
    Is there a way of configuring postfix to do this for me without corrupting the outgoing mail.

    There is no easy and, most importantly, reliable way of doing this at the postfix level. Full stop!
    If you need this to be done, you have to do it at the client level (mail.app, squirrelmail, outlook, etc.).
    For the technically inclined: An e-mail written by a user on the mail client can be plain text, images only, html, contain attachments etc. Thus it is encoded (mime) and passed on to the MTA (postfix). To be able to add a footer at this stage, the MTA would have to decode the mail message, add a footer and re-encode the message. Besides the technical implications it will also be a performance hit on your mail server. Furthermore, chances are your mail will get messed up in the process.
    Look at the source of an e-mail with let's say attachments in Mail.app (View-Message-Raw Source) and you will notice that except for the headers, what follows is mainly gibberish (that's the mime encoded bit).
    For the not so technically minded and a good laugh, see here:
    http://www.goldmark.org/jeff/stupid-disclaimers/

  • Problem with mailing notepad attachment

    Hi experts,
    My requirement is to send mail with notepad attachment. Im getting the attachment in mail. But half of the data is converted to junk values and half of the data is coming properly. I tried debugging and found that all the contents are in proper format in the attachment internal table. But when I debug the function module 'SO_DOCUMENT_SEND_API1', I find that inside the function module, some of the data is converted to junk. I have 75 fields to be displayed in the notepad.
    Here is my code.
    <removed by moderator>
    Any inputs on this will be greatly appreciated.
    Thanks,
    Peri.
    Moderator message: please post only relevant code parts, your post must be less than 2500 characters to preserve formatting, use code tags.
    Edited by: Thomas Zloch on Sep 7, 2010 9:07 AM

    Hello,
    As of Release 6.10, SAP recommends that you do not continue to use the
    API1 interface for sending documents, but the BCS interface instead.
    Detailed information, please refer to SAP note: 190669.
    Hope this is helpful.
    Regards,
    David

  • I cannot open all email attachment files(pdf, doc, etc) in Mail on my New IPad.

    I cannot open all email attachment files(pdf, doc, etc) in Mail on my New IPad. I installed all viewer apps but I am not able to click and hold to select the option of viewer apps to open the files. I dont get the "open with" option when I click on the arrow in the menu bar. I can open attachment files on G-mail website from Safari though. It is really ridiculous that I cannot open the files from Apple Mail app! What's wrong with it!!

    We cannot possible know what's wrong with it. But we can offer suggestions that might help.
    Try resetting the iPad - its like rebooting a computer.
    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 might help as well.
    You can try resetting all settings. Settings>General>Reset>Reset All Settings. You will have to enter all of your app preferences and device settings again

  • Can't view all photos realtor e-mail attachment IE can view all

    When a realtor attaches a link to an e-mail to view listing all the photos will not be shown. A blank area appears where photos should be. When using IE all photos are shown when accessing link.

    When a realtor attaches a link to an e-mail to view listing all the photos will not be shown. A blank area appears where photos should be. When using IE all photos are shown when accessing link.

  • How do I stop all outgoing mail from being stored in my sent folder?

    How do I stop all outgoing mail from being stored in my sent folder?

    You cannot, but you can delete the mail in your Sent folder.

  • Adding Corporate E-Mail Disclaimer to all outgoing email

    I need to configure our mail server to add an E-Mail disclaimer to all outgoing email. Can someone point me to the relevant documenation or assist me with this request.
    We are running Sun Messaging Server 6.1 HotFix 0.11.
    I should state that I am a novice with Messaging server.
    Thanks

    Hi,
    You can start here:
    http://blogs.sun.com/factotum/entry/messaging_server_and_email_disclaimers
    Also note the version of messaging server you are running is extremely old, you should be looking/planning to upgrade in the near future. Version 6.3 adds milter capabilities, which if you were running this version the following document would be relevant to your request:
    http://msg.wikidoc.info/index.php/Add_Footer_to_All_Outgoing_Mail
    I should also add that Messing Server is not for the faint-of-heart (it's complex) so I recommend you try and get some training on the basics at least.
    Regards,
    Shane.

  • Since installing Yosemite outgoing mail fails. ckd settings all ok.  all outgoing servers say (offline)  incoming mail ok

    Since installing Yosemite outgoing mail fails in Apple Mail.  All the servers show (off line)  I have checked setting and they are all okay.  Incoming mail works.  Any help would be appreciated.

    Linc,
    Hopefull this is what you asked me to do.
    READ Nov 16 13:23:23.702 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:pop.secureserver.net -- port:995 -- socket:0x7fe2e2c5cb20 -- thread:0x7fe2e2abb320
    -ERR authorization first
    READ Nov 16 13:23:23.702 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:mail.comcast.net -- port:995 -- socket:0x7fe2e29db980 -- thread:0x7fe2e2b9e030
    +OK POP3 ready
    WROTE Nov 16 13:23:23.702 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:mail.comcast.net -- port:995 -- socket:0x7fe2e29db980 -- thread:0x7fe2e2b9e030
    CAPA
    WROTE Nov 16 13:23:23.704 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:pop.secureserver.net -- port:995 -- socket:0x7fe2e2c5cb20 -- thread:0x7fe2e2abb320
    APOP ******* af6449209fdef6d4812d2745741609f1
    READ Nov 16 13:23:23.711 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:p03-imap.mail.me.com -- port:993 -- socket:0x7fe2e35f1980 -- thread:0x7fe2e2fc4900
    * LIST (\Noselect) "/" ""
    3.561 OK Completed
    WROTE Nov 16 13:23:23.711 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:p03-imap.mail.me.com -- port:993 -- socket:0x7fe2e35f1980 -- thread:0x7fe2e2fc4900
    4.561 LOGOUT
    READ Nov 16 13:23:23.915 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:pop.secureserver.net -- port:995 -- socket:0x7fe2e2c5cb20 -- thread:0x7fe2e2abb320
    warning: auth_error: authorization failed (authorization failed wrong password)
    READ Nov 16 13:23:23.915 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:mail.comcast.net -- port:995 -- socket:0x7fe2e29db980 -- thread:0x7fe2e2b9e030
    +OK Capability list follows
    EXPIRE 31 USER
    TOP
    UIDL
    USER
    XOIP
    SASL PLAIN
    WROTE Nov 16 13:23:23.915 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:mail.comcast.net -- port:995 -- socket:0x7fe2e29db980 -- thread:0x7fe2e2b9e030
    AUTH PLAIN
    READ Nov 16 13:23:23.959 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:mail.comcast.net -- port:995 -- socket:0x7fe2e29db980 -- thread:0x7fe2e2b9e030
    +
    WROTE Nov 16 13:23:23.961 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:mail.comcast.net -- port:995 -- socket:0x7fe2e29db980 -- thread:0x7fe2e2b9e030
    READ Nov 16 13:23:23.992 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:pop.secureserver.net -- port:995 -- socket:0x7fe2e2c5cb20 -- thread:0x7fe2e2abb320
    -ERR authorization failed  Check your server settings.
    INITIATING CONNECTION Nov 16 13:23:23.992 host:pop.secureserver.net -- port:995 -- socket:0x0 -- thread:0x7fe2e2abb320
    CONNECTED Nov 16 13:23:24.122 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:pop.secureserver.net -- port:995 -- socket:0x7fe2e2b654a0 -- thread:0x7fe2e2f24c70
    READ Nov 16 13:23:24.140 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:mail.comcast.net -- port:995 -- socket:0x7fe2e29db980 -- thread:0x7fe2e2b9e030
    +OK authentication successful
    WROTE Nov 16 13:23:24.141 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:mail.comcast.net -- port:995 -- socket:0x7fe2e29db980 -- thread:0x7fe2e2b9e030
    QUIT
    WROTE Nov 16 13:23:24.174 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e3c6def0 -- thread:0x7fe2e06156e0
    EHLO [10.0.0.9]
    READ Nov 16 13:23:24.198 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:pop.secureserver.net -- port:995 -- socket:0x7fe2e2b654a0 -- thread:0x7fe2e2f24c70
    +OK <[email protected]>
    WROTE Nov 16 13:23:24.198 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:pop.secureserver.net -- port:995 -- socket:0x7fe2e2b654a0 -- thread:0x7fe2e2f24c70
    CAPA
    READ Nov 16 13:23:24.219 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:mail.comcast.net -- port:995 -- socket:0x7fe2e29db980 -- thread:0x7fe2e2b9e030
    +OK resmail-po-309v.sys.comcast.net Zimbra POP3 server closing connection
    READ Nov 16 13:23:24.484 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:pop.secureserver.net -- port:995 -- socket:0x7fe2e2b654a0 -- thread:0x7fe2e2f24c70
    -ERR authorization first
    WROTE Nov 16 13:23:24.486 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:pop.secureserver.net -- port:995 -- socket:0x7fe2e2b654a0 -- thread:0x7fe2e2f24c70
    APOP  ******** 271ef335c6ede41cf97a027bb2d7c633
    CONNECTED Nov 16 13:23:24.565 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:pop.secureserver.net -- port:995 -- socket:0x7fe2e4826480 -- thread:0x7fe2e2abb320
    READ Nov 16 13:23:24.585 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e4768440 -- thread:0x7fe2e37f2600
    250-p3plsmtpa08-04.prod.phx3.secureserver.net hello [73.181.111.109], secureserver.net
    250-HELP
    250-AUTH LOGIN PLAIN
    250-SIZE 31457280
    250-PIPELINING
    250-8BITMIME
    250 OK
    WROTE Nov 16 13:23:24.586 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e4768440 -- thread:0x7fe2e37f2600
    AUTH PLAIN ****************************
    READ Nov 16 13:23:24.623 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:pop.secureserver.net -- port:995 -- socket:0x7fe2e2b654a0 -- thread:0x7fe2e2f24c70
    warning: auth_error: authorization failed (authorization failed wrong password)
    READ Nov 16 13:23:24.642 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:pop.secureserver.net -- port:995 -- socket:0x7fe2e4826480 -- thread:0x7fe2e2abb320
    +OK <***********>
    WROTE Nov 16 13:23:24.642 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:pop.secureserver.net -- port:995 -- socket:0x7fe2e4826480 -- thread:0x7fe2e2abb320
    USER
    READ Nov 16 13:23:24.675 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e4768440 -- thread:0x7fe2e37f2600
    535 Authentication Failed for jean
    INITIATING CONNECTION Nov 16 13:23:24.676 host:smtpout.secureserver.net -- port:465 -- socket:0x0 -- thread:0x7fe2e37f2600
    READ Nov 16 13:23:24.921 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:pop.secureserver.net -- port:995 -- socket:0x7fe2e4826480 -- thread:0x7fe2e2abb320
    +OK
    CONNECTED Nov 16 13:23:24.922 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e30525b0 -- thread:0x7fe2e4855680
    READ Nov 16 13:23:24.922 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e3c6def0 -- thread:0x7fe2e06156e0
    250-resomta-ch2-04v.sys.comcast.net hello [73.181.111.109], pleased to meet you
    250-HELP
    250-AUTH LOGIN PLAIN
    250-SIZE 36700160
    250-ENHANCEDSTATUSCODES
    250-8BITMIME
    250 OK
    READ Nov 16 13:23:24.922 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e30525b0 -- thread:0x7fe2e4855680
    220 p3plsmtpa08-10.prod.phx3.secureserver.net  ESMTP
    WROTE Nov 16 13:23:24.925 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:pop.secureserver.net -- port:995 -- socket:0x7fe2e4826480 -- thread:0x7fe2e2abb320
    PASS **********
    WROTE Nov 16 13:23:24.927 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e3c6def0 -- thread:0x7fe2e06156e0
    AUTH PLAIN  (*** 44 bytes hidden ***)
    WROTE Nov 16 13:23:24.937 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e30525b0 -- thread:0x7fe2e4855680
    EHLO [10.0.0.9]
    READ Nov 16 13:23:25.004 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e3c6def0 -- thread:0x7fe2e06156e0
    535 5.7.0 ...authentication rejected (6)
    WROTE Nov 16 13:23:25.004 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e3c6def0 -- thread:0x7fe2e06156e0
    QUIT
    INITIATING CONNECTION Nov 16 13:23:25.004 host:smtp.comcast.net -- port:587 -- socket:0x0 -- thread:0x7fe2e06156e0
    READ Nov 16 13:23:25.042 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e30525b0 -- thread:0x7fe2e4855680
    250-p3plsmtpa08-10.prod.phx3.secureserver.net hello [73.181.111.109], secureserver.net
    250-HELP
    250-AUTH LOGIN PLAIN
    250-SIZE 31457280
    250-PIPELINING
    250-8BITMIME
    250 OK
    WROTE Nov 16 13:23:25.042 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e30525b0 -- thread:0x7fe2e4855680
    QUIT
    READ Nov 16 13:23:25.325 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:pop.secureserver.net -- port:995 -- socket:0x7fe2e4826480 -- thread:0x7fe2e2abb320
    +OK
    WROTE Nov 16 13:23:25.326 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:pop.secureserver.net -- port:995 -- socket:0x7fe2e4826480 -- thread:0x7fe2e2abb320
    QUIT
    CONNECTED Nov 16 13:23:25.327 [kCFStreamSocketSecurityLevelNone] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e2a6c7e0 -- thread:0x7fe2e06156e0
    READ Nov 16 13:23:25.452 [kCFStreamSocketSecurityLevelNone] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e2a6c7e0 -- thread:0x7fe2e06156e0
    220 resomta-ch2-10v.sys.comcast.net comcast ESMTP server ready
    READ Nov 16 13:23:25.452 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:pop.secureserver.net -- port:995 -- socket:0x7fe2e2b654a0 -- thread:0x7fe2e2f24c70
    -ERR authorization failed  Check your server settings.
    WROTE Nov 16 13:23:25.453 [kCFStreamSocketSecurityLevelNone] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e2a6c7e0 -- thread:0x7fe2e06156e0
    EHLO [10.0.0.9]
    INITIATING CONNECTION Nov 16 13:23:25.453 host:pop.secureserver.net -- port:995 -- socket:0x0 -- thread:0x7fe2e2f24c70
    READ Nov 16 13:23:25.464 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:pop.secureserver.net -- port:995 -- socket:0x7fe2e4826480 -- thread:0x7fe2e2abb320
    +OK
    READ Nov 16 13:23:25.492 [kCFStreamSocketSecurityLevelNone] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e2a6c7e0 -- thread:0x7fe2e06156e0
    250-resomta-ch2-10v.sys.comcast.net hello [2601:1:9700:1284:b418:17eb:5e03:7cb1], pleased to meet you
    250-HELP
    250-AUTH LOGIN PLAIN
    250-SIZE 36700160
    250-ENHANCEDSTATUSCODES
    250-8BITMIME
    250-STARTTLS
    250 OK
    WROTE Nov 16 13:23:25.492 [kCFStreamSocketSecurityLevelNone] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e2a6c7e0 -- thread:0x7fe2e06156e0
    STARTTLS
    READ Nov 16 13:23:25.534 [kCFStreamSocketSecurityLevelNone] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e2a6c7e0 -- thread:0x7fe2e06156e0
    220 2.0.0 Ready to start TLS
    WROTE Nov 16 13:23:25.727 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e2a6c7e0 -- thread:0x7fe2e06156e0
    EHLO [10.0.0.9]
    READ Nov 16 13:23:25.770 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e2a6c7e0 -- thread:0x7fe2e06156e0
    250-resomta-ch2-10v.sys.comcast.net hello [2601:1:9700:1284:b418:17eb:5e03:7cb1], pleased to meet you
    250-HELP
    250-AUTH LOGIN PLAIN
    250-SIZE 36700160
    250-ENHANCEDSTATUSCODES
    250-8BITMIME
    250 OK
    WROTE Nov 16 13:23:25.772 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e2a6c7e0 -- thread:0x7fe2e06156e0
    AUTH PLAIN  (*** 32 bytes hidden ***)
    CONNECTED Nov 16 13:23:25.856 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:pop.secureserver.net -- port:995 -- socket:0x7fe2e2c5cb20 -- thread:0x7fe2e2f24c70
    READ Nov 16 13:23:25.932 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:pop.secureserver.net -- port:995 -- socket:0x7fe2e2c5cb20 -- thread:0x7fe2e2f24c70
    +OK <[email protected]>
    WROTE Nov 16 13:23:25.932 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:pop.secureserver.net -- port:995 -- socket:0x7fe2e2c5cb20 -- thread:0x7fe2e2f24c70
    USER *********
    READ Nov 16 13:23:26.014 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:pop.secureserver.net -- port:995 -- socket:0x7fe2e2c5cb20 -- thread:0x7fe2e2f24c70
    +OK
    WROTE Nov 16 13:23:26.016 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:pop.secureserver.net -- port:995 -- socket:0x7fe2e2c5cb20 -- thread:0x7fe2e2f24c70
    PASS **********
    READ Nov 16 13:23:26.159 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:pop.secureserver.net -- port:995 -- socket:0x7fe2e2c5cb20 -- thread:0x7fe2e2f24c70
    +OK
    WROTE Nov 16 13:23:26.160 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:pop.secureserver.net -- port:995 -- socket:0x7fe2e2c5cb20 -- thread:0x7fe2e2f24c70
    QUIT
    READ Nov 16 13:23:26.282 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:pop.secureserver.net -- port:995 -- socket:0x7fe2e2c5cb20 -- thread:0x7fe2e2f24c70
    +OK
    CONNECTED Nov 16 13:23:26.282 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e4715e60 -- thread:0x7fe2e37f2600
    READ Nov 16 13:23:26.282 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e4715e60 -- thread:0x7fe2e37f2600
    220 p3plsmtpa11-05.prod.phx3.secureserver.net  ESMTP
    WROTE Nov 16 13:23:26.282 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e4715e60 -- thread:0x7fe2e37f2600
    EHLO [10.0.0.9]
    READ Nov 16 13:23:27.090 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e2a6c7e0 -- thread:0x7fe2e06156e0
    535 5.7.0 ...authentication rejected
    WROTE Nov 16 13:23:27.090 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e2a6c7e0 -- thread:0x7fe2e06156e0
    QUIT
    INITIATING CONNECTION Nov 16 13:23:27.090 host:smtp.comcast.net -- port:587 -- socket:0x0 -- thread:0x7fe2e06156e0
    CONNECTED Nov 16 13:23:27.133 [kCFStreamSocketSecurityLevelNone] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e38bb740 -- thread:0x7fe2e06156e0
    READ Nov 16 13:23:27.141 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e4715e60 -- thread:0x7fe2e37f2600
    250-p3plsmtpa11-05.prod.phx3.secureserver.net hello [73.181.111.109], secureserver.net
    250-HELP
    250-AUTH LOGIN PLAIN
    250-SIZE 31457280
    250-PIPELINING
    250-8BITMIME
    250 OK
    WROTE Nov 16 13:23:27.143 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e4715e60 -- thread:0x7fe2e37f2600
    AUTH PLAIN ************************
    READ Nov 16 13:23:27.237 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e4715e60 -- thread:0x7fe2e37f2600
    535 Authentication Failed for jean
    INITIATING CONNECTION Nov 16 13:23:27.238 host:smtpout.secureserver.net -- port:465 -- socket:0x0 -- thread:0x7fe2e37f2600
    CONNECTED Nov 16 13:23:28.514 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e04887b0 -- thread:0x7fe2e37f2600
    READ Nov 16 13:23:28.514 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e04887b0 -- thread:0x7fe2e37f2600
    220 p3plsmtpa11-02.prod.phx3.secureserver.net  ESMTP
    WROTE Nov 16 13:23:28.515 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e04887b0 -- thread:0x7fe2e37f2600
    EHLO [10.0.0.9]
    READ Nov 16 13:23:28.600 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e04887b0 -- thread:0x7fe2e37f2600
    250-p3plsmtpa11-02.prod.phx3.secureserver.net hello [73.181.111.109], secureserver.net
    250-HELP
    250-AUTH LOGIN PLAIN
    250-SIZE 31457280
    250-PIPELINING
    250-8BITMIME
    250 OK
    WROTE Nov 16 13:23:28.600 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e04887b0 -- thread:0x7fe2e37f2600
    AUTH LOGIN
    READ Nov 16 13:23:28.680 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e04887b0 -- thread:0x7fe2e37f2600
    334 VXNlcm5hbWU6
    WROTE Nov 16 13:23:28.680 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e04887b0 -- thread:0x7fe2e37f2600
    amVhbg==
    READ Nov 16 13:23:28.761 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e04887b0 -- thread:0x7fe2e37f2600
    334 UGFzc3dvcmQ6
    WROTE Nov 16 13:23:28.764 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e04887b0 -- thread:0x7fe2e37f2600
    READ Nov 16 13:23:28.848 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e04887b0 -- thread:0x7fe2e37f2600
    535 Authentication Failed for jean
    INITIATING CONNECTION Nov 16 13:23:28.848 host:smtpout.secureserver.net -- port:465 -- socket:0x0 -- thread:0x7fe2e37f2600
    CONNECTED Nov 16 13:23:29.250 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e04887b0 -- thread:0x7fe2e37f2600
    READ Nov 16 13:23:29.250 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e04887b0 -- thread:0x7fe2e37f2600
    220 p3plsmtpa11-09.prod.phx3.secureserver.net  ESMTP
    WROTE Nov 16 13:23:29.250 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e04887b0 -- thread:0x7fe2e37f2600
    EHLO [10.0.0.9]
    READ Nov 16 13:23:29.333 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e04887b0 -- thread:0x7fe2e37f2600
    250-p3plsmtpa11-09.prod.phx3.secureserver.net hello [73.181.111.109], secureserver.net
    250-HELP
    250-AUTH LOGIN PLAIN
    250-SIZE 31457280
    250-PIPELINING
    250-8BITMIME
    250 OK
    WROTE Nov 16 13:23:29.334 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e04887b0 -- thread:0x7fe2e37f2600
    AUTH LOGIN
    READ Nov 16 13:23:29.413 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e04887b0 -- thread:0x7fe2e37f2600
    334 VXNlcm5hbWU6
    WROTE Nov 16 13:23:29.414 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e04887b0 -- thread:0x7fe2e37f2600
    amVhbg==
    READ Nov 16 13:23:29.494 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e04887b0 -- thread:0x7fe2e37f2600
    334 UGFzc3dvcmQ6
    WROTE Nov 16 13:23:29.497 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e04887b0 -- thread:0x7fe2e37f2600
    READ Nov 16 13:23:29.587 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e04887b0 -- thread:0x7fe2e37f2600
    535 Authentication Failed for jean
    INITIATING CONNECTION Nov 16 13:23:29.588 host:smtpout.secureserver.net -- port:465 -- socket:0x0 -- thread:0x7fe2e37f2600
    CONNECTED Nov 16 13:23:29.975 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e47ea450 -- thread:0x7fe2e37f2600
    READ Nov 16 13:23:29.979 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e47ea450 -- thread:0x7fe2e37f2600
    220 p3plsmtpa11-02.prod.phx3.secureserver.net  ESMTP
    WROTE Nov 16 13:23:29.979 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e47ea450 -- thread:0x7fe2e37f2600
    EHLO [10.0.0.9]
    READ Nov 16 13:23:30.058 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e47ea450 -- thread:0x7fe2e37f2600
    250-p3plsmtpa11-02.prod.phx3.secureserver.net hello [73.181.111.109], secureserver.net
    250-HELP
    250-AUTH LOGIN PLAIN
    250-SIZE 31457280
    250-PIPELINING
    250-8BITMIME
    250 OK
    WROTE Nov 16 13:23:30.058 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtpout.secureserver.net -- port:465 -- socket:0x7fe2e47ea450 -- thread:0x7fe2e37f2600
    QUIT
    READ Nov 16 13:23:42.444 [kCFStreamSocketSecurityLevelNone] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e38bb740 -- thread:0x7fe2e06156e0
    220 resomta-ch2-03v.sys.comcast.net comcast ESMTP server ready
    WROTE Nov 16 13:23:42.445 [kCFStreamSocketSecurityLevelNone] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e38bb740 -- thread:0x7fe2e06156e0
    EHLO [10.0.0.9]
    READ Nov 16 13:23:42.488 [kCFStreamSocketSecurityLevelNone] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e38bb740 -- thread:0x7fe2e06156e0
    250-resomta-ch2-03v.sys.comcast.net hello [2601:1:9700:1284:b418:17eb:5e03:7cb1], pleased to meet you
    250-HELP
    250-AUTH LOGIN PLAIN
    250-SIZE 36700160
    250-ENHANCEDSTATUSCODES
    250-8BITMIME
    250-STARTTLS
    250 OK
    WROTE Nov 16 13:23:42.488 [kCFStreamSocketSecurityLevelNone] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e38bb740 -- thread:0x7fe2e06156e0
    STARTTLS
    READ Nov 16 13:23:42.531 [kCFStreamSocketSecurityLevelNone] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e38bb740 -- thread:0x7fe2e06156e0
    220 2.0.0 Ready to start TLS
    WROTE Nov 16 13:23:43.261 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e38bb740 -- thread:0x7fe2e06156e0
    EHLO [10.0.0.9]
    READ Nov 16 13:23:43.309 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e38bb740 -- thread:0x7fe2e06156e0
    250-resomta-ch2-03v.sys.comcast.net hello [2601:1:9700:1284:b418:17eb:5e03:7cb1], pleased to meet you
    250-HELP
    250-AUTH LOGIN PLAIN
    250-SIZE 36700160
    250-ENHANCEDSTATUSCODES
    250-8BITMIME
    250 OK
    WROTE Nov 16 13:23:43.310 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e38bb740 -- thread:0x7fe2e06156e0
    AUTH LOGIN
    READ Nov 16 13:23:43.352 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e38bb740 -- thread:0x7fe2e06156e0
    334 VXNlcm5hbWU6
    WROTE Nov 16 13:23:43.352 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e38bb740 -- thread:0x7fe2e06156e0
    amNoYXZlejI2
    READ Nov 16 13:23:43.390 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e38bb740 -- thread:0x7fe2e06156e0
    334 UGFzc3dvcmQ6
    WROTE Nov 16 13:23:43.391 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e38bb740 -- thread:0x7fe2e06156e0
    READ Nov 16 13:23:44.496 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e38bb740 -- thread:0x7fe2e06156e0
    535 5.7.0 ...authentication rejected
    WROTE Nov 16 13:23:44.496 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e38bb740 -- thread:0x7fe2e06156e0
    QUIT
    INITIATING CONNECTION Nov 16 13:23:44.497 host:smtp.comcast.net -- port:587 -- socket:0x0 -- thread:0x7fe2e06156e0
    CONNECTED Nov 16 13:23:44.547 [kCFStreamSocketSecurityLevelNone] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e293f060 -- thread:0x7fe2e06156e0
    READ Nov 16 13:23:44.626 [kCFStreamSocketSecurityLevelNone] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e293f060 -- thread:0x7fe2e06156e0
    220 resomta-ch2-07v.sys.comcast.net comcast ESMTP server ready
    WROTE Nov 16 13:23:44.626 [kCFStreamSocketSecurityLevelNone] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e293f060 -- thread:0x7fe2e06156e0
    EHLO [10.0.0.9]
    READ Nov 16 13:23:44.670 [kCFStreamSocketSecurityLevelNone] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e293f060 -- thread:0x7fe2e06156e0
    250-resomta-ch2-07v.sys.comcast.net hello [2601:1:9700:1284:b418:17eb:5e03:7cb1], pleased to meet you
    250-HELP
    250-AUTH LOGIN PLAIN
    250-SIZE 36700160
    250-ENHANCEDSTATUSCODES
    250-8BITMIME
    250-STARTTLS
    250 OK
    WROTE Nov 16 13:23:44.670 [kCFStreamSocketSecurityLevelNone] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e293f060 -- thread:0x7fe2e06156e0
    STARTTLS
    READ Nov 16 13:23:44.714 [kCFStreamSocketSecurityLevelNone] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e293f060 -- thread:0x7fe2e06156e0
    220 2.0.0 Ready to start TLS
    WROTE Nov 16 13:23:45.553 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e293f060 -- thread:0x7fe2e06156e0
    EHLO [10.0.0.9]
    READ Nov 16 13:23:45.617 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e293f060 -- thread:0x7fe2e06156e0
    250-resomta-ch2-07v.sys.comcast.net hello [2601:1:9700:1284:b418:17eb:5e03:7cb1], pleased to meet you
    250-HELP
    250-AUTH LOGIN PLAIN
    250-SIZE 36700160
    250-ENHANCEDSTATUSCODES
    250-8BITMIME
    250 OK
    WROTE Nov 16 13:23:45.617 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e293f060 -- thread:0x7fe2e06156e0
    AUTH LOGIN
    READ Nov 16 13:23:45.683 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e293f060 -- thread:0x7fe2e06156e0
    334 VXNlcm5hbWU6
    WROTE Nov 16 13:23:45.683 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e293f060 -- thread:0x7fe2e06156e0
    amNoYXZlejI2
    READ Nov 16 13:23:45.722 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e293f060 -- thread:0x7fe2e06156e0
    334 UGFzc3dvcmQ6
    WROTE Nov 16 13:23:45.723 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e293f060 -- thread:0x7fe2e06156e0
    READ Nov 16 13:23:46.847 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e293f060 -- thread:0x7fe2e06156e0
    535 5.7.0 ...authentication rejected
    WROTE Nov 16 13:23:46.847 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e293f060 -- thread:0x7fe2e06156e0
    QUIT
    INITIATING CONNECTION Nov 16 13:23:46.847 host:smtp.comcast.net -- port:587 -- socket:0x0 -- thread:0x7fe2e06156e0
    CONNECTED Nov 16 13:23:46.892 [kCFStreamSocketSecurityLevelNone] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e29c46a0 -- thread:0x7fe2e06156e0
    READ Nov 16 13:23:47.256 [kCFStreamSocketSecurityLevelNone] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e29c46a0 -- thread:0x7fe2e06156e0
    220 resomta-ch2-09v.sys.comcast.net comcast ESMTP server ready
    WROTE Nov 16 13:23:47.256 [kCFStreamSocketSecurityLevelNone] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e29c46a0 -- thread:0x7fe2e06156e0
    EHLO [10.0.0.9]
    READ Nov 16 13:23:47.303 [kCFStreamSocketSecurityLevelNone] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e29c46a0 -- thread:0x7fe2e06156e0
    250-resomta-ch2-09v.sys.comcast.net hello [2601:1:9700:1284:b418:17eb:5e03:7cb1], pleased to meet you
    250-HELP
    250-AUTH LOGIN PLAIN
    250-SIZE 36700160
    250-ENHANCEDSTATUSCODES
    250-8BITMIME
    250-STARTTLS
    250 OK
    WROTE Nov 16 13:23:47.303 [kCFStreamSocketSecurityLevelNone] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e29c46a0 -- thread:0x7fe2e06156e0
    STARTTLS
    READ Nov 16 13:23:47.347 [kCFStreamSocketSecurityLevelNone] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e29c46a0 -- thread:0x7fe2e06156e0
    220 2.0.0 Ready to start TLS
    WROTE Nov 16 13:23:51.666 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e29c46a0 -- thread:0x7fe2e06156e0
    EHLO [10.0.0.9]
    READ Nov 16 13:23:51.714 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e29c46a0 -- thread:0x7fe2e06156e0
    250-resomta-ch2-09v.sys.comcast.net hello [2601:1:9700:1284:b418:17eb:5e03:7cb1], pleased to meet you
    250-HELP
    250-AUTH LOGIN PLAIN
    250-SIZE 36700160
    250-ENHANCEDSTATUSCODES
    250-8BITMIME
    250 OK
    WROTE Nov 16 13:23:51.715 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:smtp.comcast.net -- port:587 -- socket:0x7fe2e29c46a0 -- thread:0x7fe2e06156e0
    QUIT
    <E-mails Edited by Host>

  • Dislaimer for all outgoing mails, excepting some domains?

    I'm still trying to add a Disclaimer to all outgoing mails. Actually, I need some help to add such a Disclaimer to nearly all outgoing mails, excepting some specific domains and for the right syntax:
    I know that I can add a message filter with the action 'add-footer' through CLI like this:
    if (recv listener == "OutboundMail" AND (not only-body-contains ('some unique text from my company disclaimer'),1)
    {add-footer('name of previously in GUI added dislcaimer-text');}
    else
    { deliver();}
    My questions:
    a) How can I prevent such a Disclaimer for every recipient in the domain "@company-without-disclaimer.com"?
    b) How should I write that for multiple recipient-domains without disclaimer?
    c) Is it important to write the listener-name and the disclaimer-name in the above code with ' (single quote) or " (double quotes)?
    d) Are the brace brackets {} set correct?
    e) Should I enter the entire disclaimer-text for the body-scan? I'm not sure if our actually one is 'unique' - maybe other companies has the same or a very similar one. Should I add multiple parts to looking for? How do you do that?
    Thank you for every help in advance!

    I can't figure out how to add the NOT-command.
    It works for me as written in my previous example.
    And could you please tell me something to my other questions c), d) and e)?
    "C" and "d" are very basic questions documented in the "Message Filters" section of the Advanced User Guide. Single or double quotes are both fine. The curly braces are probably OK as you've written them, but putting whitespace around them might be necessary (the docs don't say).
    As for the disclaimer text, that's hard to get perfect. It depends on your threat model. If you just want to be reasonably well assured that it gets put in, then pick out some bit of the disclaimer that is unlikely to appear elsewhere and check for that. But if you want to make sure that your own people can't spoof the process by embedding that bit in a message in order to avoid getting the disclaimer (not a likely threat in my opinion), then you'd need to check for the whole thing. Depending on how long it is, it might be safer to check for it piecemeal rather than all at once. I really can't say since I've never tried this. Or you could just add the footer unconditionally. At worst, you'd only end up with multiple instances of the footer in some messages, and it would only be in those messages which pass through your ESA more than once.

  • IMS5.1 copy all outgoing mail to one mailbox

    Is there a way to copy all outgoing messages at the server level to one particular mailbox?
    Thank you in advance.

    Could you use an mta wide sieve filter that would forward a copy and keep a copy in the imap folder?
    i.e.
    If you want to keep a copy on the imap-server you can specify an explicit keep:
    redirect "[email protected]";
    keep;

  • What customization is required to webmail in NMS4.15 to allow text such as a disclaimer to be included in all outgoing http mail?

    My understanding is that comp_fs.html needs to be modified but I am unsure of which function?
    The text should not be visible to the user when composing the email, only the recipient(s) should see this.

    I haven't had the occasion to dissect the webmail internals enough to know where you'd add such functionality specific to HTTP, but if adding it to all outgoing messages is satisfactory, then you can write a plugin.
    In fact, here are two links. One describes the method of creating a plugin and uses an example that includes a number of other features. The second link contains the actual code for the entire plugin. You can just remove the additional functionality that you don't want to employ before compiling.
    Sample SMTP Plugin
    SMTP Plugin Code

  • Applescript code for "Resending" attachments in Mail.app

    Hi All- I'm wondering if some kind soul would be willing to help me with applescript code which takes all the attachments from the selected message and attaches them to a new message.
    Thank you very much in advance!
    Ben

    Here is some sample code, to work with:
    property tRecipient : "[email protected]" -- e-Mail address of recipient. (Replace '[email protected]' with a valid e-Mail address.)
    property tSubject : (((current date) as string) & ": Lastest Update") -- Subject of e-Mail.
    property tContent : ("Please find attached the desired attachments, as of " & (current date) & return & return) -- Content of e-Mail.
    property tmp_Folder : "/var/tmp/attachments/" -- 'attachments' folder path, in UNIX format.
    property HFS_Path : POSIX file tmp_Folder as string -- 'tmp_Folder', in HFS+ format.
    tell application "Mail"
    set tSelection to selection -- Obtain selected e-Mail message(s).
    if ((count tSelection) > 0) then -- If no e-Mail message(s) selected, quit.
    do shell script ("mkdir -p " & tmp_Folder) -- Create '.../attachments/' folder.
    repeat with i in tSelection -- Cycle through all selected e-Mail messages.
    set tAttachments to mail attachments of i -- Obtain attachments of each e-Mail message.
    repeat with j in tAttachments -- Cycle through all attachments of each e-Mail message.
    save j in (HFS_Path & (name of j)) -- Save the attachment to the 'tmp' folder.
    end repeat
    end repeat
    -- Create a new e-Mail message.
    set nMessage to make new outgoing message with properties {subject:tSubject, content:tContent}
    tell nMessage
    make new to recipient at end of to recipients with properties {address:tRecipient} -- Add 'to recipient'.
    set visible to true -- Make visible the new e-Mail message.
    tell content
    repeat with i in tAttachments -- Append each attachment to the new e-Mail message.
    make new attachment with properties {file name:((HFS_Path & (name of i)) as alias)} at after last paragraph
    end repeat
    end tell
    send -- Send the new e-Mail message.
    end tell
    do shell script ("rm -rf " & tmp_Folder) -- Delete the '.../attachments/' folder.
    end if
    end tell
      Mac OS X (10.4.4)  

Maybe you are looking for

  • Transferring from old pc to new one

    does anyone know how to transfer my library from my old pc to my new one? There are a couple that have gone onto the new one for some reason and not the rest. Any advice would be appreciated.

  • Storing information that the user shouldn't be able to access?

    Hello all, I'm not sure if this is the appropriate place to post this but feel free to move this post to a better spot if its in the wrong place. Hope you guys can help me I have a program that requires the user to register such as entering a cd-key

  • Maintain outgoing EDI-connection data for partner 199093 during ORDRSP

    Hi Experts,       We are trying to send the "Order Confirmation" using "ORDRSP" IDOC message type. So we created the new Output type as ZBA0 (Copy of BA00) and assigned with the sales output pricing procedure.         Then we maintained the "partner

  • Harassment from law enforcement

    Greetings. Someone in law enforcement is blocking me from connecting on skype calls.  Please would you have him apprehended for his crimes? Thank you very much.

  • DSO Keyfields for 0CO_OM_CCA_1  datasource

    Hello All, I am using datasource 0CO_OM_CCA_1 to load my plan data. My most important concern is clearing out of the full load when I load the DTP from this DS as its full. I saw some suggestions here to use a Z DSO to avoid complications and just up