Uses of Interface
com.atlassian.confluence.user.notifications.EmailService
-
Packages that use EmailService Package Description com.atlassian.confluence.user com.atlassian.confluence.user.notifications -
-
Uses of EmailService in com.atlassian.confluence.user
Constructors in com.atlassian.confluence.user with parameters of type EmailService Constructor Description DefaultSignupManager(com.atlassian.bandana.BandanaManager bandanaManager, com.atlassian.security.random.SecureTokenGenerator secureTokenGenerator, UserVerificationTokenManager userVerificationTokenManager, com.atlassian.crowd.embedded.api.CrowdService crowdService, SettingsManager settingsManager, com.atlassian.renderer.WikiStyleRenderer wikiStyleRenderer, EmailService notificationsService, NotificationsSender notificationsSender, com.atlassian.event.api.EventPublisher eventPublisher, UserChecker userChecker, PersonalInformationManager personalInformationManager, com.atlassian.core.task.MultiQueueTaskManager taskManager, I18NBeanFactory i18NBeanFactory, DataSourceFactory dataSourceFactory)
-
Uses of EmailService in com.atlassian.confluence.user.notifications
Classes in com.atlassian.confluence.user.notifications that implement EmailService Modifier and Type Class Description class
DefaultEmailService
Sends emails to email addresses, rather than users.
-