Simple mail lib4u
Project description
@click.option('-t', '--title', prompt=True, default="Mail from Jmail", help='Email title')
@click.option('-s', '--server', prompt=True, help='Email server')
@click.option('-p', '--passwd', prompt=True, help='Email password')
@click.option('--sender', prompt=True, help="Sender's email address")
@click.option('--to', default=["jiajie999@gmail.com", ], help="Receiver's email address")
@click.option('--content', default="<b>Some <i>HTML</i> test text</b> and an image.<br>", help="Email's content")
@click.option('--attachs', help="Receiver's email address")
@click.option('--content_type', type=click.Choice(["html", "plan"]), default="html", help="Only support html and plain,default is html")
@click.option('--pics',
help="""Pictures in content, dict :{"path","tag eg:<imgage1>I am a image<img src='cid:imgage1' >"} """)
@click.option('--attachs', help="The list of attachment, use comma to separate")
@click.option('-s', '--server', prompt=True, help='Email server')
@click.option('-p', '--passwd', prompt=True, help='Email password')
@click.option('--sender', prompt=True, help="Sender's email address")
@click.option('--to', default=["jiajie999@gmail.com", ], help="Receiver's email address")
@click.option('--content', default="<b>Some <i>HTML</i> test text</b> and an image.<br>", help="Email's content")
@click.option('--attachs', help="Receiver's email address")
@click.option('--content_type', type=click.Choice(["html", "plan"]), default="html", help="Only support html and plain,default is html")
@click.option('--pics',
help="""Pictures in content, dict :{"path","tag eg:<imgage1>I am a image<img src='cid:imgage1' >"} """)
@click.option('--attachs', help="The list of attachment, use comma to separate")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jmail-0.1.0.3.tar.gz
(2.6 kB
view details)
File details
Details for the file jmail-0.1.0.3.tar.gz.
File metadata
- Download URL: jmail-0.1.0.3.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0fccdde4f1c7e406d88d3b450d3b063bfe4e6541970fcfe31f9efe7bbf3e8e48
|
|
| MD5 |
d228aa8d5e950b3751700e6a5183288e
|
|
| BLAKE2b-256 |
76807e0a342ed9c0a8783f9f65b752a49c0c958abbf214613d2b2f916cfb3cde
|