delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2020/01/31/08:56:22

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:reply-to:subject:to:references:cc:from
:message-id:date:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=HH0FUOqEv72b+7Uk
kWD+GwV7k19KalF2LfcC5mCOYvCznT3zi+hy5jW1u9o3Nvn8NDmIJ/sH89s1tc5U
qfAMzZMgqWjJUmFhpnBiUSLU/JAAyotG7nex7gu2dCQJSO//hbmXk+sL0jKcpghr
Lcp8vwJa8ItsXs65SGjHi5hqRds=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:reply-to:subject:to:references:cc:from
:message-id:date:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=YGvhkflKtmg0RTBcylsJ+H
LuY+8=; b=eqLV8uWgG/JTVgiFJ6c9VYIGUFZr70Xcdnbq4UqVdLvObVRFBMNt47
WPruaPWK6zzfJp5+QziBYTmaM0hNFfr9/uNDKXkDhrXZ17MMR2kxqc8uvJPN1INn
m4SPvzeN6nCzYVVnFXiEm8N8q1WPnduwzlWyia30u043kTtXsPBsc=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 spammy=authorization, sendmail
X-HELO: smtp-out-no.shaw.ca
Reply-To: Brian DOT Inglis AT SystematicSw DOT ab DOT ca
Subject: Re: Issue with email -a (Zip files)
To: "cygwin AT cygwin DOT com" <cygwin AT cygwin DOT com>
References: <BN8PR18MB2673C215B777949D20B633258F040 AT BN8PR18MB2673 DOT namprd18 DOT prod DOT outlook DOT com> <c95bb418-bf80-1768-3732-82aa75a1a03b AT SystematicSw DOT ab DOT ca> <MN2PR18MB2688160CC7A921F0F1E32E568F070 AT MN2PR18MB2688 DOT namprd18 DOT prod DOT outlook DOT com>
Cc: Priyanka Joshi <Priyanka DOT Joshi AT bhnetwork DOT com>
From: Brian Inglis <Brian DOT Inglis AT SystematicSw DOT ab DOT ca>
Message-ID: <c59db3f8-bd5b-5a8f-3c0f-27e4b956f092@SystematicSw.ab.ca>
Date: Fri, 31 Jan 2020 06:55:19 -0700
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1
MIME-Version: 1.0
In-Reply-To: <MN2PR18MB2688160CC7A921F0F1E32E568F070@MN2PR18MB2688.namprd18.prod.outlook.com>
X-IsSubscribed: yes

On 2020-01-30 23:40, Priyanka Joshi wrote:
> On Friday, January 31, 2020 3:27 AM, Brian Inglis wrote:
>> On 2020-01-30 02:21, Priyanka Joshi wrote:
>>> I am facing issue when I am trying to send zip file as attachment, 
>>> same command works fine for xml file.
>>>
>>> PFB commands for reference:
>>>
>>> Below command worked fine and sent testng.xml as attachment email -s "BHN
>>> Test Automation Report" -a testng.xml priyanka DOT joshi AT bhnetwork DOT com
>>>
>>> email -s "BHN Test Automation Report" -a allure-report.zip 
>>> priyanka DOT joshi AT bhnetwork DOT com ==> Not triggering any email and not
>>> throwing any error.
>>>
>>> Please let us know how to debug and fix the zip attachment issue.

>> Cygwin email requires -b option flag, body text on stdin, or invokes your 
>> editor for body text entry to send emails.
>> First, check location, version, and test:
>> 
>> 	$ which email
>> 	/usr/bin/email
>> 	$ email --version
>> 	email - By Dean Jones; Version 3.2.3-git
>> 	$ email -b -s "Test zip send" -a Downloads/....zip above-email-address
>> 
>> worked for me, with a random downloaded small zip file, also worked whether
>> I echoed or redirected text into stdin, or did neither and typed body text
>> into the editor window opened on a tmp file.
>> 
>> Corporate networks often have filters and strict rules about what may be 
>> included in a zip file, may be both outgoing and incoming; they could even
>> have Outlook, other email client, or generic email filters on your desktop
>> system.
>> Talk to your IT mail and security admins to find out what is filtered where.
>> Try renaming the zip file as if xml or something safe, and see if that 
>> works, and if not, try putting your xml in a zip file, and see if that
>> works.

> Can you please let me know if there is any way to check SMTP error logs for 
> the email not getting sent.>
> I am trying to enable the logs but facing issue with inetmgr.dll and 
> smtpsnap.dll and not seeing SMTP option under IIS.>
> PFB updates on the steps shared:>
>> which email> /usr/bin/email>
>> email --version> email - By Dean Jones; Version 3.2.3-git>
> try putting your xml in a zip file, and see if that works. ==>It worked>
>> email -b -s "Test zip send" -a test.zip priyanka DOT joshi AT bhnetwork DOT com>
> Try renaming the zip file as if xml or something safe>
> ==>Tried renaming to xml but email was not triggered, I will check with the 
> network team if there are any restrictions
Your email site or system configuration should be in /etc/email/email.conf where
you should configure your global system SMTP server characteristics,
authentication settings, sendmail location and options, gpg/2 location and
options, etc.;
you should copy these options into your personal configuration ~/.email.conf,
which overrides whether the global file /etc/email/email.conf is looked for,
where you should also configure your name, email and reply to addresses, .sig
file location, address book, authorization username and password, and email log
directory SAVE_SENT_MAIL (suggest using ~/.config/email/, ~/.email/ or perhaps
~/) in which email will create file email.sent, where you can see what email has
done.

When testing problematic files, add option flag -V, --verbose to see what email
thinks is happening.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019