這個問題一般是因為郵件伺服器不支援自己將郵件傳送到自己的信箱,
解決方法,方案裡自行修改設定目標信箱位址
1.聯絡我們contact
目錄/控制器/資訊/contact.php
修改$mail->setTo($this->config->get('config_email'));
為$mail->setTo('xxx@xxx.com');
2.結帳
目錄/模組/結帳/order.php
修改$mail->setTo($this->config->get('config_email'));
為$mail->setTo('xxx@xxx.com');
i love you 3000