Emails getting delivered to promotions tab in gmail - tabs

We have a magento based portal which triggers welcome emails on user signing up. These welcome emails have a header image, some content with links for the users to access their account and a signature with a footer text and image.
The problem now is that these emails always seem to land in the promotion tab in gmail and not to the inbox. When we remove the header image, it seems to go the inbox.
Anyone has any idea how we go about how to fix the image that will make it go to the inbox? The promotion tab is virtually a black hole - no one reads those emails.

Related

anchor links in emails not working after visiting once

So this question has been asked before, but the javascript solution doesn't work for me if I am simply emailing links to members. Here is an example of what I am talking about. I run a social network. When, for example, a user comments on another users profile, I want to email the user who isn't logged in and provide them a link to see the comment. Usually the link would be an onpage link with a # along with an id (example
The first time it works great, but then if you try to click the same link again, or even a link with a different # such as #2100 then it will no longer scroll to the id, once it has previously scrolled to an id.
I have read solutions to this issue, using a click event in javascript, however, how I don't think that that will work when sending out email notifications.
So the scenario is we email someone with a link https://www.domainhere.com/userprofile#1819 and the check it, but the next day we email a similar link with a different # such as https://www.domainhere.com/userprofile#1914 and when they arrive at the page, they don't move from the top of the page. Not sure why this is happening, or how to find a way around it. I've tried adding a unique ID, etc.
Anyone know how to make it so each time a user clicks these links in emails, they will arrive at the anchor? Even if they click the same link, perhaps because the first time they clicked the link in the email, they didn't have enough time to review the content, well once they visit that page, it doesn't matter what the # is, they stay at the top of the page.
The code is very simple. I am using "> as the anchor, and typing into the browser url the name of the page plus #numberhere - It works once, after that it doesn't work. Even if the number is different, ie. a new comment is emailed to the user.
I hope someone can help
Thanks

Is it possible to display gmail add-on cards at Inbox or must the user click on a message?

Id like to display a "Home" card if the add-on is opened at inbox, rather than the "Open an Email - Select an email for XYZ to recommend content for you" message. Universal Actions are not quite the same as they're hidden behind the menu icon.
I've been unable to find any examples or code of add-ons that achieves this, is it possible? any help much appreciated
Gmail Addons
Accessing Gmail Addons

Open Whatsapp message box on button click on a web page

I have added some logos at the end of my website. I want to open respective apps based on the logos when clicked by users. This menu is shown when the user accesses the site via mobile
How can I open whatsapp message for a particular number when user clicks on it?
For example for email we have mailto and for telephone we have tel
You can use href of this element to
WhatsApp
For a specific number
href="//api.whatsapp.com/send?phone=91MOBILE_NUMBER&text=WHATEVER_LINK_OR_TEXT_YOU_WANT_TO_SEND"
Please make sure in phone, there is CountryCode 91 for India
They have a function called Click to Chat which I have tested in standard banners.
WhatsApp's Click to Chat feature allows you to begin a chat with someone without having their phone number saved in your phone's address book. As long as you know this person’s phone number, you can create a link that will allow you to start a chat with them. By clicking the link, a chat with the person automatically opens. Click to Chat works on both your phone and WhatsApp Web.
You can create a click to WhatsApp Number (Do note the mobile number needs to have an Active Whatsapp Account)
You can have a click to WhatsApp with Pre-Filled Message
You can click to just a Pre-Filled message. It would then prompt you to select a contact.
Works on web, mobile web and mobile apps
Example of clicthrough URL - https://wa.me/0123456789?text=I'm%20interested%20in%20your%20car%20for%20sale
More info here: https://faq.whatsapp.com/en/android/26000030/
Adding international contacts/phone numbers: https://faq.whatsapp.com/en/general/21016748
On a website that is based on a CMS engine like WordPress, for the case of the WordPress CMS, the page title will be the pre-filled message, which is very useful if you want to know from what website page/title the request is coming.
To create your own link with a pre-filled message that will automatically appear in the text field of a chat, use <a href="whatsapp://send?text= <?php the_title_attribute(); ?> &phone=:whatsappphonenumber </a>
Where: the_title_attribute(); is the WordPress Function retrieving or displaying the current title, and
whatsappphonenumber is the WhatsApp number used to receive the message.

Paypal standard HTML company image missing

I'm using (I think) the standard Paypal checkout, with a bit of HTML to specify the product details. In the past, the "image_url" variable specified a company banner to display at the top of the Paypal cart. It is now no longer showing after I click Add.
I note the banner size has changed from 900x150 down to 150x50, which
I have now modified.
I have made the image available by https
Any other suggestions.
It is stated in the documentation of PayPal where it says
The URL of the 150x50-pixel image displayed as your logo in the upper left corner of the PayPal checkout pages.
Default — Your business name, if you have a PayPal Business account, or your email address, if you have PayPal Premier or Personal account.
Found it here. The banner only takes up approximately 150x50 pixel

How to hide account details when user authorize to my application

I am trying to integrate google drive with other application.
When user was asked to authorize, I see email Id on the authorization page.
How can I hide my details? or How can I change them?
Is Changing account details will effect my previous users info?
If you're referring to the upper-right corner of the consent screen, I don't think its possible since its a Google-managed page.
If you want to hide the "View your email address" authorization request, you'll have to remove its scope but this will greatly impact what your app does.