You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package main
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestSendMail(t *testing.T) {
|
|
// err := sendMail("pmvfck+22j3zqaeild4k@sharklasers.com", "Test Test 123", "Hello, this is just a test")
|
|
// if err != nil {
|
|
// t.Error("Mail Error: ", err)
|
|
// }
|
|
}
|