Due righe di codice e stai inviando
SDK ufficiali per i linguaggi più usati e plugin pronti per i CMS più diffusi. Tutti firmati, mantenuti, ZERO dipendenze esterne.
SDK ufficiali
Stessa API in 6 linguaggi, sintassi idiomatica.
Composer-installable client. PHP 7.4 → 8.4.
TypeScript-first. ESM + CJS. Node 16+.
Sync + async (httpx) clients. Python 3.8+.
Idiomatic Go. Stdlib only. context-aware.
Zero-dep gem. Ruby 2.7+.
java.net.http based. JDK 11+. Maven.
Plugin CMS & E-commerce
Sostituisci il motore SMTP del tuo CMS in pochi click.
Drop-in wp_mail() replacement. WP 5.0+.
Mail Engine module via OCMOD.
actionMailTransport hook for SwiftMailer + Symfony Mailer.
TransportInterface preference. 2.4.x.
Auto-provision Target SMTP mailbox on client signup.
System plugin replacing default mailer.
Esempio PHP — 4 righe
Stessa API in tutti i linguaggi.
use Targetsmtp\Client;
$client = new Client(apiKey: 'tm_live_...');
$result = $client->emails->send([
'from' => 'noreply@acme.it',
'to' => 'utente@example.com',
'subject' => 'Benvenuto',
'html' => '<h1>Ciao!</h1>',
]);
// $result['message_id']
Pronto a integrare?
Crea un account in 30 secondi, genera la tua API key e inizia a inviare.