Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
gns-mailer / PKG-INFO
Size: Mime:
Metadata-Version: 2.1
Name: gns-mailer
Version: 1.0.2
Summary: Send emails easily
Home-page: https://gitlab.com/genesort/pipeline2/gns-configurator-lib.git
Author: Dana Blanc
Author-email: danab@genesort.com
License: UNKNOWN
Description: # Mailer library
        Send emails easily using the mailer
        
        # Requirements
        
          - Python 3
        
        # Installation
        ### Linux
        
                pip install gns-mailer --extra-index-url https://pypi.fury.io/genesort/
        
        ### Windows
        
                pip install gns-mailer --extra-index-url https://pypi.fury.io/genesort/
          
          
        # Usage
        
        In order to send an e-mail:
            `m = Mail([receipents], subject, content)
            m.send_email()`
        
        
        # Contact
        Dana Blanc danab@genesort.com
        
Platform: UNKNOWN
Description-Content-Type: text/markdown