App::MadEye::Plugin::Notify::Email - notify by email


NAME

App::MadEye::Plugin::Notify::Email - notify by email


SCHEMA

    type: map
    mapping:
        subject:
            type: str
            required: no
        from_addr:
            type: str
            required: yes
        to_addr:
            type: str
            required: yes


SEE ALSO

the App::MadEye manpage, the MIME::Lite manpage