Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I am new to vtigercrm and I need to setup mail configuration in vtigercrm but this error occurred:
テスト メール ステータス : 管理者ユーザーにメールを送信できませんでした。管理者の電子メール ID/サーバー設定を確認してください
以下のファイル modules\Emails\class.phpmailer.php にアクセスしていただけますか
IsSMTP() 関数に移動し、 $this->Mailer = 'smtp'; を削除します。そして追加
$this->IsSendmail(); これです