Property | Type | Description | |
---|---|---|---|
$BaseInfo | Eccube\Entity\BaseInfo | ||
$app |
Method | Description | |
---|---|---|
__construct ( |
||
sendAdminCustomerConfirmMail ( |
Send admin customer confirm mail. | |
sendAdminOrderMail ( |
Send admin order mail. | |
sendContactMail ( $formData ) | Send contact mail. | |
sendCustomerCompleteMail ( |
Send customer complete mail. | |
sendCustomerConfirmMail ( |
Send customer confirm mail. | |
sendCustomerWithdrawMail ( |
Send withdraw mail. | |
sendOrderMail ( |
Send order mail. | |
sendPasswordResetCompleteMail ( |
Send password reset notification mail. | |
sendPasswordResetNotificationMail ( |
Send password reset notification mail. | |
sendrContactMail ( $formData ) | Alias of sendContactMail(). |
public sendAdminCustomerConfirmMail ( |
||
$Customer | 会員情報 | |
$activateUrl | アクティベート用url |
public sendAdminOrderMail ( |
||
$Order | 受注情報 | |
$formData | 入力内容 |
public sendContactMail ( $formData ) | ||
$formData | お問い合わせ内容 |
public sendCustomerCompleteMail ( |
||
$Customer | 会員情報 |
public sendCustomerConfirmMail ( |
||
$Customer | 会員情報 | |
$activateUrl | アクティベート用url |
public sendCustomerWithdrawMail ( |
||
$Customer | 会員情報 | |
会員email |
public sendOrderMail ( |
||
$Order | 受注情報 | |
return | string |
public sendPasswordResetCompleteMail ( |
||
$Customer | 会員情報 |
public sendPasswordResetNotificationMail ( |
||
$Customer | 会員情報 |
public sendrContactMail ( $formData ) | ||
$formData | お問い合わせ内容 |