forked from tildetown/town
9 lines
122 B
Go
9 lines
122 B
Go
|
package main
|
||
|
|
||
|
// TODO function for reading smtp.pw from /town/docs
|
||
|
|
||
|
func sendInviteEmail() error {
|
||
|
// TODO
|
||
|
return nil
|
||
|
}
|