Skip to content
SimDB
simdb.email.server module
Initializing search
    SimDB
    • Getting Started
    • Tutorials
    • How-to Guides
    • Operating a Server
    • Contributing
    • Reference
    • Explanation
    • Help
    SimDB
      • Installation
      • Quickstart
      • Tutorial: catalogue your first simulation
      • Tutorial: push your simulation to a server
      • Create a manifest
      • Ingest and manage simulations
      • Query simulations
      • Push and pull simulations
      • Validate a simulation
      • Configure remotes
      • Authenticate to a remote
      • Connect to ITER
      • Migrate AL4 MDSplus data
      • Use the dashboard
      • Install a server
      • Run a development server
      • Run with Docker Compose
      • Run behind Nginx and Gunicorn
      • Enable SSL
      • Set up PostgreSQL
      • Configure authentication
      • Configure validation
      • Set up a development environment
      • Run tests, linting, and type checks
      • Run database migrations
      • Build the documentation
      • CLI reference
      • Client configuration
      • Server configuration
      • Manifest format
      • URI schemes
      • Query operators
      • REST API
      • Python API
        • simdb package
          • Subpackages
            • simdb.cli package
            • simdb.config package
            • simdb.database package
            • simdb.email package
              • Submodules
                • simdb.email.server module
                  • C simdb.email.server.EmailServer
                    • M send_message
            • simdb.imas package
            • simdb.remote package
            • simdb.validation package
          • Submodules
      • Concepts
      • Architecture
      • Validation
      • Glossary
      • Troubleshooting
    • C simdb.email.server.EmailServer
      • M send_message

    simdb.email.server module¶

    class simdb.email.server.EmailServer(config: Config)[source]¶

    Bases: object

    send_message(subject: str, body: str, to_addresses: list[str])[source]¶
    © Copyright 2018-2025, ITER Organization.
    Created using Sphinx 9.0.4. and Sphinx-Immaterial