Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0021598 | Openbravo ERP | 01. General setup | public | 2012-09-11 09:39 | 2012-09-26 17:20 |
|
Reporter | caristu | |
Assigned To | caristu | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0MP16 | Fixed in Version | 3.0MP16 | |
Merge Request Status | |
Review Assigned To | ngarcia |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 16341 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0021598: SMTP Authentication parameter is not being retrieved properly |
Description | For an email server that not requires SMTP Authentication, we don't have to check off the SMTP Authentication parameter. But even with this parameter not checked, the system always perform the authentication method. So, this parameter is not being used properly. |
Steps To Reproduce | 1) Go to General Setup > Client > Client. In the [Email Configuration] tab, configure the email account without checking off the smtp Authentication checkbox.
2) Define the email template for a document type, for example for Purchase Order
3) Create a new Purchase Order and book it.
4) Send mail
5) The user obtains an error: "There not exists authentication method in the client or in the server" |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-09-11 09:39 | caristu | New Issue | |
2012-09-11 09:39 | caristu | Assigned To | => caristu |
2012-09-11 09:39 | caristu | Modules | => Core |
2012-09-11 09:39 | caristu | OBNetwork customer | => Yes |
2012-09-11 09:39 | caristu | Support ticket | => 16341 |
2012-09-11 09:39 | caristu | Resolution time | => 1349733600 |
2012-09-11 09:40 | caristu | Issue Monitored: networkb | |
2012-09-19 18:15 | hgbot | Checkin | |
2012-09-19 18:15 | hgbot | Note Added: 0052244 | |
2012-09-19 18:15 | hgbot | Status | new => resolved |
2012-09-19 18:15 | hgbot | Resolution | open => fixed |
2012-09-19 18:15 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/a15fcd799ebf6b55c54fdf69c3aba811b419b381 [^] |
2012-09-19 18:17 | caristu | Note Added: 0052245 | |
2012-09-21 12:32 | ngarcia | Closed by | => ngarcia |
2012-09-21 12:32 | ngarcia | Note Added: 0052277 | |
2012-09-21 12:32 | ngarcia | Status | resolved => closed |
2012-09-21 12:32 | ngarcia | Fixed in Version | => 3.0MP16 |
2012-09-26 17:20 | hudsonbot | Checkin | |
2012-09-26 17:20 | hudsonbot | Note Added: 0052791 | |
Notes |
|
(0052244)
|
hgbot
|
2012-09-19 18:15
|
|
Repository: erp/devel/pi
Changeset: a15fcd799ebf6b55c54fdf69c3aba811b419b381
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Wed Sep 19 18:08:56 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/a15fcd799ebf6b55c54fdf69c3aba811b419b381 [^]
fixes issue 21598: SMTP Authentication parameter is not being retrieved properly
---
M src/org/openbravo/erpCommon/utility/reporting/printing/PrintController.java
---
|
|
|
|
Test Plan:
1) Go to General Setup > Client > Client. In the [Email Configuration] tab, configure the email account without checking off the smtp Authentication checkbox.
2) Define the email template for a document type, for example for Purchase Order
3) Create a new Purchase Order and book it.
4) Send mail
5) Check that the reported error doesn't appear anymore |
|
|
|
|
|
|
|