User development,

A new message was posted in the thread "Unable to send mail":

http://community.jboss.org/message/530087#530087

Author  : Deepak Sharma
Profile : http://community.jboss.org/people/deepak_sharma_25

Message:
--------------------------------------------------------------
> Do you use smtps with smtp of gmail?
No i dont use smtps, i am using
     mail.smtp.host=smtp.gmail.com
 
Meanwhile if u are trying to send mail using local server then u can set 
following properties:
 
mail.transport.protocol=smtps
mail.smtp.host=mailhost.xyz.in
mail.smtps.port=110 [your local mail server port no]
mail.smtps.auth=true
mailto:mail.from=myem...@xyz.in
mailto:mail.user=myem...@xyz.in
mail.password=abc123
mail.smtps.quitwait=false
mail.debug=false
 
I am currently using local server of our company to send mail, which is working 
fine till now.
 
And also keep your antivirus firewall off, as it also creates a problem in 
sending mail.
 
Thanks,
Deepak

--------------------------------------------------------------

To reply to this message visit the message page: 
http://community.jboss.org/message/530087#530087


_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to