Skip to main content

Mail adapter for nonebot2

Project description

nonebot-adapter-mail

NoneBot-Adapter-Mail

✨ Mail Adapter ✨

license pypi python pre-commit

Configuration

Config mail adapter by modifying the .env or .env.* file.

MAIL_BOTS

  • id: The email address of the bot.
  • name: The name of the bot.
  • password: The password of the bot.
  • subject: The default subject of the email.
  • imap: The IMAP configuration of the bot.
    • host: The IMAP host.
    • port: The IMAP port.
    • tls: Whether to use TLS.
  • smtp: The SMTP configuration of the bot.
    • host: The SMTP host.
    • port: The SMTP port.
    • tls: Whether to use TLS.

Example:

MAIL_BOTS='
[
  {
    "id": "i@example.com",
    "name": "Name",
    "password": "p4ssw0rd",
    "subject": "Sent by NoneBot",
    "imap": {
      "host": "imap.example.com",
      "port": 993,
      "tls": true
    },
    "smtp": {
      "host": "smtp.example.com",
      "port": 465,
      "tls": true
    }
  }
]
'

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

nonebot_adapter_mail-1.0.0a4.tar.gz (11.8 kB view details)

Uploaded Source

Built Distribution

nonebot_adapter_mail-1.0.0a4-py3-none-any.whl (14.0 kB view details)

Uploaded Python 3

File details

Details for the file nonebot_adapter_mail-1.0.0a4.tar.gz.

File metadata

  • Download URL: nonebot_adapter_mail-1.0.0a4.tar.gz
  • Upload date:
  • Size: 11.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: pdm/2.20.1 CPython/3.10.10 Windows/10

File hashes

Hashes for nonebot_adapter_mail-1.0.0a4.tar.gz
Algorithm Hash digest
SHA256 6b0afcf90d1abbd83576101436319d7638ec2d2f3cc9dc87bb08187ec268b6a2
MD5 f98ea3587b3ea43d50f6713794b251ab
BLAKE2b-256 d0928cce1c27544bd3cfb380e967dc5b667256c2f5a4c2e2c790a58be672a209

See more details on using hashes here.

File details

Details for the file nonebot_adapter_mail-1.0.0a4-py3-none-any.whl.

File metadata

File hashes

Hashes for nonebot_adapter_mail-1.0.0a4-py3-none-any.whl
Algorithm Hash digest
SHA256 86c13b1021f688701ad2707b0b713ca69597dea2d5f941df19fe5aa4b61a98ac
MD5 646e3da5108b151c1d99a1aaa5636f70
BLAKE2b-256 7292d456789126967d32857a97ae3ee41fe9eca5a45b75c579e0841728a1f3be

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