Help for this page

Select Code to Download


  1. or download this
    sub create_mime_email {
    
      # Parse arguments
    ...
    
      return $email;
    }
    
  2. or download this
    {
      "header": [
        { "Subject": "MIME e-mail test"     },
    ...
        }
      ]
    }
    
  3. or download this
    <html>
    <body>
    Hello World!
    ...
    
    </body>
    </html>