Skip to main content

create mailto URIs

Project description

mailto-uri

Creates mailto URIs. The main use case is to create mailto URIs for support web pages. This makes it easy for users to request stuff by relying on provided mail templates.

usage

Create a mail template:

echo 'please increase my quota' > increase-quota.txt

Create mailto URI:

$ mailto-uri -s 'increase quota' -r support@example.com increase-quota.txt
mailto:support@example.com?subject=increase%20quota&body=please%20increase%20my%20quota%0a

This URI can then be pasted into web pages.

Plain HTML:

<a href="mailto:support@example.com?subject=increase%20quota&body=please%20increase%20my%20quota%0a">increase quota</a>

Markdown:

If you need more storage, ask us to [increase your quota](mailto:support@example.com?subject=increase%20quota&body=please%20increase%20my%20quota%0a).

MediaWiki:

If you need more storage, ask us to [mailto:support@example.com?subject=increase%20quota&body=please%20increase%20my%20quota%0a increase your quota].

Alternatively, you can provide the mail as Markdown and use front matter for recipient and subject:

---
subject: increase quota
to: admin@example.com
cc:
  - support@example.com
  - someone@example.com
---

Dear Admin,

Please increase my quota!

Best Regards

Using Markdown is especially helpful if tools like Markdown Here are used.

$ mailto-uri increase-quota.md
mailto:admin@example.com?subject=increase%20quota&cc=support@example.com,someone@example.com&body=Dear%20Admin%2C%0A%0APlease%20increase%20my%20quota%21%0A%0ABest%20Regards

You can also use it in pipes:

$ generate-template | mailto-uri
mailto:...

installation

Arch Linux:

$ pacaur -S mailto-uri

pip:

$ pip install mailto-uri

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

mailto-uri-1.2.0.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

mailto_uri-1.2.0-py3-none-any.whl (16.1 kB view details)

Uploaded Python 3

File details

Details for the file mailto-uri-1.2.0.tar.gz.

File metadata

  • Download URL: mailto-uri-1.2.0.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.3

File hashes

Hashes for mailto-uri-1.2.0.tar.gz
Algorithm Hash digest
SHA256 6d3eb7fd490dcae114421686171ba668e82b492fae361ade69400f83d28a5d2d
MD5 dc34bdd508abb156115480e6775f9cc7
BLAKE2b-256 68a3e18f82b15a2dfb1ab17bfe4d9646fb1726075ea99e661d07306f146f3d49

See more details on using hashes here.

File details

Details for the file mailto_uri-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: mailto_uri-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 16.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.3

File hashes

Hashes for mailto_uri-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6bcc4a126134752aba603602bed1add81aea3fef1d8bba924d6f6b384dd6190b
MD5 ff0f0f015043671781c3c1df3dd5282c
BLAKE2b-256 bae72e6382ca8f25dae9c2d2c98ed3726916c66a02be69d8d567c8c4fd1c8a9e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page