Uses of Class
de.bytestore.hostinger.security.entity.mail.MailAccount
Packages that use MailAccount
-
Uses of MailAccount in de.bytestore.hostinger.entity.settings
Methods in de.bytestore.hostinger.entity.settings that return MailAccountModifier and TypeMethodDescriptionInvoiceSettings.getEmailNotifications()SystemSettings.getEmailNotifications()Methods in de.bytestore.hostinger.entity.settings with parameters of type MailAccountModifier and TypeMethodDescriptionvoidInvoiceSettings.setEmailNotifications(MailAccount emailNotifications) voidSystemSettings.setEmailNotifications(MailAccount emailNotifications) -
Uses of MailAccount in de.bytestore.hostinger.security.service
Methods in de.bytestore.hostinger.security.service that return types with arguments of type MailAccountMethods in de.bytestore.hostinger.security.service with parameters of type MailAccountModifier and TypeMethodDescriptionvoidMailService.sendMail(@Email String receiverIO, MailAccount senderIO, String contentIO, String subjectIO, String[] bccIO, String[] ccIO) Sends an email using the specified parameters.voidMailService.testMailAccount(MailAccount accountIO) Tests the given mail account by attempting to establish a connection using its settings.