Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0012877 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
feature request | [Openbravo ERP] 02. Master data management | major | always | 2010-04-06 10:38 | 2011-07-20 18:12 | |||||||
Reporter | networkb | View Status | public | |||||||||
Assigned To | jonalegriaesarte | |||||||||||
Priority | normal | Resolution | open | Fixed in Version | ||||||||
Status | new | Fix in branch | Fixed in SCM revision | |||||||||
Projection | none | ETA | none | Target Version | ||||||||
OS | Any | Database | Any | Java version | ||||||||
OS Version | Database version | Ant version | ||||||||||
Product Version | 2.50MP14 | SCM revision | ||||||||||
Review Assigned To | ||||||||||||
Web browser | ||||||||||||
Modules | Core | |||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0012877: It should be possible to send mails from Openbravo using SSL authentification | |||||||||||
Description | It should be possible to send mails from Openbravo using SSL authentification. Now it is not possible because the EMail.java file use the javamail without especify the port used so by defautl the port 25 is used. When configuring the email server it should be possible to specify if you are going to use ssl and specify wich port should be used to send the mail. | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | ||||||||||||
![]() |
|
![]() |
|
(0027227) networkb (developer) 2010-05-14 11:25 |
Modify the file src/org/openbravo/erpCommon/utility/poc/EmailManager.java This line has to be commented to use SSL //props.put("mail.transport.protocol", "smtp"); The following lines has to be added props.put("mail.smtp.user",configuration.smtpserveraccount); props.put("mail.smtp.port","465"); props.put("mail.smtp.socketFactory.port", "465"); props.put("mail.smtp.starttls.enable","true"); props.put("mail.smtp.socketFactory.class", "javax.net.ssl.SSLSocketFactory"); props.put("mail.smtp.socketFactory.fallback", "false"); props.put("mail.smtp.debug","true"); |
![]() |
|||
Date Modified | Username | Field | Change |
2010-04-06 10:38 | networkb | New Issue | |
2010-04-06 10:38 | networkb | Assigned To | => adrianromero |
2010-05-14 11:25 | networkb | Note Added: 0027227 | |
2011-06-03 10:59 | dalsasua | Assigned To | adrianromero => dalsasua |
2011-07-20 18:12 | dalsasua | Assigned To | dalsasua => jonalegriaesarte |
Copyright © 2000 - 2009 MantisBT Group |