设置已保存!
'; } // 获取当前设置 $smtp_host = get_option('nenghui_smtp_host', ''); $smtp_port = get_option('nenghui_smtp_port', '587'); $smtp_username = get_option('nenghui_smtp_username', ''); $smtp_password = get_option('nenghui_smtp_password', ''); $smtp_secure = get_option('nenghui_smtp_secure', 'tls'); $smtp_from_email = get_option('nenghui_smtp_from_email', get_option('admin_email')); $smtp_from_name = get_option('nenghui_smtp_from_name', get_bloginfo('name')); ?>点击下面的按钮发送测试邮件,验证SMTP配置是否正确。
测试邮件将发送到:
系统诊断:检查服务器环境和PHP扩展支持
测试连接:验证能否连接到SMTP服务器
发送测试邮件:实际发送一封测试邮件