Uses of Class
best.skn.mail.models.MailSenderInputStream
Packages that use MailSenderInputStream
Package
Description
Mail Service Package
Mail Service Implementation Package
-
Uses of MailSenderInputStream in best.skn.mail.services
Methods in best.skn.mail.services with parameters of type MailSenderInputStreamModifier and TypeMethodDescriptionreactor.core.publisher.Mono<String> MailSenderService.sendMailWithAttachment(MailSenderRequestInfo info, MailSenderInputStream stream) Method to send basic mail with attachmentreactor.core.publisher.Mono<String> MailSenderService.sendMailWithHtmlTemplateAndAttachment(MailSenderRequestInfo info, MailSenderHtmlTemplate template, MailSenderInputStream stream) Method to send mail with HTML template and attachment -
Uses of MailSenderInputStream in best.skn.mail.services.impls
Methods in best.skn.mail.services.impls with parameters of type MailSenderInputStreamModifier and TypeMethodDescriptionprotected voidMailSenderInitializer.sendMailWithAttachment(MailSenderRequestInfo info, MailSenderInputStream stream) Protected method to send mail with attachmentreactor.core.publisher.Mono<String> MailSenderServiceImpl.sendMailWithAttachment(MailSenderRequestInfo info, MailSenderInputStream stream) protected voidMailSenderInitializer.sendMailWithHtmlTemplateAndAttachment(MailSenderRequestInfo info, MailSenderHtmlTemplate template, MailSenderInputStream stream) Protected method to send mail with HTML template and attachmentreactor.core.publisher.Mono<String> MailSenderServiceImpl.sendMailWithHtmlTemplateAndAttachment(MailSenderRequestInfo info, MailSenderHtmlTemplate template, MailSenderInputStream stream) private voidMailSenderInitializer.streamAttachement(MailSenderInputStream stream) Private method to set the required configuration regarding file attachment