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

Enhancement: add mailerBuilder.withTransportModeLoggingOnly() as mailer API entry point #436

Closed
bbottema opened this issue Jan 24, 2023 · 1 comment

Comments

@bbottema
Copy link
Owner

Without this, a user would be forced to start with a dummy SMTP server.

@bbottema bbottema added this to the 7.8.0 milestone Jan 24, 2023
@bbottema bbottema changed the title Enhancement: add mailerBuilder.withTransportModeLoggingOnly() as mailer API entry Enhancement: add mailerBuilder.withTransportModeLoggingOnly() as mailer API entry point Jan 24, 2023
bbottema added a commit that referenced this issue Jan 24, 2023
…nd .withTransportModeLoggingOnly() so that SMTP server config can be completely omitted
@bbottema
Copy link
Owner Author

7.8.0 released, now SMTP server config can be omitted in case of withTransportModeLoggingOnly:

Mailer mailer = MailerBuilder
    .withTransportModeLoggingOnly()
    .(...)
    .buildMailer();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant