Entry 3809

Mailgun

   

Submitted by anonymous on May 12, 2010 at 1:24 p.m.
Language: Python. Code size: 194 bytes.

def send_text_message():
  # Sending a simple text-only message:
  MailgunMessage.send_txt("me@myhost",
    "you@yourhost, him@hishost",
    "Hello!",
    "Sending message through HTTP!")

This snippet took 0.00 seconds to highlight.

Back to the Entry List or Home.

Delete this entry (admin only).