main
Service.send
func (s *Service) send(ctx context.Context, serverURL, subject, content string) error { if serverURL == "" { return errors.New("server url is empty") }