-
Notifications
You must be signed in to change notification settings - Fork 20
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
I am getting mail delivery problem i got this error back open /var/log/alt-php72-newrelic/newrelic-daemon.log #4
Comments
Are you asking why sending email to the address [email protected] is bouncing? |
@MonstaApps Thanks for your quick response, i really appreciate it!!! Yes, my main Question is why the email always bounced when there is no error.. And also i want to know why files are not uploading.. I mean when files are attached to an email sent to the address it bounced back error, saying Permission is denied for mkdir function and file_put_contents functions.. I have being struggling with this issues for long.. I hope i will find a solution here.. Thanks for your Help |
Hello, does it requires a specific Server for this Library to work? I am confused because I got error back to my email every time i sent an email message to the script.. The Below is the error i got bacvk to my email. `This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its pipe to |/home/mybidrec/public_html/email-pipe/application.php The following text was generated during the delivery attempt: ------ pipe to |/home/mybidrec/public_html/email-pipe/application.php PHP Warning: mkdir(): Permission denied in /home/mybidrec/public_html/email-pipe/application.php on line 14 text text multipartPHP Warning: file_put_contents(PayPal.PNG): failed to open stream: Permission denied in /home/mybidrec/public_html/email-pipe/class.php on line 132 image` I want to know if i am missing something here |
I had the same problem and resolve it by commenting this 3 lines on file class.php ".$body_part->ctype_primary; |
When i send email to the Script.. I got an automatic email back.. It says
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
pipe to |/home/path/to/email-server.php
generated by [email protected]
The following text was generated during the delivery attempt:
------ pipe to |/home/path/to/email-server.php
generated by [email protected] ------
open /var/log/alt-php72-newrelic/newrelic-daemon.log: no such file or directory
I have been struggling with this for over a week now.. Please what is causing the issue and how can i go about it...
The text was updated successfully, but these errors were encountered: