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 95
sendCustomerCompleteMail(Customer $Customer)
Send customer complete mail.
at line 137
sendCustomerWithdrawMail(Customer $Customer, $email)
Send withdraw mail.
at line 179
sendContactMail($formData)
Send contact mail.
at line 223
sendrContactMail($formData)
deprecated
deprecated
Alias of sendContactMail().
at line 234
string
sendOrderMail(Order $Order)
Send order mail.
at line 281
sendAdminCustomerConfirmMail(Customer $Customer, $activateUrl)
Send admin customer confirm mail.
at line 324
sendAdminOrderMail(Order $Order, $formData)
Send admin order mail.
at line 366
sendPasswordResetNotificationMail(Customer $Customer, $reset_url)
Send password reset notification mail.
at line 407
sendPasswordResetCompleteMail(Customer $Customer, $password)
Send password reset notification mail.