email

package
v0.1.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 21, 2022 License: MIT Imports: 7 Imported by: 0

README

xxx

介绍
  1. xxxx
  2. xxxx
  3. xxxx
安装教程

go get github.com/jageros/hawox

使用例子
package main

import (
	"fmt"
	"github.com/jageros/hawox/xxx"
)

func main() {
	/*
	xxxxx
	xxxxx
	xxxxx
	*/
}
使用说明
  1. xxxx
  2. xxxx
  3. xxxx

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Initialize

func Initialize(ctx contextx.Context, opfs ...func(opt *Option)) error

Types

type Email

type Email struct {
	To         []string
	From       string
	Title      string
	Content    []byte
	Attachment string
}

func (*Email) Send

func (e *Email) Send()

type Option

type Option struct {
	Identify    string
	Address     string
	ConnMax     int
	Username    string
	Password    string
	Host        string
	SendTimeout time.Duration
	// contains filtered or unexported fields
}

type VerifyMail

type VerifyMail struct {
	Name      string
	VerifyUrl string
	ValidTime time.Duration
	Email
}

func (*VerifyMail) Send

func (v *VerifyMail) Send()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL