All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.enonic.xp.mail.MailService Maven / Gradle / Ivy

The newest version!
package com.enonic.xp.mail;

import com.enonic.xp.annotation.PublicApi;

@PublicApi
public interface MailService
{
    @Deprecated
    void send( MailMessage message );

    void send( SendMailParams message );

    String getDefaultFromEmail();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy