Re: Can Magic add an additional field to an email header?
Tim Downie
oh this is the little unsubscribe that u see at the top of emails - no idea re this.
From: main@magicu-l.groups.io <main@magicu-l.groups.io> on behalf of Graham White <graham.white@...>
Sent: Tuesday, 3 May 2022 1:57 PM To: main@magicu-l.groups.io <main@magicu-l.groups.io> Subject: Re: [magicu-l] Can Magic add an additional field to an email header? Hi Tim,
We want to use list-unsubscribe explained below. What is List-Unsubscribe?List-unsubscribe is an optional email header supported by popular inbox providers like iOS Mail, Gmail, and Outlook.com. Supported inbox providers look for this header in emails and display a native unsubscribe option to users, allowing for a simple and consistent unsubscribe action.
|
|
Re: Can Magic add an additional field to an email header?
Graham White
Hi Tim,
We want to use list-unsubscribe explained below. What is List-Unsubscribe?List-unsubscribe is an optional email header supported by popular inbox providers like iOS Mail, Gmail, and Outlook.com. Supported inbox providers look for this header in emails and display a native unsubscribe option to users, allowing for a simple and consistent unsubscribe action.
|
|
Re: Can Magic add an additional field to an email header?
Tim Downie
Hi Graham
You need to make your email body html <HTML></HTML>
From: main@magicu-l.groups.io <main@magicu-l.groups.io> on behalf of Graham White <graham.white@...>
Sent: Tuesday, 3 May 2022 10:49 AM To: main@magicu-l.groups.io <main@magicu-l.groups.io> Subject: [magicu-l] Can Magic add an additional field to an email header? Hi,
We need to add an unsubscribe link to an email header is there a way to put something in the header of an email when using XPA Mail functions?
Regards
Graham White
IMPORTANT NOTICE: This e-mail message and any attachments are confidential to EC Credit Control and subject to legal privilege (which is not waived or lost by mistaken delivery). If you have received this e-mail in error, please advise the sender immediately and destroy the message and any attachments. If you are not the intended recipient you are notified that any use, distribution, amendment, copying or any action taken or omitted to be taken in reliance of this message or attachments is prohibited. EC Credit Control collects personal information to provide and market our services (see our privacy policy at: www.eccreditcontrol.co.nz – www.eccreditcontrol.com - www.eccreditcontrol.com.au for more information about use, disclosure and access). EC Credit Control’s liability in connection with transmitting, unauthorised access to, or viruses in this message and its attachments is limited to resupply of any affected message or attachments.
|
|
Can Magic add an additional field to an email header?
Graham White
Hi,
We need to add an unsubscribe link to an email header is there a way to put something in the header of an email when using XPA Mail functions?
Regards
Graham White
IMPORTANT NOTICE: This e-mail message and any attachments are confidential to EC Credit Control and subject to legal privilege (which is not waived or lost by mistaken delivery). If you have received this e-mail in error, please advise the sender immediately and destroy the message and any attachments. If you are not the intended recipient you are notified that any use, distribution, amendment, copying or any action taken or omitted to be taken in reliance of this message or attachments is prohibited. EC Credit Control collects personal information to provide and market our services (see our privacy policy at: www.eccreditcontrol.co.nz – www.eccreditcontrol.com - www.eccreditcontrol.com.au for more information about use, disclosure and access). EC Credit Control’s liability in connection with transmitting, unauthorised access to, or viruses in this message and its attachments is limited to resupply of any affected message or attachments.
|
|
Re: Get Desktop path
#xpa
#unipaas
#desktop
#path
#desktoppath
kristel@...
On Mon, May 2, 2022 at 12:52 PM, Steven Blank wrote:
StrBuild('@1@\Desktop', OSEnvGet('UserProfile')) Thank you so much, Sir Steven.:)
|
|
Re: Get Desktop path
#xpa
#unipaas
#desktop
#path
#desktoppath
Assuming Variable A is an Alpha, Picture '255', Update variable A with the following expression:
StrBuild('@1@\Desktop', OSEnvGet('UserProfile')) Depending on how you want to use this path, you might want to add a trailing backslash: StrBuild('@1@\Desktop\', OSEnvGet('UserProfile')) -- Steven G. Blank Ξ SGBlank Consulting
|
|
Re: MailConnect returns Error 05
John Dowbiggin
Hi Charles
I tried all the ports you suggested, assuming the way you specify the port is MailConnect(1,mail.dowbiggin.net:465.john@...,password) amd no more success.
I will try the SWithmail route tomorrow.
RegaRDS
John
From: main@magicu-l.groups.io <main@magicu-l.groups.io> On Behalf Of Charles Coe via groups.io
Sent: 01 May 2022 23:00 To: main@magicu-l.groups.io Subject: Re: [magicu-l] MailConnect returns Error 05
John, New Orleans, Louisiana
|
|
Re: Build ECF in Azure DevOps pipeline Magic 3.3
meis.wietze.lammers@...
Hi,
For Powershell the inline script is: d:\_work\A2\64\b\MagicStudio33\MgxpaSettings.exe /CreateECF "edp_path=d:\_work\A2\64\s\Project\Project\Project.edp" ",ecf_path=d:\_work\A2\64\a\Project.ecf" Notice that I leftout the \ECF folder in the ecf_path parameter. MgxpaSettings.exe /CreateECF will not create a folder. That was problem #1. Problem #2 was that you need to have all Magic component ecfs available. It was sufficient to copy them next to the Project.edp file. But problem #3 is still a mystery. The Powershell script only makes an ECF when under the Advanced options the Fail on Standard Error and Show warnings as Azure DevOps warnings are checked. For testing I use a local vsts-agent. So I could use ProcessMonitor to see what happened while the MgxpaSettings.exe was running. I found that the source is copied to %TEMP% xml file by xml file. Probably they are also encrypted and zipped. In between the virus scanner checks these new files! I think that the virus scanner causes a problem, but I could not find a clear indication for it in the ProcessMonitor log. Does anybody know of problems with automatic building of an ECF and virus scanners? Regards, Meis Wietze Lammers
|
|
Magic 9 Availability
David Collins
Greetings!
I have a client (outside the U.S.) who has resolutely stuck with version 5.7 (he is also running Novell for his network). Does anyone know where I can procure a legal copy of version 9.4 Developer and a 9.4 Runtime License for 5 or 10 users? Thanks in advance! Cordially, David C.
|
|
Connection to Word application and the documents that already open
pikudim11998@...
UniPaaS 1.9m
I want to connct to word application (and to the document) that already open with com. I trying to create word.Application filed but the program openning new window and not sucsses to connect to the active window. In the 'instantiation' property is Automatic/not Automatic but the result is same. how i connect to the Word application that already open through com?
|
|
Get Desktop path
#xpa
#unipaas
#desktop
#path
#desktoppath
kristel@...
Hi, how to get desktop path using unipaas? Tia.
|
|
Re: MailConnect returns Error 05
John,
I've seen similar behavior with email from email providers. Has your provider disabled basic authentication? Based on your comment on using port 25 and 26, my best guess would be your email service is now blocking these ports. Most I work with have forced move to TLS 1.2 at a minimum. Try using ports 587 (which is default TLS) or 465 - but your connection will need to use TLS - and I don't think UP1.9 supports TLS 1.2 best I can recall. Another thing you can try is a command line utility called SWithMail (tbare.com - free). I've used it to sort out these kind of issues outside of magic to figure out what was wrong. Good luck, Charles -- Charles Coe, CPA, MCSE New Orleans, Louisiana
|
|
Re: Two active programs within on runtime session
Magic v9.4?
toggle quoted messageShow quoted text
Sorry, my friend, but you're out of luck. Parallel execution wasn't introduced until v10. Steven G. Blank SGBlank Consulting
On 5/1/2022 5:04 AM, De Netwerkadviseur
BV wrote:
Hi,
|
|
Re: MailConnect returns Error 05
John Dowbiggin
Hi Steve
I have actually built in MailError to the routine and it tells me that error – 5 is server timed out.
Using the example in Online Samples, I tried and succession of things: 1: Left Mail Server blank – got Error Code – 5 Connection Timed Out 2: Put in spurious Mail Server. If I pit in a valid format address I get error -5, but if I just put in any old string I get ‘The address is not valid’ with error code -100 3: Put in correct server address without port leave user blank and get ‘There was no response from the server’ error code -12 4:Put in correct server address and username, leave password blank, get ‘There was no response from the server ‘ error code -12 5: Correct Server and username but incorrect password, get ‘The password is invalid’ Error code -41 6: Put in all entries correct, get ‘There was no response from the server’ Error Code -12. NB Yester day this was giving error code -5! 7: Tried appending ports :25 and :26 to end of server, got errors -12 and -5 repectively.
Sorry I’ve been so laborious but I’m trying to forestall Have you tried…. Questions.
Bear in mind this was working 2 days ago, has anyone got any suggestions.
I’m going to connect the service provider to see if they have changed anything
Regards
John
From: main@magicu-l.groups.io <main@magicu-l.groups.io> On Behalf Of Steven Blank
Sent: 30 April 2022 21:45 To: main@magicu-l.groups.io Subject: Re: [magicu-l] MailConnect returns Error 05
John, SGBlank Consulting On 4/30/2022 9:17 AM, John Dowbiggin wrote:
|
|
Two active programs within on runtime session
De Netwerkadviseur BV
Hi,
I need two online-programs to be opened and both be able to use within one runtime session. Example: Left monitor table with information, right table to input this content to other table. Left screen need to be scrolled and button use, while right screen needs to be handle as well. Can this be done with Magic v9.4 within the same session or do I have to open a second runtime session (this is not an option for me, so I hope the first option will be possible)? Kind regards, André
|
|
Re: MailConnect returns Error 05
John,
toggle quoted messageShow quoted text
I've no experience with the MailConnect() function, nor with any of uniPaaS' built-in email functions. That said, I noticed a function MailError() that appears to me to be a good first step, that is, pass that (-5) error code to MailError() and reap a returned string message that may (or may not) assist in your diagnosis. Steven G. Blank
SGBlank Consulting
On 4/30/2022 9:17 AM, John Dowbiggin
wrote:
|
|
Re: Microsoft Edge Browser Control in uniPaaS v1.9p
Thanks for the reply, Keith.
This uniPaaS program HAS been using the ActiveX Web Browser control for over TEN years. The immediate problem now is that the ActiveX Web Browser wraps IE11 and the e-prescribing vendor (NewCrop) no longer supports IE. The vendor only supports Edge and Chrome, neither of which appear to offer an ActiveX container. Steven G. Blank SGBlank Consulting
|
|
MailConnect returns Error 05
John Dowbiggin
Hi All
I am adding some email functionality to an app in UniPaas 1.9i and all has been going fine and my apps have been sending emails with attachments as they should. Then, suddenly, for no apparent reason, my MailConnect is timing out and returning error code -5.
I;ve tried, rebooting laptop, router to no avail.
What does error -5 mean and what is a possible solution.
I haven’t changed and mail settings because they are all set in logical names.
Regards
John
|
|
Re: Microsoft Edge Browser Control in uniPaaS v1.9p
Steve,
toggle quoted messageShow quoted text
Any reason you can't use the ActiveX WebBrowser control instead? Then when you move to XPA you can switch it to .NET Keith
-----Original Message-----
From: main@magicu-l.groups.io <main@magicu-l.groups.io> On Behalf Of Steven Blank Sent: Friday, April 29, 2022 6:21 PM To: main@magicu-l.groups.io Subject: Re: [magicu-l] Microsoft Edge Browser Control in uniPaaS v1.9p Keith, Many thanks for the ray of hope! Sadly, it seems that uniPaaS v1.9p will only allow me to define a .NET Virtual in a Rich Client task, not in an Online task ... although RC must therefore remain an option, I suppose. Not for me, but ... an option. Steven G. Blank SGBlank Consulting On 4/29/2022 2:52 PM, Keith Canniff wrote: Steve,
|
|
Re: Microsoft Edge Browser Control in uniPaaS v1.9p
Keith,
toggle quoted messageShow quoted text
Many thanks for the ray of hope! Sadly, it seems that uniPaaS v1.9p will only allow me to define a .NET Virtual in a Rich Client task, not in an Online task ... although RC must therefore remain an option, I suppose. Not for me, but ... an option. Steven G. Blank SGBlank Consulting
On 4/29/2022 2:52 PM, Keith Canniff wrote:
Steve,
|
|