Search found 714 matches: sending

Return to advanced search

Re: Sending HTML using MAIL

I tried it. All I got was the html code in the message.

Others suggested: TYPE 'n' ;
That just gives me an object not found response. In other words, it could not create the email object using a TYPE variable
by TimStone
Fri Apr 07, 2023 11:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending HTML using MAIL
Replies: 10
Views: 804

Re: Sending HTML using MAIL

Dear Tim, Without specifying a TYPE value, please send this text:   DEFINE MAIL oMail ;      SUBJECT "Testing..." ;      TEXT "<html><head></head><body>This is real xBase power at your fingertips!</body></html>" ;      FROM USER ;      RECEIPT ...
by Antonio Linares
Thu Apr 06, 2023 7:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending HTML using MAIL
Replies: 10
Views: 804

Re: Sending HTML using MAIL

Dear Tim,

We are going to create an example here to test it to see what we find

many thanks for your great feedback
by Antonio Linares
Thu Apr 06, 2023 6:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending HTML using MAIL
Replies: 10
Views: 804

Re: Sending HTML using MAIL

Antonio, Unfortunately that is for Outlook 2007. Microsoft has made major changes to Outlook and ( reportedly ) is trying to remove it from handling MAPI services. They want to take it all online. Another post on this forum suggested TYPE 'txt/html' but that returns the message the object can't be f...
by TimStone
Wed Apr 05, 2023 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending HTML using MAIL
Replies: 10
Views: 804

Re: Sending HTML using MAIL

Dear Tim, Microsoft docs about lpszMessageType is not very clear: https://learn.microsoft.com/en-us/windows/win32/api/mapi/nc-mapi-mapisendmailw Used by applications that do not handle interpersonal messages. If your application handles interpersonal messages, set the lpszMessageType mem...
by Antonio Linares
Wed Apr 05, 2023 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending HTML using MAIL
Replies: 10
Views: 804

Re: Sending HTML using MAIL

Thank you ....but I don't think that addresses the issue. Using the tMail class, I am sending the address, subject, and text to a MAPI client ( ie. Outlook ). That client has the signature built in. When using MAPI, the client displays the the email form, but it is ...
by TimStone
Wed Apr 05, 2023 5:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending HTML using MAIL
Replies: 10
Views: 804

Re: Sending HTML using MAIL

More example: https://www.oficinadanet.com.br/post/14907-como-criar-uma-assinatura-em-html-para-email Signatur.htm <hr /><table>    <tr>         <td style="font-family:arial; font-size:11px; text-align:center" valign="...
by karinha
Wed Apr 05, 2023 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending HTML using MAIL
Replies: 10
Views: 804

Re: Sending HTML using MAIL

Use the google translator. Example: https://www.tecmundo.com.br/internet/125736-crie-assinatura-html-padronizada-contas-mail.htm HTML signature template. Use your editor and modify for your data. <hr size="1" /><table>  <tr>    <td style="font-...
by karinha
Wed Apr 05, 2023 10:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending HTML using MAIL
Replies: 10
Views: 804

Sending HTML using MAIL

The following code works fine with MAPI       DEFINE MAIL oMail ;         SUBJECT cSubj ;         TEXT cText ;         FILES cSndFile, cSndFile ;         FROM USER ;     ...
by TimStone
Tue Apr 04, 2023 11:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending HTML using MAIL
Replies: 10
Views: 804

Error FTP

... but specially to Mr. Enrico Maria Giordano, I have been using you method to upload and download files from an FTP site for years, today it started sending an strange message when trying to upload/download files, I made no changes to the code, perhaps you will be so kind as to help me figure out ...
by mariordz
Thu Mar 16, 2023 8:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FTP
Replies: 7
Views: 628

Re: Callback Server

... In the code snippet I provided earlier for sending SMS via Synology DSM SMS API, the "YOUR_USERNAME" and "YOUR_PASSWORD" fields refer to the login credentials of an account on your Synology NAS device that has permission ...
by Otto
Fri Mar 10, 2023 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostBack Server
Replies: 7
Views: 757

Re: Callback Server

... be possible to use, for example, ARCHER router with a SIM card or even SYNOLOGY. Best regards, Otto I googled: Yes, Synology NAS devices support sending SMS programmatically using the Synology DSM SMS API. The Synology DSM SMS API allows you to send SMS messages from your Synology NAS device ...
by Otto
Fri Mar 10, 2023 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostBack Server
Replies: 7
Views: 757

Re: Fivewin ErrorSys

errsysw.prg, modify to taste. I use it to control sending emails with program errors.

Regards, saludos.
by karinha
Sun Feb 12, 2023 2:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin ErrorSys
Replies: 1
Views: 198

Idea got from " Mouse w/o Borders"

... :?: --- ask ChatGPT can you tell me how to use Mailslot to send Message to other Workstation in lokal Network ? 1. Create a mailslot on the sending workstation: CreateMailslot("\\.\mailslot\MyMailslot", 0, MAILSLOT_WAIT_FOREVER, NULL); 2. Create a mailslot on the receiving workstation: ...
by Jimmy
Fri Feb 03, 2023 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Idea got from " Mouse w/o Borders"
Replies: 2
Views: 228
PreviousNext

Return to advanced search