Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

mail scripts don't work .......

 [1/7] from: jfdutcher1958::yahoo at: 21-Mar-2006 18:06


I've tried various e-mail sending scripts including the one below. The result is as shown here and I wonder if this result is inevitable due to issues at my provider's service environment ???? ** Access Error: Cannot connect to mail.localnet.com ** Where: open-proto ** Near: smtp-port: open [scheme: 'esmtp] either only
>>
I include my set-net statement............... My set-net line in user.r is: set-net [dutcher-localnet.com mail.localnet.com none none none] REBOL [ Title: "Email Headers" File: %mailheader.r Date: 16-Mar-2006 Purpose: {Send email with a custom header.} Category: [email net 1] ] header: make system/standard/email [ To: jfdutcher1958-yahoo.com From: dutcher-localnet.com Reply-To: dutcher-localnet.com Subject: "Testing this e-mail thing" Organization: "Rebol Base" X-mailer: [REBOL] MIME-Version: 1.0 Content-Type: "text/plain" ] message: { Just testing scripts again .... John D. } send/header dutcher-localnet.com message header John D.

 [2/7] from: compkarori::gmail::com at: 22-Mar-2006 14:29


There are issues for some people using esmtp, and you may be one of them. There are fixes in the pipeline though. Try trace/net on before you send the email and see what happens ... On 3/22/06, John Dutcher <jfdutcher1958-yahoo.com> wrote:
> I've tried various e-mail sending scripts including the one below. > The result is as shown here and I wonder if this result is inevitable
<<quoted lines omitted: 31>>
> send/header dutcher-localnet.com message header > John D.
-- Graham Chiu http://www.compkarori.com/emr/

 [3/7] from: volker::nitsch::gmail::com at: 22-Mar-2006 10:42


On 3/22/06, John Dutcher <jfdutcher1958-yahoo.com> wrote:
> I've tried various e-mail sending scripts including the one below. > The result is as shown here and I wonder if this result is inevitable due to issues at
<<quoted lines omitted: 7>>
> My set-net line in user.r is: > set-net [dutcher-localnet.com mail.localnet.com none none none]
!> help set-net settings -- [email-addr default-server pop-server proxy-server proxy-port-id proxy-type esmtp-user esmtp-pass] (Type: block) missing: pop-server proxy-server http://start.localnet.com/help.php?id=1
> REBOL [ > Title: "Email Headers"
<<quoted lines omitted: 25>>
> To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject.
-- -Volker Any problem in computer science can be solved with another layer of indirection. But that usually will create another problem. David Wheeler

 [4/7] from: anton:wilddsl:au at: 26-Mar-2006 11:02


Volker, this link doesn't seem to go anywhere useful:
> http://start.localnet.com/help.php?id=1
Anton.

 [5/7] from: volker:nitsch:gm:ail at: 26-Mar-2006 3:21


T24gMy8yNi8wNiwgQW50b24gUm9sbHMgPGFudG9uQHdpbGRkc2wubmV0LmF1PiB3cm90ZToKPgo+ IFZvbGtlciwKPgo+IHRoaXMgbGluayBkb2Vzbid0IHNlZW0gdG8gZ28gYW55d2hlcmUgdXNlZnVs Ogo+Cj4gPiBodHRwOi8vc3RhcnQubG9jYWxuZXQuY29tL2hlbHAucGhwP2lkPTNEMQoKVHJ1ZS4g TWVzc2FnZSBnYXJiZWxlZC4gaXQgc2hvdWxkIGJlIGlkPTEgLApzb21laG93IHRoZSAiPSIgZ290 IHJlcGxhY2VkIGJ5ICI9M0QiLgpOb3Qgc28gbXVjaCBvcHRpb25zIGluIGdvb2dsZW1haWwsIHdo YXQgZGlkIGkgbWVzcyB1cD8hCgpMaW5rIGxlYWRzIHRvIGVtYWlsLXN1cHBvcnQtcGFnZSBmcm9t IGxvY2FsbmV0LCB3aXRoIHRoZSBzZXJ2ZXItbmFtZXM6CgpPdXRnb2luZyBNYWlsIChTTVRQKTog ICBzbXRwLmxvY2FsbmV0LmNvbQpJbmNvbWluZyBNYWlsIChQT1AzKTogIG1haWwubG9jYWxuZXQu Y29tCgpIb3BlIGl0cyB0aGUgcmlnaHQgbG9jYWxuZXQgOikKCgo+Cj4gQW50b24uCj4gLS0KPiBU byB1bnN1YnNjcmliZSBmcm9tIHRoZSBsaXN0LCBqdXN0IHNlbmQgYW4gZW1haWwgdG8KPiBsaXN0 cyBhdCByZWJvbC5jb20gd2l0aCB1bnN1YnNjcmliZSBhcyB0aGUgc3ViamVjdC4KPgo+CgoKLS0K LVZvbGtlcgoKIkFueSBwcm9ibGVtIGluIGNvbXB1dGVyIHNjaWVuY2UgY2FuIGJlIHNvbHZlZCB3 aXRoIGFub3RoZXIgbGF5ZXIgb2YKaW5kaXJlY3Rpb24uIEJ1dCB0aGF0IHVzdWFsbHkgd2lsbCBj cmVhdGUgYW5vdGhlciBwcm9ibGVtLiIgRGF2aWQKV2hlZWxlcgo=

 [6/7] from: volker:nitsch:gm:ail at: 26-Mar-2006 3:32


(Resending, message garbeled even moe by base64-encoding. Changed the only setting i found..) On 3/26/06, Anton Rolls <anton-wilddsl.net.au> wrote:
> Volker, > > this link doesn't seem to go anywhere useful: > > > http://start.localnet.com/help.php?id=1 >
True. Message garbeled. it should be id=1 , somehow the "=" got replaced by "=". Not so much options in googlemail, what did i mess up?! Link leads to email-support-page from localnet, with the server-names: Outgoing Mail (SMTP): smtp.localnet.com Incoming Mail (POP3): mail.localnet.com
> Anton. > -- > To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject. >
-- -Volker Any problem in computer science can be solved with another layer of indirection. But that usually will create another problem. David Wheeler

 [7/7] from: anton:wilddsl:au at: 26-Mar-2006 12:13


Mmm... this mail server again... Anton.

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted