Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

7 May, 2024: fms is rebuilding. Don't expect much in that section for quite a few days, maybe longer.


devel / comp.lang.xharbour / Function hb_SendMail()

SubjectAuthor
* Function hb_SendMail()Otto Haldi
`- Re: Function hb_SendMail()Enrico Maria Giordano

1
Function hb_SendMail()

<2b49e2c0-a188-4033-88f2-25fb6e77a3b1n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17558&group=comp.lang.xharbour#17558

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a05:622a:19a2:b0:403:ab15:17a0 with SMTP id u34-20020a05622a19a200b00403ab1517a0mr13047qtc.12.1692178971363;
Wed, 16 Aug 2023 02:42:51 -0700 (PDT)
X-Received: by 2002:a63:3d0c:0:b0:563:e826:823b with SMTP id
k12-20020a633d0c000000b00563e826823bmr334431pga.6.1692178970922; Wed, 16 Aug
2023 02:42:50 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Wed, 16 Aug 2023 02:42:50 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=62.2.210.254; posting-account=JUJWmgoAAAC6zTWwzAl5l2TCnYthlL4o
NNTP-Posting-Host: 62.2.210.254
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <2b49e2c0-a188-4033-88f2-25fb6e77a3b1n@googlegroups.com>
Subject: Function hb_SendMail()
From: otto.haldi.1955@gmail.com (Otto Haldi)
Injection-Date: Wed, 16 Aug 2023 09:42:51 +0000
Content-Type: text/plain; charset="UTF-8"
 by: Otto Haldi - Wed, 16 Aug 2023 09:42 UTC

Hello
I have a now strange problem with this function. I've been using it for years without any problem.
But now, the email is no longer sent. I tested the SMTP server with https://dnschecker.org/smtp-test-tool.php.
And here it works.
I've also added this SMTP to Thunderbird, and that works too.
Here are the parameters I use for the function :

lReturn := ;
hb_SendMail( cServer , ; // mail.domaine name
nPort , ; // 25
cFrom , ; // email from
cTo , ; // email to
aCC , ; // nil
aBCC , ; // nil
cBody , ; // email test
cSubject , ; // email test
aFile , ; // nil
cUser , ; // smtp user name
cPass , ; // smtp user password
cPopServer, ; // mail.domaine name
nPriority , ; // nil
lRead , ; // nil
lTrace , ; // nil
lPopAuth , ; // nil
lNoAuth , ; // nil
nTimeOut , ; // nil
cReplyTo ; // nil
)

Do I have to change something? or are they a another function to send email?
Regards
Otto

Re: Function hb_SendMail()

<ubi874$38tv1$2@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17561&group=comp.lang.xharbour#17561

  copy link   Newsgroups: comp.lang.xharbour
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: e.m.giordano@emagsoftware.it (Enrico Maria Giordano)
Newsgroups: comp.lang.xharbour
Subject: Re: Function hb_SendMail()
Date: Wed, 16 Aug 2023 12:25:42 +0200
Organization: A noiseless patient Spider
Lines: 47
Message-ID: <ubi874$38tv1$2@dont-email.me>
References: <2b49e2c0-a188-4033-88f2-25fb6e77a3b1n@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 16 Aug 2023 10:25:40 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="c08d260e7c9cdaaaf67d465d3e2dc528";
logging-data="3438561"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+EJGpnFnXD1gQUZ/kO7+bx"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.14.0
Cancel-Lock: sha1:Ba70phkgaiEx9PBxG/60kgkOnSc=
In-Reply-To: <2b49e2c0-a188-4033-88f2-25fb6e77a3b1n@googlegroups.com>
 by: Enrico Maria Giordan - Wed, 16 Aug 2023 10:25 UTC

Il 16/08/2023 11:42, Otto Haldi ha scritto:

> Hello
> I have a now strange problem with this function. I've been using it for years without any problem.
> But now, the email is no longer sent. I tested the SMTP server with https://dnschecker.org/smtp-test-tool.php.
> And here it works.
> I've also added this SMTP to Thunderbird, and that works too.
> Here are the parameters I use for the function :
>
> lReturn := ;
> hb_SendMail( cServer , ; // mail.domaine name
> nPort , ; // 25
> cFrom , ; // email from
> cTo , ; // email to
> aCC , ; // nil
> aBCC , ; // nil
> cBody , ; // email test
> cSubject , ; // email test
> aFile , ; // nil
> cUser , ; // smtp user name
> cPass , ; // smtp user password
> cPopServer, ; // mail.domaine name
> nPriority , ; // nil
> lRead , ; // nil
> lTrace , ; // nil
> lPopAuth , ; // nil
> lNoAuth , ; // nil
> nTimeOut , ; // nil
> cReplyTo ; // nil
> )
>
> Do I have to change something? or are they a another function to send email?

Which version of xHarbour are you using? 10269 from xharbour.org? Can
you send me (to my private mailbox) the real access data to make a test
here? Better would be if you send me your real sample.

--
Enrico Maria Giordano

http://www.emagsoftware.it
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor