github.com/devops-filetransfer/sshego@v7.0.4+incompatible/mailgun_other.go (about) 1 // +build windows 2 3 package sshego 4 5 func (c *MailgunConfig) SendEmail(senderEmail, subject, plain, html, recipEmail string) (string, error) { 6 panic("not implimented") 7 return "", nil 8 }