connected remotegameprivate and backend
This commit is contained in:
14
server/mailServer_test.go
Normal file
14
server/mailServer_test.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package server
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestMailerSend(t *testing.T) {
|
||||
err := MailerSend("Test", "akilanselva@hotmail.com", "Welcome from Xplane=WebRTC")
|
||||
if err != nil {
|
||||
fmt.Println(err)
|
||||
t.Fail()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user