Month: October 2020

SMTP Update

JangoMail/JangoSMTP transactional sending via SMTP relay now allows you to specify a Custom Return Path Header. You can now also pass options through SMTP relay via a custom header, as you can via API. See Customize SMTP Relay Messages with SMTP Header to learn more. Behind the scenes, we have made several changes that enhanced our servers with additional security …

SMTP Update Read More »

Using telnet

Using telnet The telnet application is a handy means of testing SMTP relay server connectivity and your user authentication. To get started – 1. Ensure telnet is installed/enabled on your PC (assuming you’re using Windows).2. Get the Base64 encoded values of your username and password (base64encode.org)3. Have a TO and FROM address ready to go You …

Using telnet Read More »

Java and API

Java and API The call to our API using Java is just like calling any other URL where you pass in parameters. The example below also displays the response from your call to the API (success message and the transactional message ID). The method used for this example is SendTransactionEmail. Our methods are shown at …

Java and API Read More »