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 77
sendCustomerCompleteMail(Customer $Customer)
Send customer complete mail.
at line 105
sendCustomerWithdrawMail(Customer $Customer, $email)
Send withdraw mail.
at line 132
sendrContactMail($formData)
Send contact mail.
at line 155
sendOrderMail(Order $Order)
Send order mail.
at line 182
sendAdminCustomerConfirmMail(Customer $Customer, $activateUrl)
Send admin customer confirm mail.
at line 210
sendAdminOrderMail(Order $Order, $formData)
Send admin order mail.
at line 237
sendPasswordResetNotificationMail(Customer $Customer, $reset_url)
Send password reset notification mail.
at line 262
sendPasswordResetCompleteMail(Customer $Customer, $password)
Send password reset notification mail.