Uses of Class
eu.europeana.apikey.exception.SendMailException
Packages that use SendMailException
-
Uses of SendMailException in eu.europeana.apikey.mail
Methods in eu.europeana.apikey.mail that throw SendMailExceptionModifier and TypeMethodDescriptionvoidMailService.sendApiKeyAndClientEmail(org.springframework.mail.SimpleMailMessage template, String firstName, String lastName, String apiKey, String clientSecret) Send api key and client email.voidMailService.sendApiKeyEmail(org.springframework.mail.SimpleMailMessage template, String firstName, String lastName, String apiKey) Send api key email.