package main import "git.tilde.town/tildetown/town/email" func main() { email.SendLocalEmail("vilmibm", "testing hi", "this is a body") }