Documentation
¶
Index ¶
- Variables
- func SendContactBusiness(receiver, receiverEmail, replyToName, replyToEmail, body string) error
- func SendDailyEmailList(user *types.User, matchedTags *types.MatchedTags) error
- func SendNewMemberSignupEmail(businessName, email string) error
- func SendResetEmail(receiver string, email string, token string) error
- func SendSignupNotification(businessName string, contactEmail string) error
- func SendThankYouEmail(firstName, lastName, email string) error
- func SendWelcomeEmail(businessName string, user *types.User) error
- type Email
Constants ¶
This section is empty.
Variables ¶
View Source
var Balance = &balance{}
View Source
var Transaction = &transaction{}
Functions ¶
func SendContactBusiness ¶
SendContactBusiness sends the contact to the business owner.
func SendDailyEmailList ¶
func SendDailyEmailList(user *types.User, matchedTags *types.MatchedTags) error
SendDailyEmailList sends the matching tags for a user.
func SendNewMemberSignupEmail ¶
SendNewMemberSignupEmail sends the email to the OCN Admin email address.
func SendResetEmail ¶
SendResetEmail sends the reset email.
func SendSignupNotification ¶
SendSignupNotification sends an email notification as each new signup occurs.
func SendThankYouEmail ¶
SendThankYouEmail sends the thank you email once the user completes the trading member signup form.
Types ¶
Click to show internal directories.
Click to hide internal directories.