You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the Recipients are handled by ONE object. and can be identified by calling getType. Instead of this, one object/recipient type should be used (or at least considered), like this:
namespaceFuel\Email\Recipient;
class To extends Recipient { }
Currently the Recipients are handled by ONE object. and can be identified by calling
getType. Instead of this, one object/recipient type should be used (or at least considered), like this: