#email

SMTP connector not working

Hello,

I've using an SMTP connector in my process where I provide a username and password. SSL is disabled. In my process, a form is submitted and an email is supposed to be sent. However, it's not working. Without the authentication, email works. Currently, my SMTP server accepts open relay. However, this is changing soon so I need to provide authentication in the Bonitasoft software.

In the logs this is what I see:

AuthenticationFailedException error.

Email SMTP Authentication error

Hello,

I've created a process in Bonita BPM Studio. In my process, I have a human task where I've added the email connector and provided a username and password. The SMTP host and port are correct. During the process, a form is submitted and an email is supposed to be sent to an approver. However, this email is never sent. I've checked the logs and see AuthenticationFailedException error. I've checked multiple times to make sure the credentials are correct. What could be the issue?

Thank you.

Development -> Connectors -> Test connector not available in Community Edition

I'm doing the exercises in the Bonita exercise tutorial when i stopped at the email setup and configuration. I already download the fakesmtp and run it, but i can't proceed on the next step where the above-mentioned subject is not available in the community edition. How can i do this?

How to attach file in disk to an email dynamically?

We tried to attach file by running a script as follows. But, it didn't attach file to the email. Let me know if there are any other ways of doing this or mistakes in this attempt.

import java.io.File;
import java.util.logging.Logger;

File readFile() {
Logger logger = Logger.getLogger("org.bonitasoft");
File file = new File("C:\\Users\\sachinm\\Downloads\\testDoc.txt")
logger.info("File read");
return file;
}

readFile();

How to make a configure a dynamic email address in the email connector?

Hello,

I want to configure the recipient (To:) in my email connector in such a way that it uses the "email" attribute from my BDM to select the email address of the recipient.

How can I do this? Any help is much appreciated.

Regards,

Harssh

How to resend an email after the email connector has failed?

Hi, I have a couple of questions.

  • Is there any way to retry sending an email after the email connector has failed?
  • How can I know if the sending of an email was successful?

I am using Bonita Studio Community 7.12.1 and the email connector.


generate document list in emails

Hi,

In my process, I retrieve some documents provided by the user (List of documents) and I can generate 0 or several .docx files (Single Document).

At some point, I have to send an email with the provided and generated files. To do so, I created a script in the attach file part of the email connector :

Send an email with Dynamic Table content displayed in it's Body

Good morning ,

So here is the case :

-I want to figure out how to include a table (template that is gonna be filed with dynamic information retrieved from a backend service) in the body of an email sent from Bonita for different users (maybe we will use a connector in this case).

-The content of the table must be displayed in the body of the mail , not as an attachment.

Is there any suggestions to achieve this ?

Notifications