Jump to content

joceravolo

Members
  • Content Count

    4
  • Joined

  • Last visited

Community Reputation

0 Neutral

About joceravolo

  • Birthday July 1

Technical Information

  • Delphi-Version
    Delphi 10.2 Tokyo
  1. I would love to understand the sample better. I think I can use it to build my function, though.
  2. Hi Angus, Maybe I did not express myself properly. I want email functionality for the software I am writing. So if the user wants to send an HTML email to some contacts, he can do that straight from the software. I got the procedure to work for 1 email, but when you select more than 1, it does not send. There are no errors, though. In case the server is not available, I want to process to fail so the user can rectify the issue. Am I wrong on my assumptions? Thanks in advance.
  3. Hi All, I am creating a procedure to send HTML emails with images with ICS components. That would be great if it worked and we could have this procedure as an option so people can get started. I am having some issues, right now I am having an error 501 that should be about the recipient email, but I am adding a recipient email in the procedure. Here's the current procedure. MessageStatus is a procedure to update a status bar with a message. I am using that to see the messages during the process. I wish ICS also had a synchronous version of this component. ICSSendEmail.pas
  4. I have a working application that I want to bring to 10.3. Type mismatch for field 'field', expecting: BCD actual: FMTBcd. Any idea how to proceed? I already deleted the field and added it again, deleted and did not added it back just to test, same problem. This is happening with a lot of queries. So the application does not work.
×