gmail

How to prevent iOS 13 Dark Mode from breaking emails

自作多情 提交于 2019-12-21 04:25:43
问题 We have an e-commerce app that sends out order details when a purchase is made, and we just redesigned that email template. We've received reports over the past few days of some customers having half the text in the email missing. After finally getting a screenshot, we've learned that the issue is happening on iPhones using dark mode. So far they've all been customers using gmail with either the Mail app or with Safari (both have the same problem). I'm not sure if the gmail factor is relevant

Gmail shows download icon on images of HTML Email

∥☆過路亽.° 提交于 2019-12-21 03:59:20
问题 We have a Html Builder, that allows you to create responsive html for emails. We are using a third party engine to send the emails in bulk. The problem is, when email is being opend in gmail inbox, it shows download icon on some of images (not all), while their generated html is same when compared to images without download icons. Why would gmail add download icons for images on emails. Looks like its treating images like attachment. Any info, fix or suggestion is appreciated ?? Here is the

iOS: Google Authentication Code

元气小坏坏 提交于 2019-12-20 23:32:15
问题 I am working with authenticating user to use the google account he is associated with. The problem is that everytime the user logs in through my app, the "Allow Access" always appears on the Google's authentication view even I had clicked the Allow Access already from previous test. Is this normal or am I doing my codes wrong? Please help me guys. I used the following codes for loggin in an out: - (IBAction)signIn:(id)sender { if(!isSignedIn){ [self signOutFromAll]; NSString *keychainItemName

Google Now Event card - How to display more information

痴心易碎 提交于 2019-12-20 15:30:33
问题 I'm testing the Event card in Google Now through adding schema data to a confirmation email. At the moment I'm playing around with populating the event card with rail journey info, since the rail journey schema isn't supported. Unfortunately, I can only get a tiny amount of the info provided to show in the card in Google Now. Here's what I'm adding to the email: <html> <body> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "EventReservation", "reservationNumber

Fetching attachments from gmail via either python or php

断了今生、忘了曾经 提交于 2019-12-20 15:16:30
问题 I have been trying to find information on how to retrieve attachments from a gmail account in either python or PHP, I'm hoping that someone here can be of some help, thanks. Related: How can I download all emails with attachments from Gmail? 回答1: You will have to enable IMAP access to your GMail account (Settings → Forwarding and POP/IMAP), and then use imaplib.IMAP4_SSL to access it. Use the raw text of every message as an argument to email.message_from_string in order to process any

Hyperlinks with non HTTP schema in GMAIL

六眼飞鱼酱① 提交于 2019-12-20 12:23:32
问题 So I'm making mobile apps and want to do links to activate things in both iOS and Android using the same URL. I know how to do this already. my intent on android is something like : <intent-filter> <action android:name="android.intent.action.VIEW" /> <category android:name="android.intent.category.DEFAULT"/> <category android:name="android.intent.category.BROWSABLE"/> <data android:host="activity.action android:scheme="myapp"/> </intent-filter> My problem is when I go to test this and want to

Hyperlinks with non HTTP schema in GMAIL

一笑奈何 提交于 2019-12-20 12:23:03
问题 So I'm making mobile apps and want to do links to activate things in both iOS and Android using the same URL. I know how to do this already. my intent on android is something like : <intent-filter> <action android:name="android.intent.action.VIEW" /> <category android:name="android.intent.category.DEFAULT"/> <category android:name="android.intent.category.BROWSABLE"/> <data android:host="activity.action android:scheme="myapp"/> </intent-filter> My problem is when I go to test this and want to

Using PHP, How to search through Gmail's archived emails

跟風遠走 提交于 2019-12-20 11:14:50
问题 ( First time programming in PHP. Had some help. Need a bit more. ) Goal: Pull the lastContactDate from a given email address from my gmail account. Hoping to answer the question, "When was the last time I contacted [Person]" What I've done so far: Connected to gmail using imap (inbox only) Grabbed the date and time Printed the person's name and timestamp. What I can't do: Scour emails for lastContactDate that have been archived (I'm an inbox=0 guy) Notes: The code is rough, but functional.

How to configure php.ini to use gmail as mail server

感情迁移 提交于 2019-12-20 10:37:38
问题 I want to learn yii as my first framework. And I'm trying to make the contact form work. But I got this error: I've already configured php.ini file from: C:\wamp\bin\php\php5.3.0 And changed the default to these values: [mail function] ; For Win32 only. ; http://php.net/smtp SMTP = ssl:smtp.gmail.com ; http://php.net/smtp-port smtp_port = 23 ; For Win32 only. ; http://php.net/sendmail-from sendmail_from = myemail@gmail.com I've seen from here that gmail doesn't use port 25, which is the

How to get consumer key and and consumer secret for gmail api?

这一生的挚爱 提交于 2019-12-20 10:27:09
问题 I am trying to use Gmail php xoath php samples, however it requires to enter consumer key and consumer secret which I could not find how to obtain in Gmail api documentation. Does any one know how to obtain them or know of any related documentation? 回答1: Use anonymous / anonymous and HMAC-SHA1 signature for applications that are not registered with Google. For applications registered with Google, you should use the application domain as consumer key and the consumer secret depends on the