VMware Cloud Community
marwa_hyperic
Contributor
Contributor

E-mail Configuration

hi,
I have a problem sending mail
I configured the file jboss-server-ents.xml voila content
*****************************************************************************************************************
<mbean code="org.jboss.mail.MailService"
name="jboss:service=SpiderMail">
<attribute name="JNDIName">java:/SpiderMail</attribute>
<attribute name="User">EAM Application</attribute>
<attribute name="Password">password</attribute>
<attribute name="Configuration">
<!-- Test -->
<configuration>
<!-- Change to your mail server prototocol -->
<property name="mail.store.protocol" value="pop3"/>
<property name="mail.transport.protocol" value="smtp"/>
<!-- Change to the user who will receive mail -->
<property name="mail.smtp.user" value="marwa@yahoo.com"/>
<!-- Change to the mail server -->
<property name="mail.pop3.host" value="pop3.nosuchhost.nosuchdomain.com"/>
<!-- Change to the SMTP gateway server -->
<property name="mail.smtp.host" value="smtp.topnet.tn"/>
<!-- Enable debugging output from the javamail classes -->
<property name="mail.debug" value="false"/>
</configuration>
</attribute>
</mbean>
</server>
*******************************************************************************************************************
AND I changed in this file / home/hyperic/server-4.1.0/conf/hq-server.conf
(server.mail.host = hyperic.luniweb.lan) by (server.mail.host = smtp.topnet.tn)

/!\ knowing that I did not a login and a password in my smtp server

I want that hyperic send me the mail at the following address marwa@yahoo.com
anybody you can tell me the error of my configuration !!!!!
0 Kudos
1 Reply
marwa_hyperic
Contributor
Contributor

all is good it works 🙂

Message was edited by: marwa
0 Kudos