Skip to content

fix: Remove max_smtp_rcpt_to, strict_tls from valid top-level keys and fix README.md accordingly (#285) #77

fix: Remove max_smtp_rcpt_to, strict_tls from valid top-level keys and fix README.md accordingly (#285)

fix: Remove max_smtp_rcpt_to, strict_tls from valid top-level keys and fix README.md accordingly (#285) #77

Workflow file for this run

name: test IMAP & SMTP settings
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Python3
uses: actions/setup-python@v2
with:
python-version: 3.x
- name: run test
run: |
cd validation
pip install pyyaml
python3 autotest.py -q --path ../_providers