Documentation ¶
Index ¶
- type Client
- func (c *Client) SendOrganizationAdditionNotification(toEmail, toName, orgName, roleName string) error
- func (c *Client) SendOrganizationInvite(toEmail, toName, orgName, roleName string) error
- func (c *Client) SendProjectAdditionNotification(toEmail, toName, projectName, roleName string) error
- func (c *Client) SendProjectInvite(toEmail, toName, projectName, roleName string) error
- type SMTPOptions
- type Sender
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) SendOrganizationAdditionNotification ¶ added in v0.24.3
func (*Client) SendOrganizationInvite ¶
func (*Client) SendProjectAdditionNotification ¶ added in v0.24.3
func (*Client) SendProjectInvite ¶
type SMTPOptions ¶
Click to show internal directories.
Click to hide internal directories.