lonnieezell / myth-auth

One-stop Auth package for CodeIgniter 4
MIT License
632 stars 207 forks source link

Failed to send activation message #591

Closed sadheerajk closed 1 year ago

sadheerajk commented 1 year ago

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?**
sadheerajk commented 1 year ago

I've resolved this issue.

melpyyhh commented 3 months ago

how u resolved it ?