Downloads:
9,781
Downloads of v 0.8.11:
176
Last Update:
23 May 2024
Package Maintainer(s):
Software Author(s):
- Inveigle.net
Tags:
cmail commandline email network console-only freeware- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
CMail
- 1
- 2
- 3
0.8.11 | Updated: 23 May 2024
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
9,781
Downloads of v 0.8.11:
176
Maintainer(s):
Software Author(s):
- Inveigle.net
CMail 0.8.11
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Inveigle.net. The inclusion of Inveigle.net trademark(s), if any, upon this webpage is solely to identify Inveigle.net goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install CMail, run the following command from the command line or from PowerShell:
To upgrade CMail, run the following command from the command line or from PowerShell:
To uninstall CMail, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download cmail --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade cmail -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade cmail -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install cmail
win_chocolatey:
name: cmail
version: '0.8.11'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'cmail' do
action :install
source 'INTERNAL REPO URL'
version '0.8.11'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller cmail
{
Name = "cmail"
Version = "0.8.11"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'cmail':
ensure => '0.8.11',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 02 Nov 2024.
CMail is a freeware command line e-mail sending tool for Windows, primarily intended for sending scripted e-mail, but it is simple enough to be used interactively. If you are looking for an alternative to Blat with SSL support, or more control over message formatting, CMail may be a good choice.
CMail is not intended to be a better Blat, it was developed to assist with testing mail server and content analysis software, and as such has evolved with a completely different feature set. While being very easy to use in its basic form, CMail provides advanced options for those who require them, allowing users to specify such things as the encoding mechanism for the message body and individual attachments, the types of authentication mechanisms to use, aliases for all recipients (similar software often doesn't support aliases, or can only send to a single user), and per-recipient Delivery Status Notification settings. Users can also control various aspects of the SMTP session, including enforcing the use of SSL/TLS where security is a consideration, setting the HELO/EHLO, adding custom headers, and mandating the use of IPv4 or IPv6.
Features
- IPv6 support.
- TLS/SSL via STARTTLS or SMTPS (SSL-enabled version). Built-in, stunnel not required.
- Support for adding multipart/alternative HTML message bodies (UTF-8) and embedded images.
- Delivery Status Notification and Message Disposition Notification (Read receipt) support.
- SMTP authentication using CRAM-MD5, PLAIN, and LOGIN.
- Message bodies using plain text, base64, or quoted printable encoding.
- Unlimited attachments using base64, quoted printable, uuencoding or yEnc.
- Wildcard attachment support to attach directory content.
- Unlimited To/Cc/Bcc recipients, with aliases and DSN options for each if desired.
- Read message body from command line, stdin or file.
- Sending via SOCKS or HTTPS proxies.
- Flexible configuration via files or the command line.
- Written entirely in C - no need for .NET libraries, Java, or other prerequisites.
- No installation required. Download, extract, use.
- Free for private and commercial use.
CMail is provided as-is, free of charge. It may be used for both personal or commercial purposes, and be distributed without restriction, provided the software remains unmodified. Please ensure any acknowlegements in ThirdParty.txt (SSL-enabled version only at present) are preserved.
-- LibreSSL license --
LibReSSL files are retained under the copyright of the authors. New
additions are ISC licensed as per OpenBSD's normal licensing policy,
or are placed in the public domain.
The OpenSSL code is distributed under the terms of the original OpenSSL
licenses which follow:
LICENSE ISSUES
==============
The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
the OpenSSL License and the original SSLeay license apply to the toolkit.
See below for the actual license texts. In case of any license issues
related to OpenSSL please contact [email protected].
OpenSSL License
---------------
/* ====================================================================
* Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
*
* 3. All advertising materials mentioning features or use of this
* software must display the following acknowledgment:
* "This product includes software developed by the OpenSSL Project
* for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
*
* 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
* endorse or promote products derived from this software without
* prior written permission. For written permission, please contact
* [email protected].
*
* 5. Products derived from this software may not be called "OpenSSL"
* nor may "OpenSSL" appear in their names without prior written
* permission of the OpenSSL Project.
*
* 6. Redistributions of any form whatsoever must retain the following
* acknowledgment:
* "This product includes software developed by the OpenSSL Project
* for use in the OpenSSL Toolkit (http://www.openssl.org/)"
*
* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
* OF THE POSSIBILITY OF SUCH DAMAGE.
* ====================================================================
*
* This product includes cryptographic software written by Eric Young
* ([email protected]). This product includes software written by Tim
* Hudson ([email protected]).
*
*/
Original SSLeay License
-----------------------
/* Copyright (C) 1995-1998 Eric Young ([email protected])
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young ([email protected]).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non-commercial use as long as
* the following conditions are aheared to. The following conditions
* apply to all code found in this distribution, be it the RC4, RSA,
* lhash, DES, etc., code; not just the SSL code. The SSL documentation
* included with this distribution is covered by the same copyright terms
* except that the holder is Tim Hudson ([email protected]).
*
* Copyright remains Eric Young's, and as such any Copyright notices in
* the code are not to be removed.
* If this package is used in a product, Eric Young should be given attribution
* as the author of the parts of the library used.
* This can be in the form of a textual message at program startup or
* in documentation (online or textual) provided with the package.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* "This product includes cryptographic software written by
* Eric Young ([email protected])"
* The word 'cryptographic' can be left out if the rouines from the library
* being used are not cryptographic related :-).
* 4. If you include any Windows specific code (or a derivative thereof) from
* the apps directory (application code) you must include an acknowledgement:
* "This product includes software written by Tim Hudson ([email protected])"
*
* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* The licence and distribution terms for any publically available version or
* derivative of this code cannot be changed. i.e. this code cannot simply be
* copied and put under another distribution licence
* [including the GNU Public Licence.]
*/
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from the listed download
location on <https://www.inveigle.net/cmail/download.shtml>
and can be verified by doing the following:
1. Download the following:
32-Bit software: <https://www.inveigle.net/downloads/CMail_0.8.11_x86.zip>
64-Bit software: <https://www.inveigle.net/downloads/CMail_0.8.11_amd64.zip>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:
checksum type: sha256
checksum32: 06C050FA6987F542DB4E5DA595469FF706D78726F0914B0BD010422B218D045D
checksum64: D0A6E5B29DD48BEAF448910A0D84B2A2CD93093282FD461F9BE923D68C1778C2
The file 'LICENSE.txt' has been obtained from their FAQ located at <https://www.inveigle.net/cmail/faq.shtml>
md5: DB52D4F5E8F2DBD94E5CCB86CE106A72 | sha1: BD54E9D9D748240EA0AADC5CDBA59859BFB19FEB | sha256: D0A6E5B29DD48BEAF448910A0D84B2A2CD93093282FD461F9BE923D68C1778C2 | sha512: 72230D724D311576F38AD16B83ED7BC3663EA2B7B236DC9BD9AA2EA261AC6F9E90273AA9F67262DF66EE509A085DEA9A6175EBC09475D29820D9CABFC518D396
md5: 0FD0EAF71F57E77E76C2175B481387D6 | sha1: 2368FBF7196A0D8A1BB520F3FF17EFF09E89C3C8 | sha256: 06C050FA6987F542DB4E5DA595469FF706D78726F0914B0BD010422B218D045D | sha512: F3685A59F3F0695611EC4F310B126250EC288F436711549B3067B60991576DB5C377819A391EC57DC3114F92712C8164D8C98717BF9C3324146574A588D0D7D3
Log in or click on link to see number of positives.
- cmail.0.8.11.nupkg (d38d1eedda0c) - ## / 69
- CMail_0.8.11_amd64.zip (d0a6e5b29dd4) - ## / 69
- CMail_0.8.11_x86.zip (06c050fa6987) - ## / 69
- cmail.exe (2b05ff98f425) - ## / 73
- cmail.exe (51e77ec8ae72) - ## / 74
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
CMail 0.8.11 | 176 | Thursday, May 23, 2024 | Approved | |
CMail 0.8.10 | 169 | Monday, March 11, 2024 | Approved | |
CMail 0.8.9 | 545 | Tuesday, September 5, 2023 | Approved | |
CMail 0.8.8 | 124 | Thursday, July 27, 2023 | Approved | |
CMail 0.8.7 | 534 | Friday, May 19, 2023 | Approved | |
CMail 0.8.6 | 795 | Tuesday, September 27, 2022 | Approved | |
CMail 0.8.5 | 295 | Friday, May 20, 2022 | Approved | |
CMail 0.8.4 | 779 | Monday, January 3, 2022 | Approved | |
CMail 0.8.3 | 668 | Tuesday, January 12, 2021 | Approved | |
CMail 0.8.0-dev-9 | 873 | Friday, July 19, 2019 | Exempted | |
CMail 0.8.0-dev-8 | 521 | Thursday, July 18, 2019 | Exempted | |
CMail 0.8.0-dev-7 | 342 | Sunday, February 17, 2019 | Exempted | |
CMail 0.8.0-dev-6 | 503 | Tuesday, November 20, 2018 | Exempted | |
CMail 0.8.0-dev-5 | 737 | Saturday, November 10, 2018 | Exempted | |
CMail 0.8.0-dev-4 | 281 | Thursday, July 26, 2018 | Exempted | |
CMail 0.8.0-dev-3 | 300 | Monday, July 2, 2018 | Exempted | |
CMail 0.8.0-dev-2 | 334 | Tuesday, May 15, 2018 | Exempted | |
CMail 0.7.9.1 | 1004 | Tuesday, May 15, 2018 | Approved | |
Cmail 0.7.9 | 450 | Tuesday, August 8, 2017 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about CMail and the CMail package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or CMail, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.