forked from tildetown/town
8 lines
141 B
Go
8 lines
141 B
Go
|
package main
|
||
|
|
||
|
import "git.tilde.town/tildetown/town/email"
|
||
|
|
||
|
func main() {
|
||
|
email.SendLocalEmail("vilmibm", "testing hi", "this is a body")
|
||
|
}
|