Configure the mail-service.xml in JBoss with a Gmail account
问题 I want to configure my mail-service.xml to send emails from my Gmail account. I have made a configuration, but it doesn't work <?xml version="1.0" encoding="UTF-8"?> <server> <mbean code="org.jboss.mail.MailService" name="jboss:service=Mail"> <attribute name="JNDIName">java:/Mail</attribute> <attribute name="User">***@gmail.com</attribute> <attribute name="Password">***</attribute> <attribute name="Configuration"> <configuration> <property name="mail.smtp.auth" value="true"/> <property name=