MailService
class MailService
Properties
Application | $app | ||
BaseInfo | $BaseInfo |
Methods
sendContactMail($formData)
Send contact mail.
string
sendPasswordResetNotificationMail(Customer $Customer, $reset_url)
Send password reset notification mail.
Details
at line 39
__construct(Application $app)
at line 52
sendCustomerConfirmMail(Customer $Customer, $activateUrl)
Send customer confirm mail.
at line 89
sendCustomerCompleteMail(Customer $Customer)
Send customer complete mail.
at line 127
sendCustomerWithdrawMail(Customer $Customer, $email)
Send withdraw mail.
at line 165
sendContactMail($formData)
Send contact mail.
at line 205
sendrContactMail($formData)
deprecated
deprecated
Alias of sendContactMail().
at line 216
string
sendOrderMail(Order $Order)
Send order mail.
at line 260
sendAdminCustomerConfirmMail(Customer $Customer, $activateUrl)
Send admin customer confirm mail.
at line 299
sendAdminOrderMail(Order $Order, $formData)
Send admin order mail.
at line 337
sendPasswordResetNotificationMail(Customer $Customer, $reset_url)
Send password reset notification mail.
at line 373
sendPasswordResetCompleteMail(Customer $Customer, $password)
Send password reset notification mail.