• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Erro sending e-mail

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I�m using Google Hosted to send my e-mails with the configurations bellow:

mail.smtp.auth=true
mail.smtp.host=smtp.gmail.com
mail.smtp.password=mypassword
mail.smtp.username=forum@mysite.net
mail.smtp.port=465


I�m having the error:
javax.mail.MessagingException: 530 5.7.0 STARTTLS command first xxxxxxx

Could you guys help me?


Thanks,


Sannon
[originally posted on jforum.net by Sannon]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Gmail, and all other servers that require SSL, would only be supported in version 2.1.7 of JForum.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I can download version 2.1.7 from CVS ( Head branch, I think ) or it�s too early to start using that version?

By the way, seems that e-mail notification isn�t working on version 2.1.7 yet.

Tks,

Sannon

[originally posted on jforum.net by Sannon]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are one or another question opened regarding email notifications when using gmail... sometimes the messages just don't get delivered. At the momment we can't say if gmail's servers are dropping it due to large volume, or if it is a bug in JForum.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rafael Steil wrote:There are one or another question opened regarding email notifications when using gmail... sometimes the messages just don't get delivered. At the momment we can't say if gmail's servers are dropping it due to large volume, or if it is a bug in JForum.

Rafael



Hi,
i also have the same problem with sending mails, plz help me. i have downloaded and configured the jforum 2.1.7 but iam not able send emails,
plz give reply

thanks,
vijay


[originally posted on jforum.net by vijay.maddala]
 
A "dutch baby" is not a baby. But this tiny ad is baby sized:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic