Top "Gmail" questions

Gmail is a free email service offered by Google.

Reading emails from Gmail in C#

I am trying to read emails from Gmail. I have tried every API / open source project I can find, and …

c# .net gmail imap
How to send a mail directly to SMTP server without authentication?

I would like to send an email directly from a script to a Gmail email account, by connecting directly to …

python authentication smtp gmail
Adding an attachment to email using C#

I'm using the following code from this answer Sending email in .NET through Gmail. The trouble I'm having is adding …

c# .net email gmail
Setting up a no-reply email address with Google Apps

I have my domain's email set up with Google Apps, and I am interested in sending automated emails (when users …

email smtp gmail google-apps
Using php's swiftmailer with gmail

I'm writing a simple script in which a gmail account is used to send an email to itself. I altered …

php gmail swiftmailer
SmtpClient with Gmail

I'm developing a mail client for a school project. I have managed to send e-mails using the SmtpClient in C#. …

c# mono gmail monodevelop smtpclient
Not able to download Zip file from gmail which contains executable Jar in it

I have an email almost 4 years ago, which has Zip file in attachments containing executable jar file. I want to …

download gmail zip executable-jar
Accessing emails from gmail using IMAP ( javamail API)

I am trying to access emails from Gmail accounts through IMAP with the help of the JavaMail API. I was …

java gmail imap jakarta-mail
Net::SMTPAuthenticationError when sending email from Rails app (on staging environment)

I am sending email from my Rails application. It works well on development environment, but fails on staging. I get …

ruby-on-rails ruby-on-rails-3 gmail
Google drive download whole folder content with google drive viewer (google apps-script)

I have created an google script which go to my mail and fetch attachments and put it into a folder (…

gmail google-apps-script email-attachments google-drive-api