We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hello, i have the following problem, i can't connect with smpt from google. I am using the following configuration:
$bmh->mailhost = 'smtp.gmail.com'; $bmh->mailboxUserName = 'username'; without @gmail.com $bmh->mailboxPassword = '*****'; $bmh->port = 465; $bmh->service = 'imap'; $bmh->serviceOption = 'ssl/novalidate-cert'; $bmh->boxname = 'INBOX';
I'm using index.php
and I get the following error
Cannot create imap connection to smtp.gmail.com Error MSG: [CLOSED] IMAP connection broken (server response)
if you can help me!! Thank you!!
The text was updated successfully, but these errors were encountered:
I never used Gmail here, maybe a Google problem? 🤔
https://freescout.medium.com/google-forces-developers-to-stop-using-php-imap-extension-ea935feb1770
Sorry, something went wrong.
No branches or pull requests
hello, i have the following problem, i can't connect with smpt from google.
I am using the following configuration:
$bmh->mailhost = 'smtp.gmail.com';
$bmh->mailboxUserName = 'username'; without @gmail.com
$bmh->mailboxPassword = '*****';
$bmh->port = 465;
$bmh->service = 'imap';
$bmh->serviceOption = 'ssl/novalidate-cert';
$bmh->boxname = 'INBOX';
I'm using index.php
and I get the following error
Cannot create imap connection to smtp.gmail.com
Error MSG: [CLOSED] IMAP connection broken (server response)
if you can help me!! Thank you!!
The text was updated successfully, but these errors were encountered: