HomeProductsLegalmail Gold Registered Electronic Mail (REM)

Legalmail Gold Registered Electronic Mail (REM)

€64.00 + VAT

Activate or renew via API of one or more Legalmail Gold REM/PEC accounts, with 5 GB Inbox Space, 13 GB Security Archive, antivirus, antispam, possibility to send/receive electronic invoices via SDI.

Delivery

In 2 hours

available for
  • it

The REM (Registered Electronic Mail) Service allows you to check, activate, manage and renew all Legalmail REM boxes. The API REM can be used to activate certified emails for one's own company or for third parties, such as a REM sales and activation site for private individuals, professionals and companies.

Legalmail Gold Registered Electronic Mail (REM)

The Legalmail Gold REM/PEC box is InfoCert's professional solution for those who need to send/receive large amounts of certified email messages and wants to manage electronic invoices in a simplified manner.
It is particularly suitable for individuals, freelancers and SMEs who would like to have large message storage spaces and high levels of security.

Legalmail Gold provides:

  • 5 GB Inbox Space
  • 13 GB Security Storage
  • No cost per mailing
  • Sending and receiving B2B and B2C Electronic Invoices via SdI
  • SMS notification for new certified messages in your inbox
  • Receipt/rejection of non-PEC messages configurable from webmail
  • Automatic forwarding of incoming messages to another box
  • High-performance antivirus and antispam
  • Legal value in message transmission
  • Full compliance with regulations in force
  • Access and use of webmail through secure channel

Legalmail Gold, unlike Standard and Bronze, also includes the possibility of:

  • immediately identify incoming Certified Email messages that have passive invoices attached (thus distinguishing them from other incoming messages)
  • display electronic invoices in a readable format
  • automatically sort messages and attached e-invoices into a specific folder
  • avoid the risk of incoming invoices being overlooked or perceived as spam or viruses
  • have cyber sercurity services for Phishing and Password Protection

To proceed with the activation of a Legalmail Gold REM/PEC, the following API requests must be made.

Verify REM (Registered Electronic Mail)

The first useful endpoint for the activation of Legalmail Gold is the GET/verifica_pec/{pec}, in fact through this it will be possible to verify the availability of the desired REM address.

EXAMPLE REQUEST

GET/verifica_pec/{pec}

This is an example of a request to check the availability of the Certified Email address [email protected]

GET https://pec.openapi.it/verifica_pec/[email protected]

EXAMPLE RESPONSE

GET/verifica_pec/{pec}

This is an example of a response indicating that the address is available (avalaible:true):

{
    "data": {
      "available": true
    },
    "success": true,
    "message": "",
    "error": null
  }

Register Legalmail Gold REM

Once the availability of the certified email has been ascertained, it will be possible to proceed with registration via the endpoint POST/pec

EXAMPLE REQUEST

POST/pec

This is an example of Request:

POST https://pec.openapi.it/pec

The following values must be included in the body of the request:

  • information on the box (e.g. address and type)
  • customer type (e.g. PV for private)
  • data on the applicant (name and surname or name, tax code or VAT number, address of residence or registered office holder)

This is an example of Payload:

{
    "casella_pec": "[email protected]",
    "tipo_casella": "Gold",
    "tipo_cliente": "PV",
    "sottotipo_cliente": "",
    "sottotipo_cliente_altro": "",
    "nome_richiedente": "mario",
    "cognome_richiedente": "rossi",
    "email": "[email protected]",
    "telefono": "0548798569",
    "codice_fiscale_richiedente": "RSSXXXXXXXX56E",
    "data_nascita_richiedente": "11/04/1982",
    "sesso_richiedente": "M",
    "nazione_nascita_richiedente": "IT",
    "provincia_nascita_richiedente": "RM",
    "denominazione_titolare": "",
    "cf_piva_titolare": "",
    "indirizzo_titolare": "via verdi 20",
    "comune_titolare": "roma",
    "cap_titolare": "00042",
    "nazione_titolare": "IT",
    "provincia_titolare": "rm",
    "callback": {
      "url": "https://your_domain.it/your_callback.php",
      "field": "data"
    }
}

In this case the request concerns a Legalmail Gold REM/PEC and the value goldhas been passed into the 'mailbox_type' ('tipo_casella') parameter.

At the request stage, you can also activate the automatic renewal by adding the optional parameter ‘autorinnovo’ with the value ‘true’ to the body (currently is ‘false’ by default).

EXAMPLE RESPONSE

POST/pec

The response will contain a variety of information including a summary of the characteristics of the REM/PEC, the activation status and the ID. The ID will be crucial for the next activation steps, for checking the status and for renewal.

{
  "data": {
    "casella_pec": "[email protected]",
    "tipo_casella": "PECMASSIVA",
    "tipo_cliente": "PV",
    "sottotipo_cliente": "",
    "sottotipo_cliente_altro": "",
    "nome_richiedente": "mario",
    "cognome_richiedente": "rossi",
    "email": "[email protected]",
    "telefono": "0548798569",
    "codice_fiscale_richiedente": "RSSXXXXXXXX56E",
    "data_nascita_richiedente": "11/04/1982",
    "sesso_richiedente": "M",
    "nazione_nascita_richiedente": "IT",
    "provincia_nascita_richiedente": "RM",
    "denominazione_titolare": "",
    "cf_piva_titolare": "",
    "indirizzo_titolare": "via verdi 20",
    "comune_titolare": "roma",
    "cap_titolare": "00042",
    "nazione_titolare": "IT",
    "provincia_titolare": "rm",
    "callback": {
      "url": "https://your_domain.it/your_callback.php",
      "field": "data",
      "method": "POST",
      "data": {}
    },
    "dominio": "postamassiva.com",
    "owner": "[email protected]",
    "timestamp": {
      "registrazione": 1614865504,
      "ultima_modifica": 1614868403,
    },
    "cellulare": "",
    "comune_nascita_richiedente": "",
    "cod_attivazione": "10173956",
    "uid": "MA177987",
    "conservazione": false,
    "data_scadenza": "",
    "descrizione": "[email protected]",
    "sms": false,
    "spazio_conservazione": 0,
    "spazio_disco": 0,
    "spazio_storico": 0,
    "stato": "registrata",
    "storico": false,
    "id": "6040e4613a716838dc4eee0e",
    "autorinnovo": false
  },
  "success": true,
  "message": "",
  "error": null
}

Activate Legalmail Gold REM

EXAMPLE REQUEST

PATCH/pec/{id}/attivazione

In order to complete the activation, it will be necessary to download the required form (GET/pec/{id}/modulo_attivazione) and proceed to send the form, correctly filled in and signed, as well as the applicant's ID via the endpoint PATCH/pec/{id}/attivazione. The id is the one obtained in the previous response.

EXAMPLE RESPONSE

PATCH/pec/{id}/attivazione

The response will be as follows:

{
  "data": {
    "casella_pec": "[email protected]",
    "tipo_casella": "silver",
    "tipo_cliente": "PV",
    "sottotipo_cliente": "",
    "sottotipo_cliente_altro": "",
    "nome_richiedente": "mario",
    "cognome_richiedente": "rossi",
    "email": "[email protected]",
    "telefono": "0548798569",
    "codice_fiscale_richiedente": "RSSXXXXXXXX56E",
    "data_nascita_richiedente": "11/04/1982",
    "sesso_richiedente": "M",
    "nazione_nascita_richiedente": "IT",
    "provincia_nascita_richiedente": "RM",
    "denominazione_titolare": "",
    "cf_piva_titolare": "",
    "indirizzo_titolare": "via verdi 20",
    "comune_titolare": "roma",
    "cap_titolare": "00042",
    "nazione_titolare": "IT",
    "provincia_titolare": "rm",
    "callback": {
      "url": "https://your_domain.it/your_callback.php",
      "field": "data",
      "method": "POST",
      "data": {}
    },
    "dominio": "postamassiva.com",
    "owner": "[email protected]",
    "timestamp": {
      "registrazione": 1614865504,
      "ultima_modifica": 1614868403,
    },
    "cellulare": "",
    "comune_nascita_richiedente": "",
    "cod_attivazione": "10173956",
    "uid": "MA177987",
    "conservazione": false,
    "data_scadenza": "",
    "descrizione": "[email protected]",
    "sms": false,
    "spazio_conservazione": 0,
    "spazio_disco": 1024,
    "spazio_storico": 1024,
    "stato": "in_evasione",
    "storico": false,
    "documenti_attivazione": [
      "6040e4613a716838dc4eee0e_0_attivazione.pdf",
      "6040e4613a716838dc4eee0e_1_attivazione.pdf"
    ],
    "id": "6040e4613a716838dc4eee0e",
    "autorinnovo": false
  },
  "success": true,
  "message": "",
  "error": null
}

Verify status Legalmail Gold REM

You will be able to check the status of your certified email at any time via the endpoint GET/pec/{id}.

EXAMPLE REQUEST

GET/pec/{id}

The request to check the status of the previous activated certified email with id 6040e4613a716838dc4eee0e will be:

GET https://pec.openapi.it/pec/6040e4613a716838dc4eee0e

EXAMPLE RESPONSE

GET/pec/{id}

This is an example of response:

{
  "data": {
    "casella_pec": "[email protected]",
    "tipo_casella": "Gold",
    "tipo_cliente": "PV",
    "sottotipo_cliente": "",
    "sottotipo_cliente_altro": "",
    "nome_richiedente": "mario",
    "cognome_richiedente": "rossi",
    "email": "[email protected]",
    "telefono": "0548798569",
    "codice_fiscale_richiedente": "RSSXXXXXXXX56E",
    "data_nascita_richiedente": "11/04/1982",
    "sesso_richiedente": "M",
    "nazione_nascita_richiedente": "IT",
    "provincia_nascita_richiedente": "RM",
    "denominazione_titolare": "",
    "cf_piva_titolare": "",
    "indirizzo_titolare": "via verdi 20",
    "comune_titolare": "roma",
    "cap_titolare": "00042",
    "nazione_titolare": "IT",
    "provincia_titolare": "rm",
    "callback": {
      "url": "https://your_domain.it/your_callback.php",
      "field": "data",
      "method": "POST",
      "data": {}
    },
    "dominio": "legalmail.it",
    "owner": "[email protected]",
    "timestamp": {
      "registrazione": 1614865504,
      "ultima_modifica": 1614868403,
      "evasione": 1614865504,
      "scadenza": 1614868403,
      "revoca": ,
    },
    "cellulare": "",
    "comune_nascita_richiedente": "",
    "cod_attivazione": "10173956",
    "uid": "MA177987",
    "conservazione": false,
    "data_scadenza": "",
    "descrizione": "[email protected]",
    "sms": false,
    "spazio_conservazione": 0,
    "spazio_disco": 1024,
    "spazio_storico": 1024,
    "stato": "registrata",
    "storico": true,
    "documenti_attivazione": [
    "6040e4613a716838dc4eee0e_0_attivazione.pdf",
    "6040e4613a716838dc4eee0e_1_attivazione.pdf"
    ],
    "data_attivazione": "04/03/2021",    
    "id": "6040e4613a716838dc4eee0e",
    "autorinnovo": false
  },
  "success": true,
  "message": "",
  "error": null
}

Once the activation is complete, InfoCert will directly send the access modalities to the new certified email box to the applicant.

It is possible at any time to upgrade a Legalmail Gold PEC/REM with:

  • activation of regulation-compliant storage (PATCH/pec/{id}/conservazione)
  • upgrade to a higher box type (PATCH/pec/{id}/trasformazione)
  • extension of inbox space, security archive and activation or extension of storage space via the dedicated endpoint (PATCH/pec/{id}/modifica)

Other services also available via REM/PEC Service are:

The API REM/PEC is used by software houses, banks and financial institutions, accountancy portals, Public Administrations and large companies, and allows customers to activate any type of REM box, so that they can manage their communications in a secure and certified manner.

Sign Up

Do you need help?

Haven't found the answer you're looking for?

Fill in all the details, we will get back to you as soon as possible!

Frequently Asked Questions

The API Italian certified e-mail (REM/PEC) allows the activation, management, renewal and extension of the Legalmail Certified Electronic Mail Box space, i.e. InfoCert's tool for sending documents with a high level of security and with the same legal value as a traditional registered letter with return receipt.
Through the API Italian certified e-mail it is also possible to request Certified Email Digital Domicile for communication with private individuals and Public Administration.

What is the API Italian Certified E-mail (REM/PEC)?

Legalmail Gold Registered Electronic Mail (REM) is the InfoCert mailbox that allows you to send communications and documents via email, with a high level of security and with the same legal value as a traditional registered letter with return receipt. This type of REM box also allows for simplified management of electronic invoices and NSO orders and is already prepared to be updated free of charge to the new European standards.

Legalmail Gold has a space of 18 GB (5 GB box space and 13 GB Security Archive) and includes the following functionalities:

  • Sending and Receiving B2B and B2C Electronic Invoices via SdI
  • Simplified Management and Visualisation of Electronic Invoices
  • SMS notification for new certified messages in box
  • Access to webmail also in mobile version and via APP
  • Management of electronic NSO orders
  • Receipt/rejection of non PEC messages configurable from webmail
  • Automatic forwarding of incoming messages to another box
  • Integration with popular e-mail clients
  • Password retrieval in autonomy and maximum security with receipt of the password by ‘secret answer’, SMS or email
  • Legal value in message transmission
  • Prepared for compliance with European standards
  • Fully compliant with current regulations
  • Access and use of webmail through secure channel
What are the features of the Legalmail Gold Registered Electronic Mail (REM)?

The types of Certified Email boxes available are:

  • REM LEGALMAIL STANDARD: with 2 GB space (1 GB box space and 1 GB Security Archive)
  • REM LEGALMAIL BRONZE: with 5 GB of space (2 GB of box space and 3 GB of Security Archive)
  • REM LEGALMAIL SILVER: including 8 GB space (2 GB box space and 6 GB Security Archive)
  • REM LEGALMAIL GOLD: with 18 GB space (5 GB box space and 13 GB Security Archive)

All Legalmail Certified Email boxes have these features:

  • Sending and receiving B2B and B2C electronic invoices via SdI
  • SMS notification for new messages certified in the box
  • Receipt/rejection of non-Certified Email messages configurable from webmail
  • Automatic forwarding of incoming messages to another box
  • High-performance antivirus and antispam
  • Legal value in message transmission
  • Full regulatory compliance
  • Access and use of webmail via secure channel

Legalmail Bronze, Silver and Gold also include the possibility of

  • obtain customisable mail domains
  • activate the Regulatory Retention Service on demand
  • immediately identify incoming REM messages that have passive invoices attached (thus distinguishing them from other incoming messages)
  • display electronic invoices in a readable format
  • automatically sort messages and attached e-invoices into a specific folder
  • avoid the risk of incoming invoices being overlooked or perceived as spam or viruses
What types of Legalmail REM boxes are available via the API Italian Certified E-mail?

The Registered Electronic Mail (REM) can be activated or renewed for one or more years.

In this case the reference endpoint is GET /pec/{id}/rinnovo.

In the renewal request, you will need to pass the ID associated with the registration/activation, which you can obtain via the GET /pec endpoint.

In addition, you can choose the Autorecharge option for an automatic renewal of the box's validity, without having to worry about requesting it manually.

For how many years can a Registered Electronic Mail (REM) be activated or renewed?

Yes, the Registered Electronic Mail has full legal force and has the same value as a registered letter.

REM (Registered Electronic Mail) messages guarantee:

  • certainty of delivery (it provides confirmation that the message has been sent and received)
  • content integrity (ensures that the content has not been altered during transmission)
  • temporal validity (it certifies the date and time when the message was sent and received)
Does the Registered Electronic Mail (REM) have legal value?

Yes, all Legalmail Registered Electronic Mail (REM) are already prepared to be updated to the new European standards free of charge.

Is Legalmail Registered Electronic Mail (REM) valid at European level?

The Italian Certified E-mail (REM/PEC) API is ideal for software houses, banks and financial institutions, accountancy portals, public administrations and large companies. It allows customers to activate any type of certified e-mail box for secure and certified management of their communications.

Who is the API Italian Certified E-mail designed for?

The service is provided in 2 hours.

What is the processing time for the service?

The cost of the service is €57,90.

What are the costs of the Legalmail Gold Registered Electronic Mail (REM) service?