我正在使用javax.mail从广播接收器发送邮件。当应用程序运行并在前台时,应用程序会发送邮件。但是当我将应用程序移到后台时,出现错误
javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 587;
java.net.ConnectException: failed to connect to smtp.gmail.com/74.125.25.108 (port 587): connect failed: ENETUNREACH (Network is unreachable)
我已确保广播接收器在后台运行。