DBeaver Documentation

DOWNLOAD pdf

Data transfer email

Note: This feature is available in Enterprise and Ultimate editions only.

DBeaver offers a way to send data exported via Data Transfer by email.

SMTP profile configuration

First, you'll need to add an SMTP profile to send the email. Go to WindowPreferencesGeneralMail and create a new profile.

Parameters Host and Port may depend on the mail service you use. Use the latter if the service offers SSL and TLS ports. Gmail, for example, uses host smtp.gmail.com and port 587. An example of a configured profile:

Then you can use the Test connection button to verify that the host and credentials are valid.

Please take a look at the section for more information on resolving common authorization problems.

Setting up data transfer

After configuring at least one , you are able to set up the email notification for data transfer. To do this, follow these steps:

  1. Create an export task.
  2. Navigate to the Output page.
  3. Ensure the Send results by E-mail option is checked.
  4. Click the Configure button to set up email details.

Within the email configuration, define the following settings:

Setting Description
Send success reports Sends an email upon successful completion of a task.
Don't attach produced files Excludes the output files from the email notification.
Don't send if produced files are empty Prevents sending an email when the output files have no data.
Send failure reports Notifies by email if a task encounters a failure.
Bypass server certificate verification Disables server certificate validation, useful for self-signed certificates.

Once the task runs, the recipients you configure will receive an email. The email will contain the exported file in the selected format if the appropriate options are enabled.

Authorization troubleshooting

You may face various problems while setting up a new SMTP profile.

Several common errors when using Gmail and solutions for them are described below:

There were also several cases when the antivirus would block DBeaver from sending an email.

Did we resolve your issue?