Commit Graph

49 Commits

Author SHA1 Message Date
jennylee
337a643e4d PM-868 External Registration no manda notification email y no concluye el registro.
Se tenia una nueva validacion agregada en pm q hacia q la variable SMTPAuth se pierda y se setee en 0, lo cual derivava en el no envio del email.

Se agrego una validacion si esta variable ya existe SMTPAuth, no se le reasigna valor.
2014-11-05 16:38:51 -04:00
Julio Cesar Laura
a180e59bd3 Improvement in the cron_single.php file when load required classes (wsResponse) 2014-09-11 11:45:17 -04:00
Julio Cesar Laura
b96ec01628 Add validation for old configurations to avoid notices 2014-05-02 16:38:21 -04:00
Julio Cesar Laura
82b3a78a0c Improvements in email configuration with sendmail, gmail server and client server 2014-05-02 16:38:21 -04:00
Julio Cesar Laura
421d45b4b9 Improvements in the system emailing, refactoring part 1 2014-05-02 16:37:09 -04:00
Luis Fernando Saisa Lopez
ce65afdc33 BUG 14723 "Error en la configuracióe un correo..." SOLVED
- Error en la configuracióe un correo SMTP.
- Problema resuelto, en ADMIN > Email se agrega un nuevo campo "From Mail" en dynaform "Configuration", el cual permite
  introducir el mail del usuario. para el presente bug es necesario llenar este campo cuando se haga el test se realizara
  correctamente.
2014-05-02 16:37:09 -04:00
Julio Cesar Laura
78be8f7dd3 Improvement in resend emails 2014-05-02 16:37:09 -04:00
Julio Cesar Laura
1f3f36f93c Add some validations when Email configuration is empty 2013-11-26 11:54:49 -04:00
Marco Antonio Nina
efc194564d BUG-12709 Actions by email: Problema con el link de aprobacion SOLVED
- Al envia un email con el plugin actionsByEmail el link de aprobacion aparecen caracteres.
- al utilizar la configuracion MAIL se tenia activado el wordwrap por defecto.
- se valida en la class spool y se setea wordwrap solo para la configuracion MAIL.
2013-08-23 13:04:37 -04:00
Marco Antonio Nina
3d3d077c21 BUG-12282 attach documents into emails using original name doesn't work SOLVED
- Cuando se esta enviando un email y guardar los datos del mismo los attach documents se guardaban solo el path del documento.
- Se cambio la forma de guardado desde ahora se guarda un serializado de los datos donde puede haber un array asociativo donde si el key es numerico envia sin nombre y si tuviera otro valor lo asocia como el nombre del file en el email.
2013-07-09 08:23:22 -04:00
Marco Antonio Nina
3029214043 BUG-12282 attach documents into emails using original name doesn't work SOLVED
- Cuando se esta enviando un email y guardar el mismo los attach documents se guardaban como cadenas solo con el path.
- se cambio la forma de guardado desde ahora se guarda un serializado de los datos donde puede haber un array asociativo donde si el key es numerico envia sin nombre y si tuviera otro valor lo asocia como el nombre del file en el email.
2013-07-08 12:26:54 -04:00
Julio Cesar Laura
e07720a391 BUG 10940 Email issue SOLVED
- We are not using reply to attribute
- Now we are using reply to attribute
2013-03-05 14:39:04 -04:00
Victor Saisa Lopez
9b9fe5dab6 BUG 10152 "PMFSendMessage() should have an option for..." SOLVED
- Fixed, validation for contentTypeIsHtml parameter in method
  create of the spool class
* Available from version ProcessMaker-2.0.46
2012-12-20 15:48:10 -04:00
Victor Saisa Lopez
5c1c6fbc66 BUG 10152 "PMFSendMessage() should have an option for..." SOLVED
- PMFSendMessage function can't be set for send mail with format text plain
- Fixed, PMFSendMessage now use the extension of the template for get the
  format of the mail, example:
    > path_to_template/MyTemplate.html
      the extension is html, then use text/html content type for the mail
    > path_to_template/MyTemplate.txt
      the extension is txt, then use text/plain content type for the mail
    > If the extension is different to html/htm, then used text/plain in all cases
* Available from version ProcessMaker-2.0.46
2012-12-13 17:07:18 -04:00
Marco Antonio Nina
7ffbecdb60 BUG 10156 Cron execution stop if an error is found in any event SOLVED
- To run cron was stopped in one case in the function PMFGetUserEmailAddress for a nonexistent user id.
- was add validation to nonexistent user
2012-12-12 14:45:16 -04:00
julceslauhub
6d48666979 Merge pull request #1034 from marcoAntonioNina/BUG-10103
BUG 10103 PMFSendMessage with attachments SOLVED
2012-11-30 13:19:55 -08:00
Marco Antonio Nina
ce533803ee BUG 10103 PMFSendMessage with attachments SOLVED
- Not checked the chain to create a record.
- Was add verification.
2012-11-30 16:56:29 -04:00
Julio Cesar Laura
5e9772761c BUG 7429 Error when testing e-mail configuration with local Exchange 2007 SOLVED
- PCRE expression was too restrictive to tld with 2 or 3 characters
- Now is valid 2, 3, 4 or 5 characters
2012-11-30 16:39:12 -04:00
Brayan Osmar Pereyra Suxo
bb92d18f64 BUG 9962 I added a validation to field SOLVED
I added a validation to text field
2012-11-15 10:10:04 -04:00
Marco Antonio Nina
d66a2a679c BUG 9943 Advanced Search menu should be seen on UXS IMPROVEMENT
- According to the specifications.
- Was add the file for advanced search with the same functionality.
2012-11-09 15:25:21 -04:00
Marco Antonio Nina
9e0f75967b forwarding of emails for triggers, improved 2012-10-31 16:02:04 -04:00
Marco Antonio Nina
530565f543 BUG 9937 PMFSendMessage way to not log in history... SOLVED
- The registration messages are displayed by default.
- was add in PMFSendMessage a feature in the last parameter.
2012-10-29 11:45:05 -04:00
Fernando Ontiveros
f926ac68e9 CODE STYLE class.spool.php 2012-10-09 13:24:35 -04:00
Victor Saisa Lopez
331cb04a2c BUG 9630 "cron.php script can have several instances running..." SOLVED
- cron.php script can have several instances running at the same time
- Problem solved, added validation in cron.php script to avoid run
  several times
- Variable time added to control execution of cron
* Available from version 2.0.44
2012-09-03 11:32:52 -04:00
Victor Saisa Lopez
92e24c3e78 BUG 9597 "cron.php sending old emails need to be configured" SOLVED
- cron.php it forwards all the emails without importing if they are
  or not very old
- Problem solved, is taken into account the parameter "+d" as the
  starting date for the forwarding of mail, if not define this
  parameter will be forwarded emails from 7 days ago, forward
2012-08-20 12:33:18 -04:00
Marco Antonio Nina
7e4e3eeb0c BUG 9542 Cuando se corre un caso el resend de Message... SOLVED
- No validated input Attachment.
- We verify the data type.
2012-08-09 15:46:00 -04:00
Victor Saisa Lopez
e9f5e92eed BUG 9479 "The email send contains special characters \n\r" SOLVED
- The email send contains special characters "\n\r"
- This bug could not be replicated, there was improvement in the
  delivery of mails (for configurations with SMTP (PHPMailer) and Mail (PHP))
2012-07-27 17:16:13 -04:00
Julio Cesar Laura
f6d90d7ac6 BUG 9477 Problem notifying the next user
We've detected 2 problems:

1.- The new algorithm to detect if the password is encrypted don't support passwords with a ":" character

2.- When recover the email configuration the system don't decrypt correctly the password of a previous version (without encryption, backwards compatibility)
2012-07-25 18:47:13 -04:00
Julio Cesar Laura
dc6007fbd4 BUG 8065 There is a problem when we try to run the cron in pmos 2.0.34
- The envelope_to array is not empty when sent many emails, the attachemnets not included in resend enails funcition
- Initialize envelope_to attribute before send a email, attachements are now included in the resen emails function
2012-06-21 12:46:19 -04:00
Victor Saisa Lopez
f9b7c0ecac BUG 8962 "The Events not being executed on 'cron.php'" SOLVED
- Problem in "Resending emails"
- Not being properly authenticating with the mail server
- Solved the problem with authentication with the mail server
- The problem with the file "processmaker/workflow/engine/bin/plugins/ldapadvancedbck.php" could not replicate, because this file does not belong to any plugin of the enterprise-plugin, it is noted that the cron.php runs all the files that are on "processmaker/workflow/engine/bin/plugins" and uses the class "...ClassCron" for each file, executing the corresponding method
2012-05-04 12:01:42 -04:00
Alvaro Campos
80a298f5ca BUG 8615 se adiciono la contraseña desencriptada SOLVED
- para no generar confusion en los usuarios
- ahora se muestra en un campo password la contraseña
2012-03-26 19:13:29 -04:00
Alvaro Campos
60a8af93cb BUG 8615 "Duplicacion de campos en el password" SOLVED
- en realidad no duplica el password, sino que muestra el mismo pero encriptado
- para evitar este tipo de confusiones decidimos dejar vacio el password asi como está en el editor de usuarios, este solo se solicitara si no tiene guardada una contraseña en el servidor o si la direccion del servidor ha cambiado.
2012-03-07 18:20:56 -04:00
Alvaro Campos
4304e4a9a5 BUG 8320 it was added changes proposed by Amos 2012-02-16 15:28:06 -04:00
Erik Amaru Ortiz
ec9875d537 BUG 8438 8341 " $from parameter for the PMFSendMessage() function .." SOLVED
- Now the user can set from account for PMFSendMessage() function.
2012-02-14 10:32:48 -04:00
Alvaro Campos
cfe3c19041 BUG 8173 password is encrypted of email settings 2011-12-22 10:16:52 -04:00
Carlos Pacha
40be339424 BUG 0000 Attachments to email messages
this feature  is properly documented
2011-09-15 15:56:20 -04:00
Carlos Pacha
f4e1609124 BUG 3910 Attachments to email messages
added attachment option, at least one or more  attachment file
2011-08-17 11:11:42 -04:00
Carlos Pacha
853bd5be48 BUG 3910 Attachments to email messages
added attachment option, at least one or more  attachment file
2011-08-17 10:41:06 -04:00
Douglas Medrano Chura
3f12411e3a BUG 7048 Solved question mark in email while using Russian Language
The problem was resolved sending characteres in url with base64
2011-08-15 17:21:18 -04:00
Douglas Medrano Chura
e7dbd182b9 BUG 7048 Solved question mark in email while using Russian Language
The problem was resolved sending characteres in url with base64
2011-08-15 17:13:40 -04:00
Carlos Pacha
8dc61e7ddc BUG 3910 Attachments to email messages
this issue was completed and it is working fine
2011-08-08 18:51:04 -04:00
Erik Amaru Ortiz
4c6fb8d7ab BUG 0000 Report tables ver2, improvements and unification with PMTables
(first commit)
2011-07-08 19:08:30 -04:00
Erik Amaru Ortiz
cfa12468db BUG 6664 "smpt configuration does support to saecure connections like gmail now"
* A radio group option was added into smtp configuration interface to select a secure connetion type
* The phpMailer thirdparty library was updated to support ssl and tls secure connections
2011-04-19 17:16:12 -04:00
Fernando Ontiveros
98c686e005 small change in process list, and re-add the insert class removed previously by mistake 2011-02-04 20:38:49 +00:00
abraar
ef427ec0df Changes done for PhpDoc 2011-02-01 12:49:40 +00:00
Carlos Pacha
8dd4400075 this bug 6018 was solved, there were some mistakes when you made to run the cron 2011-01-26 21:30:05 +00:00
Abraar
0248e8121d Changes made for documentation 2011-01-22 12:20:08 +00:00
Alvaro Campos
9b49396435 Fixed problem with CC and BCC address in the function PMFSendMessage 2011-01-19 15:19:32 +00:00
Erik Amaru Ortiz
0525681d79 initial commit from rev. 632 2010-12-02 23:34:41 +00:00