Gmail is a webmail service offered by Google. Use this tag for programming questions related to Gmail's APIs. http://code.google.com/apis/gmail/

learn more… | top users | synonyms (1)

0
votes
0answers
2 views

CodeIgniter / Gmail SMTP timeout on MAMP / IIS

I'm trying to use the CI email class to send email, but the page just hangs when it tries to send. I have tried on both IIS and now on my Mac using MAMP. The code is the same as has been copied all ...
2
votes
1answer
26 views

Sending html and css mails to gmail

I have some basic html and some css but for some reason gmail puts 3D infornt the 'text/css' Code sample $message = " <style type='text/css'> #main {border:1px solid ...
0
votes
2answers
17 views

CodeIgniter / Gmail SMTP timeout on IIS

I'm trying to send a simple email with codeigniter: $email_config = Array( 'protocol' => 'smtp', 'smtp_host' => 'ssl://smtp.googlemail.com', 'smtp_port' => 465, ...
0
votes
1answer
22 views

How to build a chrome extension to add panel to gmail windows?

I want to build a chrome extension like rapportive.com. I'm new to Chrome extensions and Gmail Content Script. Can any one please suggest how to go about this? Currently I'm reading Google's Gadget ...
0
votes
0answers
12 views

Gmail app in iphone ignores “font-size” of html mail and change it to 13px

I build a html page fitted to emails (using photoshop). when I copy it to gmail send it using a browser in my PC, and open the message, it looks really good. but when I try to open it through my gmail ...
0
votes
4answers
46 views

Confirm that mail successfully arrived

i am used gmail to send mails from my asp.net page , but i want a method to Confirm ( make sure ) that the message successfully arrived to the recipients ( i add some recipients to BCC ) anybody can ...
0
votes
0answers
5 views

How to view all Google emails in a Calendar?

I like to view all my google emails (gmails) in a Calendar program. This can be any Calendar program, like the google Calendar, Thunderbird, Outlook, etc... Anyway idea how to do this ? I tried ...
0
votes
0answers
69 views

The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required.

I have a problem when i m run this code then error is occured that "The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication ...
0
votes
0answers
33 views

Android Send Video through gmail

This is what I want to happen: after a user records video in onDestroy() I need the video that was just recorded to be added as a attachment to gmail and sent. This is what I have thus far: ...
0
votes
1answer
12 views

Gmail connection error 10061 rails 3.2.1

I'm trying to send devise confirmation emails from my Rails 3.2 app. However when it is sent I get the following error: 421 Cannot connect to SMTP server, connect error 10061 Im currently using ...
0
votes
0answers
34 views

How do I embed an image in an html email, if I can't use data:uri's?

Google's Gmail can be frustrating. I need to embed a small icon in an email, but Gmail explicity strips out data:uri from <img src="" />. (Not only that but Gmail doesn't allow "normal" ...
0
votes
0answers
19 views

Gmail hides external e-mail images, even after user allows them

I'm trying to insert a signature with images in html e-mails. I have some issues with GMail (it works fine with the iPhone client). Before the user accepts the image, they are properly sized, and the ...
0
votes
1answer
23 views

PHP generated .ics file loads then deletes in iCal immediately

I am using PHP to generate an .ics calendar file for download. I can double click the file and iCal seems to recognise it OK as it asks me which calendar to assign it to. Once I choose this it appears ...
0
votes
1answer
17 views

Switching Primary Gmail Accounts

I currently use a Gmail account as my primary email address (myemail@gmail.com). I have an email address linked with my site (andrew@mydomain.com) that currently forward to my existing Gmail account. ...
0
votes
1answer
31 views

Connecting android app to gmail server

Is there any way that i can connect my android application to gmail server so that i can sign in, sign up and get my contacts from there. What i am doing is developing an android application which has ...

1 2 3 4 5 121
15 30 50 per page