Skip to content
New issue

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

Error "require_once(): Failed opening required 'SM_PATHfunctions/imap.php' (include_path='/home/sylvest/build99999/include') in /home/sylvest/build99999/include/mime.php on line 17" #2965

Closed
rowanbradley opened this issue Oct 13, 2023 · 2 comments

Comments

@rowanbradley
Copy link

Just tried to modify my code to use PHPmailer instead of mail(), because I need to use SMTP Authentication.. I'm getting lots of these errors. What have I done wrong?

I tried to install PHPmailer on my shared server by copying the files PHPmailer.php, POP3.php and SMTP.php to my include directory. I could not find a file imap.php

Thank you - Rowan

@decomplexity
Copy link
Contributor

The POP support is an obsolete method of sender authentication: roughly, if the sender can authenticate to receive POP mail, then they are authenticated to use SMTP sending also.
POP and IMAP are 'receive only' protocols.

@Synchro
Copy link
Member

Synchro commented Apr 10, 2024

There is no imap.php file included in PHPMailer; it must be part of your own app.

@Synchro Synchro closed this as completed Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants