Uses of Class
software.xdev.brevo.model.SendSmtpEmail
Packages that use SendSmtpEmail
-
Uses of SendSmtpEmail in software.xdev.brevo.api
Methods in software.xdev.brevo.api with parameters of type SendSmtpEmailModifier and TypeMethodDescriptionTransactionalEmailsApi.sendTransacEmail(SendSmtpEmail sendSmtpEmail) Send a transactional emailTransactionalEmailsApi.sendTransacEmail(SendSmtpEmail sendSmtpEmail, Map<String, String> additionalHeaders) Send a transactional email -
Uses of SendSmtpEmail in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return SendSmtpEmailModifier and TypeMethodDescriptionSendSmtpEmail.addAttachmentItem(SendSmtpEmailAttachmentInner attachmentItem) SendSmtpEmail.addBccItem(SendSmtpEmailBccInner bccItem) SendSmtpEmail.addCcItem(SendSmtpEmailCcInner ccItem) SendSmtpEmail.addMessageVersionsItem(SendSmtpEmailMessageVersionsInner messageVersionsItem) SendSmtpEmail.addTagsItem(String tagsItem) SendSmtpEmail.addToItem(SendSmtpEmailToInner toItem) SendSmtpEmail.attachment(List<SendSmtpEmailAttachmentInner> attachment) SendSmtpEmail.bcc(List<SendSmtpEmailBccInner> bcc) SendSmtpEmail.cc(List<SendSmtpEmailCcInner> cc) SendSmtpEmail.htmlContent(String htmlContent) SendSmtpEmail.messageVersions(List<SendSmtpEmailMessageVersionsInner> messageVersions) SendSmtpEmail.putHeadersItem(String key, Object headersItem) SendSmtpEmail.putParamsItem(String key, Object paramsItem) SendSmtpEmail.replyTo(SendSmtpEmailReplyTo replyTo) SendSmtpEmail.scheduledAt(OffsetDateTime scheduledAt) SendSmtpEmail.sender(SendSmtpEmailSender sender) SendSmtpEmail.templateId(Long templateId) SendSmtpEmail.textContent(String textContent) SendSmtpEmail.to(List<SendSmtpEmailToInner> to)