
4,184
Downloads
135
Downloads of v 3.2.10
10/21/2015
Last update
Blat is a small, efficent SMTP command-line interface (CLI) mailer for Windows. It is the SMTP sending part of an eMail User Agent (MUA) or eMail client. As such, Blat sends eMail via SMTP (or internet eMail) from the command line.
Combine with Windows integrated command-line program at
to schedule sending emails or posting later.
Philosophy
FAQ
Examples
RFC compliance
To install Blat, run the following command from the command line or from PowerShell:
C:\> choco install blat
--version 3.2.10
To upgrade Blat, run the following command from the command line or from PowerShell:
C:\> choco upgrade blat
--version 3.2.10
Files
Hide- tools\chocolateyInstall.ps1
Show
$packageName = "blat" $urlArray = @('http://sourceforge.net/projects/blat/files/Blat%20Full%20Version/32%20bit%20versions/Win2000%20and%20newer/blat3210_32.full.zip/download', 'http://sourceforge.net/projects/blat/files/Blat%20Full%20Version/64%20bit%20versions/blat3210_64.full.zip/download') $url = $urlArray[0] $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $url64 = $urlArray[1] $checksum = '91491c90399c7d762578a168efba5324ac1b7e10' $checksumType = 'sha1' $checksum64 = '78f0e0e3bda9c41b411a73b3085ea21405671070' $checksumType64 = 'sha1' Install-ChocolateyZipPackage -PackageName "$packageName" ` -Url "$url" ` -UnzipLocation "$toolsDir" ` -Url64bit "$url64" ` -Checksum "$checksum" ` -ChecksumType "$checksumType" ` -Checksum64 "$checksum64" ` -ChecksumType64 "$checksumType64"
Virus Scan Results
- blat.3.2.10.nupkg (1b128759154e) - ## / 57 - Log in or click on link to see number of positives
- blat.dll (40f48e24a39c) - ## / 57 - Log in or click on link to see number of positives
- blat.exe (ac960c065c40) - ## / 55 - Log in or click on link to see number of positives
- blat.dll (d5179fcdf695) - ## / 56 - Log in or click on link to see number of positives
- blat.exe (f64fcb8d33da) - ## / 56 - Log in or click on link to see number of positives
- blat3210_64.full.zip (24f95c778bd4) - ## / 55 - Log in or click on link to see number of positives
- blat3210_32.full.zip (15dd6ee4a53a) - ## / 55 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Copyright
http://www.blat.net/?docs/credits.html
Tags
Release Notes
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Blat 3.2.17 | 1846 | Sunday, February 19, 2017 | approved |
Blat 3.2.16 | 569 | Monday, August 8, 2016 | approved |
Blat 3.2.15 | 165 | Tuesday, June 28, 2016 | approved |
Blat 3.2.14 | 109 | Thursday, June 16, 2016 | approved |
Blat 3.2.13 | 140 | Thursday, June 16, 2016 | approved |
Blat 3.2.12 | 343 | Monday, December 28, 2015 | approved |
Blat 3.2.11 | 159 | Thursday, November 12, 2015 | approved |
Blat 3.2.10 | 135 | Wednesday, October 21, 2015 | approved |
Blat 3.2.9 | 134 | Sunday, October 18, 2015 | approved |
Discussion for the Blat Package
Ground rules:
- This discussion is only about Blat and the Blat 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 Blat, 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.