send email to notify customer about china bankslip and instruction to upload po

This commit is contained in:
omair saleh
2020-09-29 15:58:32 +08:00
parent 93e4ac88ff
commit 515ef322bc
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -31,6 +31,8 @@ class UploadPo extends Notification
*/
public function toMail($notifiable)
{
$notifiable->email = 'uldvstar@gmail.com';
$message = new MailMessage;
$message->subject('Upload PO - Exchange');
$message->line('您好, 订单号 : '.$this->booking->id.' 的人民币汇款已成功。 请在这个网址 http://exchange.cief-malaysia.com/ 登录您的账号,并点击以下按钮,上载PO到系统. 谢谢.')