Documentation ¶
Index ¶
- Constants
- func SendOrderDetailsEmailFn(orderID, subject string) error
- func SendPaymentConfirmationEmailFn(orderID string) error
- func SendPaymentRevertedEmailFn(orderID string) error
- func SendResetPasswordConfirmationEmailFn(userID string) error
- func SendResetPasswordEmailFn(userID string) error
- func SendSignUpVerificationEmailFn(userID string) error
Constants ¶
View Source
const ( SendPaymentConfirmationEmailTaskName = "send_payment_confirmation_email" SendPaymentRevertedEmailTaskName = "send_payment_reverted_email" )
View Source
const ( SendResetPasswordEmailTaskName = "send_reset_password_email" SendResetPasswordConfirmationEmailTaskName = "send_reset_password_confirmation_email" )
View Source
const (
SendOrderDetailsEmailTaskName = "send_order_details_email"
)
View Source
const (
SendSignUpVerificationEmailTaskName = "send_sign_up_verification_email"
)
Variables ¶
This section is empty.
Functions ¶
func SendOrderDetailsEmailFn ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.