-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
When set -f option, no set -f option automatically #17
Comments
without getting deeper to the actual changes, have some thoughts:
Originally posted by @glensc at zendframework/zend-mail#227 (comment) |
Thank you for you reply and advice ! I rethink, revise my code and changed this PR goal. On this PR, only when not set option Originally posted by @tzmfreedom at zendframework/zend-mail#227 (comment) |
you should update PR title as well. and the body is a bit hard to read as well. Originally posted by @glensc at zendframework/zend-mail#227 (comment) |
…ically Signed-off-by: Abdul Malik Ikhsan <[email protected]>
I've created PR #104 for it |
@samsonasik Thank you!! |
…ically Signed-off-by: Abdul Malik Ikhsan <[email protected]>
…ically Signed-off-by: Abdul Malik Ikhsan <[email protected]>
…ically Signed-off-by: Abdul Malik Ikhsan <[email protected]>
Zend\Mail\Transport\SendMail
always append envelope-from parameter.But I want to set any envelope-from.
In this PR, only when not set option
-f
, set-f
option automatically.This means if I set
[email protected]
or-bs [email protected]
,Zend\Mail\Transport\Sendmail
doesn't set-f
option.Originally posted by @tzmfreedom at zendframework/zend-mail#227
The text was updated successfully, but these errors were encountered: