@@ -5,6 +5,8 @@ import org.springframework.web.servlet.ModelAndView;
import java.util.concurrent.CompletableFuture;
public interface MailService {
+
+ @Deprecated
void send(String to, String personal, String subject, ModelAndView modelAndView);
/**