Top "Gmail" questions

Gmail is a free email service offered by Google.

HTML formatted email not showing up at all in Gmail but is in other mail clients

I'm currently sending html formatted emails from PHP's mail() function and checking them simply to make sure they are showing …

css gmail html-email gmail-imap
How to get the list of available folders in a mail account using JavaMail

I am using JavaMail API to connect to my personal account. I have list of folders (labels) in my Gmail …

java gmail imap jakarta-mail
Connecting to Gmail through IMAP with PHP - SSL context failed

I'm trying to connect to Gmail through IMAP with PHP running in Apache. This is on an Ubuntu 9.04 system. I've …

php ssl ubuntu gmail imap
How to send email by using MailKit?

According to the new google politics https://googleonlinesecurity.blogspot.de/2014/04/new-security-measures-will-affect-older.html I can't sent an email. "Less secure apps" …

c# gmail mailkit
Open Gmail on mailto: action

How to force web-browser to navigate to Gmail and create (if logged in) new letter with filled in field 'To' …

javascript html browser gmail
python imaplib to get gmail inbox subjects titles and sender name

I'm using pythons imaplib to connect to my gmail account. I want to retrieve the top 15 messages (unread or read, …

python gmail imaplib email-headers
Image links broken in Gmail because of google's Image proxy

Image links in gmail are broken because of google's Image proxy (news1,news2). I can't load my site's images in …

php email gmail
How can you send mail using IMAP?

I am developing a lightweight Gmail client for mobile phones, accessing Gmail by IMAP. I want to send a draft …

smtp gmail imap
Django 1.8 sending mail using gmail SMTP

I was trying send a mail using smtp.gmail.com in django 1.8 My settings.py contains: EMAIL_BACKEND = 'django_smtp_…

python django email gmail
How to open Gmail Compose when a button is clicked in Android App?

I am trying to open up Gmail Compose screen when a button is clicked in my Android App. Do I …

android gmail