Hey I've created an email signature, and keep getting errors saying its too long even though it shouldn't be.
Here is the URL of a signature. It works for some people sometimes but also doesn't work other times.
No idea what what the issue is if anyone can take a look.
https://v99email.site/test/test.html
https://v99email.site/uforiasignaturejoreed/uforiasignaturejoreed.html
Any help would be amazing. Thanks
One option would be to convert your business card type signature into an actual image.
This image would then be used as the signature for your emails.
Related
I am really struggling here... All I actually want to achieve is that I can get the Generate-Strong-Password function inside my app but that is actually harder than I thought.
I learned that I should go with Firebase Dynamic Links because I have a Wordpress-Website from All-Inkl.com.
I followed this Tutorial and there is actually an Apple-Site-Association-File at the moment. But I can't access my Website anymore as it looks like this:
Inside my Firebase Project I am getting this error which says that there not all the necessary "A-Files" are inside my Website:
My DNS-Settings:
I've been struggling for weeks now to get this done so if anyone has any idea how I can fix it I would be extremely grateful!! (btw, I am a total newbie when it comes to websites; I know my way around Swift though)
It seems that different domain providers accept different values for DNS entries ('A records' = 'A-Datensätze', in this case).
Try editing the entries for the Host field (which currently hold your website's URL) to one of the 'common inputs' listed here: https://firebase.google.com/docs/hosting/custom-domain?hl=de#domain-key
As the URL to your site doesn't seem to be what your provider accepts, I would suggest you try replacing it with the next option, i.e. replacing it with # .
Hope this helps solving your issue!
In my email I have a URL like this:
https://signl.live/tracker/click?redirect=https%3A%2F%2Fwww.ilovefreesoftware.com%2F&dID=1537935418274&linkName=https://www.ilovefreesoftware.com/
Now, if I click on it then the tracker will know that I actually clicked on it. But I don't want that. Is there any way to reach the target URL without letting know the tracker ?
As long as the tracker is only reading the URL parameters, not transforming them or trying to trick you, then you can read the value without clicking anything.
www.ilovefreesoftware.com
I did not visit that site and I'm not sure that I would recommend it either.
The URL parameters are everything that comes after the ? in the original link.
redirect: hxxps://www.ilovefreesoftware.com/
dID: 1537935418274
linkName: 'hxxps://www.ilovefreesoftware.com/'
NOTE: I've changed https to hxxps so that the link is not clickable in this post.
Perhaps you were thrown off by the url encoding (e.g. https%3A%2F%2Fwww). The content between http and www in that string are hexadecimal numbers representing ascii characters. The number 0x3A represents the character : and 0x2F is /.
If the tracking server is trying to trick you or obscure the true destination then you have to let it run to find out what it does. No free software is worth the risk though.
Good luck!
Is there anyway we can send out fix string messages directly without load it to the quickfix.Message first.
The reason we would like to do that sometimes there are some custom tags that will be gone missing after we parse the string to the object without having proper DataDictionary
Thanks
No, there just isn't a way to do this.
You need to have an accurate DataDictionary. Editing the DD is not difficult.
Often the hardest part is just getting the right info from your counterparty. Sometimes you start with whatever you can get from them and then make adjustments based on what you see in reality.
I'm adding Satispay as a payment type on a platform but they need a phone number (the payment is based on that).
They have a JS script that shows a popup asking for the phone number but they still need one before opening it and I don't want to ask the user their number on my platform (I think is scary to give away my phone number on an unknown website and I don't think it is only me).
This is the documentation but I can't find anything about it.
Is there anyone who achieved that?
I'm Alessio from Satispay.
As you can see in the documentation data-phone parameter is not mandatory, here you can find an updated code example.
I've just get that my autocorrector changed Satispay in Satisfy ... anyway the Satispay's docs are wrong, you don't need to pass a phone number using the Web Button:
<script src="https://staging.online.satispay.com/checkout.min.js" class="satispay-button"
data-key="your_key"
data-amount='100'
data-description="My Company"
data-phone=""
data-usercallback="https://url_to_create_the_charge"
data-callback="js_function?transactionID=your_id_you_need"
data-orderid="the_order_id"
id="satispay"></script>
That is the correct way to create a Satispay Web Button call. DO NOT FOLLOW THEIR DOCUMENTATION (not until today) BUT USE THIS CODE!
Anyone aware of a FIX utility available online to verify fix messages? ie: accept a fix message and check things like body length length and checksum.
thanks
There is a fix log decoder on https://fixspec.com. When you enter a message it is parsed and items such as checksum and body length are also checked. You need to register to access it, but registration is free.
https://drewnoakes.com/fix-decoder/ is a nice online FIX decoder that supports Checksum(9) and BodyLength(8) tags validation.
No registration required.
One that I know of is ValidFix. There was a link to it on the QuickFix website, but it seems to be missing.
There's a licensed tool called VeriFIX http://www.greenlinetech.com/products/verifix.php.
Pasting it incase if it's useful to you or others.