|
@@ -176,9 +176,9 @@ class User extends Controller
|
|
|
|
|
|
$encryptUserId = encrypt(strval($userId));
|
|
|
|
|
|
- $url = 'Your friend shared a product with you. Click on the link to view it now:'
|
|
|
+ $url = 'Your friend shared a product with you. Click on the link to view it now: '
|
|
|
. config('app.app_host') . '/index/index/productDetails/goodsId/' . $goodsId . '?key=' . $encryptUserId;
|
|
|
- Log::info($url);
|
|
|
+ //Log::debug($url);
|
|
|
|
|
|
$smtp = new UMailer(config('smtp.host'), config('smtp.port'), true,
|
|
|
config('smtp.username'), config('smtp.password'));
|