Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dynamic Email File Path Detection in open_email.php: Issue: Hardcoded file path to the D: drive for email files caused issues for users with different drive setups. Fix: Introduced a function to dynamically check both C:/laragon/bin/sendmail/output/ and D:/laragon/bin/sendmail/output/ directories. The script now searches both paths and reads the email file from whichever path it finds the file. Code Change: Added function findEmailFile to check both potential paths. Updated logic to call this function and fetch the email file dynamically. Thanks to @martic for the spotlight on this issue
- Loading branch information