Skip to content

Allow custom dialer. Closes #12. #5

Allow custom dialer. Closes #12.

Allow custom dialer. Closes #12. #5

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
services:
mail-server:
image: inbucket/inbucket
ports:
- 9000:9000
- 2500:2500
- 1100:1100
steps:
- uses: actions/checkout@v1
- name: testing
run: go test .