A public method to Get CC, BCC emails array from PendingMail #50574
Unanswered
friday-deployer
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
HI, Currently, this class not have a functionality to get the currently set CC and BCC emails. I believe implementing a method to obtain the currently pushed emails would greatly enhance its utility. Recently, I encountered a situation where I needed to inspect the CC and BCC emails midway of code flow, I had to create separate variables for CC and BCC
I suggest this solution:
adding a public function to the class that retrieves the current CC and BCC emails associated with the email object. This would make easy the workflow and eliminate the need for manual maintenance of separate variables.
file /Illuminate/Mail/PendingMail.php
thanks
Beta Was this translation helpful? Give feedback.
All reactions