Can anyone help me I've configured everyhting perfectly but email is not sending.
Here is email.php
public string $fromEmail = '-------';
public string $fromName = '-----';
public $protocol = 'smtp';
public $SMTPHost = 'smtp-relay.sendinblue.com';
public $SMTPUser = 'googleaccount@gmail.com';
public $SMTPPass = 'sendinblue password';
public $SMTPPort = 587;
public string $userAgent = 'CodeIgniter';
public string $mailPath = '/usr/sbin/sendmail';
Myth:Auth version : latest one.
Codeigniter 4.3.1
PHP Version 8.1.12
Xamp Apache : XAMPP for Windows 8.1.12
**Can anyone help me out to fix this?**
Can anyone help me I've configured everyhting perfectly but email is not sending.
Here is email.php