{
    "version": "https:\/\/jsonfeed.org\/version\/1.1",
    "title": "Discover Docker, K8s and Hashicorp Nomad with Maksym Prokopov: posts tagged mail",
    "_rss_description": "The blog about containerisation, virtual machines and useful shell snippets and findings",
    "_rss_language": "en",
    "_itunes_email": "",
    "_itunes_categories_xml": "",
    "_itunes_image": "",
    "_itunes_explicit": "",
    "home_page_url": "https:\/\/blog.it-premium.com.ua\/tags\/mail\/",
    "feed_url": "https:\/\/blog.it-premium.com.ua\/tags\/mail\/json\/",
    "icon": false,
    "authors": [
        {
            "name": "Maksym Prokopov",
            "url": "https:\/\/blog.it-premium.com.ua\/",
            "avatar": false
        }
    ],
    "items": [
        {
            "id": "188",
            "url": "https:\/\/blog.it-premium.com.ua\/all\/testing-sending-mail-from-your-application-like-a-pro\/",
            "title": "Testing sending mail from your application like a PRO",
            "content_html": "<p>Here is (<a href=\"https:\/\/hub.docker.com\/r\/schickling\/mailcatcher\/\">https:\/\/hub.docker.com\/r\/schickling\/mailcatcher\/<\/a> docker container) you can use for testing mail sending from your lovely application.<\/p>\n<p>add to your docker-compose.yml<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">mail:\n  image: schickling\/mailcatcher\n  ports:\n     - 1080:1080<\/code><\/pre><p>Do not forget to link this container to your app container, then use SMTP settings:<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">STMP: \n  server: mail\n  port: 1025<\/code><\/pre><p>and voila!<\/p>\n<p>Open your browser at <a href=\"http:\/\/host:1080\">http:\/\/host:1080<\/a> and enjoy with preview of caught emails.<\/p>\n",
            "date_published": "2017-11-24T13:18:57+01:00",
            "date_modified": "2017-11-24T13:17:57+01:00",
            "tags": [
                "development",
                "docker",
                "mail"
            ],
            "_date_published_rfc2822": "Fri, 24 Nov 2017 13:18:57 +0100",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "188",
            "_e2_data": {
                "is_favourite": false,
                "links_required": [
                    "highlight\/highlight.js",
                    "highlight\/highlight.css"
                ],
                "og_images": []
            }
        }
    ],
    "_e2_version": 4134,
    "_e2_ua_string": "Aegea 11.3 (v4134)"
}