مدیریت انجمن Dr.Sobhan ارسال شده در مهر 26، 2019 مدیریت انجمن Share ارسال شده در مهر 26، 2019 خطای پی اچ پی هنگام ارسال ایمیل توسط کدیگنایتر بر روی سرور سی پنل : A PHP Error was encountered Severity: Warning Message: fsockopen(): unable to connect to smtp.googlemail.com:465 (Connection refused) Filename: libraries/Email.php Line Number: 2069 و کانفیگ های مربوط به ارسال ایمیل : $config = array( 'protocol' => 'smtp', 'smtp_host' => 'smtp.googlemail.com', 'smtp_port' => 465, 'smtp_user' => 'Email', // change it to yours 'smtp_pass' => 'Pasword', // change it to yours 'mailtype' => 'html', 'charset' => 'iso-8859-1', 'wordwrap' => TRUE ); و در نهایت بنده با تغییر کانفیگ protocol به طوری که در زیر میبینید این مشکل رو حل کردم. دوستان اگر کسی راه دیگه ای برای رفع این مشکل داره ارائه بده لطفا $config = array( 'protocol' => 'mail', 'smtp_host' => 'smtp.googlemail.com', 'smtp_port' => 465, 'smtp_user' => 'Email', // change it to yours 'smtp_pass' => 'Pasword', // change it to yours 'mailtype' => 'html', 'charset' => 'iso-8859-1', 'wordwrap' => TRUE ); 1 نقل قول لینک به دیدگاه به اشتراک گذاری در سایت های دیگر More sharing options...
پست های پیشنهاد شده
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.