Skip to content
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

Allow overwriting of email sender #14

Merged
merged 5 commits into from
Nov 28, 2023
Merged

Conversation

geisi
Copy link
Contributor

@geisi geisi commented Nov 27, 2023

This PR allows overwriting the configured mail sender address within the envelope.

    //configured from address: [email protected]
    $mailable = new TestMail(false);
    $mailable->from('[email protected]', 'Other Mail');

It solves #13

@geisi geisi changed the title Added test to verify overwriting of mail sender Allow overwriting of email sender Nov 28, 2023
@geisi geisi merged commit 40f9dff into main Nov 28, 2023
11 checks passed
@geisi geisi deleted the test-individual-mail-sender branch November 28, 2023 11:10
@geisi geisi linked an issue Nov 28, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: From settings of email or notification are ignored
1 participant