<libaes>feat: 新增SMTP邮件发送启用开关,禁用时sendMail跳过操作

This commit is contained in:
2026-07-17 19:15:50 +08:00
parent 07f74c9f8f
commit 6e01f45174
4 changed files with 43 additions and 2 deletions
@@ -85,6 +85,14 @@
android:hint="recipient@example.com"
android:inputType="textEmailAddress"/>
<CheckBox
android:id="@+id/cb_smtp_enabled"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="启用SMTP邮件发送"
android:textSize="14sp"
android:layout_marginTop="12dp"/>
<Button
android:id="@+id/btn_smtp_save"
android:layout_width="match_parent"