MailService
class MailService
Properties
Application | $app | ||
BaseInfo | $BaseInfo |
Methods
sendrContactMail($formData)
Send contact mail.
sendPasswordResetNotificationMail(Customer $Customer, $reset_url)
Send password reset notification mail.
Details
at line 37
__construct(Application $app)
at line 50
sendCustomerConfirmMail(Customer $Customer, $activateUrl)
Send customer confirm mail.
at line 78
sendCustomerCompleteMail(Customer $Customer)
Send customer complete mail.
at line 107
sendCustomerWithdrawMail(Customer $Customer, $email)
Send withdraw mail.
at line 134
sendrContactMail($formData)
Send contact mail.
at line 157
sendOrderMail(Order $Order)
Send order mail.
at line 188
sendAdminCustomerConfirmMail(Customer $Customer, $activateUrl)
Send admin customer confirm mail.
at line 216
sendAdminOrderMail(Order $Order, $formData)
Send admin order mail.
at line 243
sendPasswordResetNotificationMail(Customer $Customer, $reset_url)
Send password reset notification mail.
at line 268
sendPasswordResetCompleteMail(Customer $Customer, $password)
Send password reset notification mail.