One of the client has asked the below, in reference to an old Email template we had created for them that they want to use.
We have an important email we need to send out to do with Apple Pay
and we have to use this link - shoebox://payment_setup.
The issue we have is where the template you guys built forces Https to
be added before every link it stops this link working. Are you able to
tell me which bit of code I would remove to stop this happening for
this email please? I am not editing the template as this is a one off
email we will just edit the individual email.
Please can you let me know solution to an issue like this?
Thanks
-Anjali
Related
I want to give a feature in my blog that every one can create post.
That created post should be in Draft(It should not publish immediately).
I couldn't figure out the solution to achieve this.
I tried this:
https://developers.google.com/blogger/docs/3.0/reference/posts/insert
I need to allow the user with out login in to my account ?
Is this possible ?
Any way that created post going to be in draft so that I can verify and publish.
I don't see any security risk here(I might miss any other case please correct me if anything wrong).
Please help if there is a way to fix this.
I'm at the end of my rope here and I'm here to get some help. I'm going to try and explain it as best as I can.
I have a website running on Joomla 3.7.2 which you can visit here: https://www.meteordesign.nl
For some reason my contact form does not work anymore. Whenever I click 'send' the page reloads but no confirmation or an email being sent.
I have tried the following:
Switched from PHP mail to SMTP and send a test mail (came in fine).
Used several other contact form modules and components and even an HTML one which you can find here https://bootstrapious.com/p/bootstrap-recaptcha
They all don't work. I have tried disabling my .htaccess file to see if that solved it but to no avail.
You can find the contact form here:
https://www.meteordesign.nl/contact
I don't know if this is important but recently my hosting provider switched to https. Could that be causing it?
I hope I explained it well. If not feel free to ask me more questions, I really need your help fixing this!
So I finally figured it out...
The problem was the cache settings on Joomla at Global configuration > System > System Cache. I had it on Progressive and after setting it to Conservative my contact form worked again!
You are likely running into a JavaScript issue. Just tested this and you seem that you have solved it. Please let us know what the issue was so that others can learn from your experience.
I am trying to create a survey template in Outlook for the first time. So I created a very basic template which has one question and three radio buttons to choose from. When I use Tools\Forms\Design a Form it looks fine however, when I try and test it by going to File\New\Choose Form and emailing myself a copy I receive my standard message page (nothing like the form I just created!). Can anyone explain what I am doing incorrectly? Thanks!
Quote:
Common email clients share a propensity to distrust forms in email
messages. But they differed greatly in how they handled the intruding
forms.
Because of this I suggest to not use forms in emails as you might not get the expected result.
I'm new to DocPad. I really like the idea of static page generation and had this in mind for some time, but great that there's already a mature project out there!
However, while I get a rough picture of how DocPad works, what would you recommend be the best way of creating a simple Contact Me page, that would email the input text to a specific address?
There is still requirement for server side code for this. How I see doing it right now, is having a html form doing a POST to nodejs server that will handle sending the email.
Is that a correct DocPad way of doing it, or I'm missing something?
Check out the contactform plugin :)
I have a link in an email, this link is generated from the site the email is sent from.
People go to the site to vote on something and then they get an email with the link to confirm their vote.
The link in the mail is generated from this:
http://www.domain.com/vote?Q=QAPmail&d=<# Responder.RespID #>&k=<# Responder.AccessKey #>
The generated link, the one that ends up in the mailbox looks something like this:
http://www.domain.com/vote?&Q=QAPmail&d=78874058&k=betyzucp
The variables in the link are required to make the vote unique so I can't remove those parts.
On all my test cases (various email providers and such) it works fine, however I've been getting some complaints from people who aren't able to open the link.
In most cases either "x-msg://" or "wlmailhtml:" is added in front of the link, which makes the mail provider state that it's an invalid/insecure link when clicked on.
I'm not sure why this link would be invalid, any help would be greatly appreciated
The link seems valid. Are those people able to copy-paste the link? If they can, than you could make the email body html and simple add tag, like so:
http://www.domain.com/...