Interface MailAction


  • public interface MailAction
    The type of objects that can send themselves with an Emailer.
    Author:
    Alex Kalderimis.
    • Method Detail

      • act

        void act​(Emailer emailer)
          throws java.lang.Exception
        Inject an emailer, and do something.
        Parameters:
        emailer - The emailer to use.
        Throws:
        java.lang.Exception - If something untoward happens.