Search found 83 matches: sender

Return to advanced search

Send sms POST

... application/json' \ --data '{ "recipient": [ "+393123456789" ], "message": "Ths is a Test", "sender": "MarcoBoschi", "message_type": "n" }' How can I launch this command from a fivewin program? Many Thanks ...
by MarcoBoschi
Thu Apr 06, 2023 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send sms POST
Replies: 4
Views: 312

Re: Problema con el envio de correo desde programa

... REMITENTE DE CORREO ELECTRÓNICO predeterminado. En programas estándar de Windows. Good Morning. You must tell WINDOWS which is the default EMAILS SENDER. In Standard Windows Programs. Por ejemplo: use el WINDOWS LIVE MAIL como predeterminado que funciona perfecto. Regards, saludos.
by karinha
Fri Oct 21, 2022 2:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con el envio de correo desde programa
Replies: 5
Views: 436

Re: Fivewin CDO.Message Gmail App Password

... Password" as Byron does have generate "new Password" IHMO it have to do that Gmail & Co "identify" that a.) "Sender" use same Account but have different "Message-ID:" b.) "Sender" have same "Message-ID:" but send from different ...
by Jimmy
Tue Aug 16, 2022 8:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin CDO.Message Gmail App Password
Replies: 3
Views: 344

Re: Drag from Fivewin to Word

...    // accept Files drag from Explorer   DragAcceptFiles( hForm, .t. )  so you can try if your external VB-App use that Way as "Sender" you App as "Receiver" need these Function ( using HMG Syntax for 64 Bit ) HB_FUNC( DRAGACCEPTFILES ){   DragAcceptFiles( ...
by Jimmy
Wed May 18, 2022 1:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drag from Fivewin to Word
Replies: 3
Views: 491

Re: Duda Correo Thunderbird

... ¿Tiene algunos ejemplos que funcionen perfectamente para que yo los vea e intente probar? ¿De dónde descargo para instalar thunderbird Mail Sender? Regards, saludos. pagina oficial https://www.thunderbird.net/es-ES/ Gracias estimado. Esto funcionar con cualcuer version de windows? ...
by JoseAlvarez
Tue Nov 30, 2021 3:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda Correo Thunderbird
Replies: 9
Views: 746

Re: Duda Correo Thunderbird

... ¿Tiene algunos ejemplos que funcionen perfectamente para que yo los vea e intente probar? ¿De dónde descargo para instalar thunderbird Mail Sender? Regards, saludos. pagina oficial https://www.thunderbird.net/es-ES/ Gracias estimado. Esto funcionar con cualcuer version de windows? ...
by karinha
Tue Nov 30, 2021 3:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda Correo Thunderbird
Replies: 9
Views: 746

Re: Duda Correo Thunderbird

karinha wrote:Buenos días José, no sé ni por dónde empezar. ¿Tiene algunos ejemplos que funcionen perfectamente para que yo los vea e intente probar? ¿De dónde descargo para instalar thunderbird Mail Sender?

Regards, saludos.


pagina oficial

https://www.thunderbird.net/es-ES/
by JoseAlvarez
Tue Nov 30, 2021 3:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda Correo Thunderbird
Replies: 9
Views: 746

Re: Duda Correo Thunderbird

Buenos días José, no sé ni por dónde empezar. ¿Tiene algunos ejemplos que funcionen perfectamente para que yo los vea e intente probar? ¿De dónde descargo para instalar thunderbird Mail Sender?

Regards, saludos.
by karinha
Tue Nov 30, 2021 11:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda Correo Thunderbird
Replies: 9
Views: 746

Re: Send EMail Within FW Appplication....

... com sucesso. -> Message sent successfully. https://i.imgur.com/6V830B9.png https://i.imgur.com/6V830B9.png My sender is working fine. Had to turn off google security. Allow less secure apps: ON https://i.imgur.com/0I024bs.png https://i.imgur.com/0I024bs.png ...
by karinha
Wed Jun 09, 2021 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send EMail Within FW Appplication (RESOLVED)
Replies: 18
Views: 3073

Re: CUMPLIENDO IMPRESORA FISCAL BEMATECH

... "','" & (Val(mDescue) * 100).ToString & "')" End If mysql(sql Grabo igualmente la alicuota Private Sub btoAplica_Click(sender As Object, e As EventArgs) Handles btoAplica.Click Dim SituacionTributaria As Object If Option1.Checked = True Then SituacionTributaria = "0" ...
by cujarjose
Sat Jun 05, 2021 3:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CUMPLIENDO IMPRESORA FISCAL BEMATECH
Replies: 13
Views: 4712

Re: SMS To Customer - Upon Order Delivery

... passing parameters. cUrl := "https://sendpk.com/api/sms.php?api_key=9232645337563-280edb13-b5f6-43e6-8b3c-45420519ce9c" +; "&sender=" + ALLTRIM(SMS_Brnd) +; "&message=" + AllTrim(SMS_Text) +; "&mobile=" + ALLTRIM(STR(SMS_Cell)) Strange.....
by RiazKhan
Thu Apr 08, 2021 7:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: SMS To Customer - Upon Order Delivery
Replies: 14
Views: 1531

Re: SMS To Customer - Upon Order Delivery

My Example: cUrl := "https://sendpk.com/api/sms.php?api_key=923289536375-280edb13-b5f6-43e6-8b3c-45420519ce9c&sender=BrandName&mobile=Recipient&message=TextSMS" Once the parameters are passed to the function, the SMS does not get sent. Probably due to the recipient ...
by RAMESHBABU
Wed Apr 07, 2021 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: SMS To Customer - Upon Order Delivery
Replies: 14
Views: 1531

Re: SMS To Customer - Upon Order Delivery

... code provided by the service provider.. cUrl := "https://sendpk.com/api/sms.php?api_key=923289536375-280edb13-b5f6-43e6-8b3c-45420519ce9c&sender=BrandName&mobile=92365483575&message=TestSMS" My Example: cUrl := "https://sendpk.com/api/sms.php?api_key=923289536375-280edb13-b5f6-43e6-8b3c-45420519ce9c&sender= ...
by RiazKhan
Wed Apr 07, 2021 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: SMS To Customer - Upon Order Delivery
Replies: 14
Views: 1531

Re: SMS To Customer - Upon Order Delivery

... sendSMS() local cUrl local uValue,hcurl cUrl := "https://sendpk.com/api/sms.php?api_key=92312354544-280edb13-b5f6-43e6-8b3c-45420519ce9c&sender=BrandName&mobile=9231443673639&message=TestSMS" curl_global_init() if ! empty( hCurl := curl_easy_init() ) curl_easy_setopt( hCurl, ...
by RiazKhan
Tue Apr 06, 2021 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: SMS To Customer - Upon Order Delivery
Replies: 14
Views: 1531

Re: SMS To Customer - Upon Order Delivery

... LOCAL cURL // Suggested API from service provider // https://sendpk.com/api/sms.php?api_key=923265536573-280edb13-b5f6-43e6-8b3c-45420519ce9c&sender=BrandName&mobile=9235464536573&message=TestSMS cURL := "https://sendpk.com/api/sms.php?api_key=923343636573-280edb13-b5f6-43e6-8b3c-45420519ce9c" ...
by RiazKhan
Tue Apr 06, 2021 5:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: SMS To Customer - Upon Order Delivery
Replies: 14
Views: 1531
Next

Return to advanced search