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

replaceInternalLinks() error: Index cid:image002.png@01D09488.C8F61D20 does not found #204

Closed
themaiby opened this issue Nov 7, 2017 · 0 comments

Comments

@themaiby
Copy link

themaiby commented Nov 7, 2017

When using this function in conjunction with the MS Exchange.
Did this error occur when using other email services?
In my case, the solution was:
IncomingMail.php 49:

- $replace[] = $baseUri . basename($this->attachments[$attachmentId]->filePath);
+ $replace[] = $baseUri . basename($this->attachments[$attachment->id]->filePath);
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

1 participant