Note that there are some explanatory texts on larger screens.

plurals
  1. POAre there any SMTP to HTTP free services (Email to POST)?
    text
    copied!<p>I was pointed to the service <a href="http://www.smtp2web.com/" rel="nofollow noreferrer">smtp2web</a> a while back, but I've been trying it out and it doesn't seem to work. Are there any others out there? Any way to accomplish this in ruby?</p> <p>I write an email and send it to <code>lanceJpollard@smtp2web</code> and get this response immediately:</p> <blockquote> <p>Delivery to the following recipient failed permanently:</p> <pre><code> lanceJpollard@smtp2web.com </code></pre> <p>Technical details of permanent failure: Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 550 550 Cannot receive for specified address (state 14).</p> <p>----- Original message -----</p> <p>MIME-Version: 1.0 Received: by 10.231.80.213 with SMTP id u21mr6871412ibk.173.1282618290464; Mon, 23 Aug 2010 19:51:30 -0700 (PDT) Received: by 10.231.185.135 with HTTP; Mon, 23 Aug 2010 19:51:30 -0700 (PDT) Date: Mon, 23 Aug 2010 21:51:30 -0500 Message-ID: Subject: Hello From: Lance Pollard To: lanceJpollard Content-Type: multipart/alternative; boundary=0015176f0f3495fbba048e88d7b8</p> <p>asdfasdf</p> </blockquote> <p>Any ideas?</p> <p><strong>Update</strong></p> <p>Duntadada: <a href="http://wiki.sendgrid.com/doku.php" rel="nofollow noreferrer">Sendgrid</a>.</p> <blockquote> <p>Point a subdomain MX record to our server, we parse incoming emails and post attachments and body contents to your web forms. Useful to have uploads@subdomain.yourdomain.com or interact with users through email.</p> </blockquote>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload