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
fuelphp-postal/classes/postal.php
Line 60 in 58b6511
Other getenv() calls are using EMAIL, does this need to be the same?
getenv()
EMAIL
The text was updated successfully, but these errors were encountered:
if its a problem, its been a problem since the package was initially created
Sorry, something went wrong.
Yup, its in the 'if $to is an array' catch so probably little used, but if capitalisation does effect env vars then I feel it should be corrected.
https://www.php.net/manual/en/function.getenv.php#122599
Standardise getenv call for EMAIL
151708f
If sending an array of $to, the getenv check would potentially fail, in Linux, due to being case sensitive. Resolves #5
willpower232
Successfully merging a pull request may close this issue.
fuelphp-postal/classes/postal.php
Line 60 in 58b6511
Other
getenv()
calls are usingEMAIL
, does this need to be the same?The text was updated successfully, but these errors were encountered: