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    
sendgrid / helpers / mail / mime_type.py
Size: Mime:
class MimeType(object):
    """The MIME type of the content included in your email.
    """
    text = "text/plain"
    html = "text/html"
    amp = "text/x-amp-html"