Most voted "gmail" questions
Gmail (also Gmail, Google Mail) is a free Webmail service created by Google in 2004. By default, Gmail is configured to use HTTPS, a secure protocol that provides authenticated and encrypted communications.
Learn more…44 questions
Sort by count of
-
13
votes4
answers31386
viewsSending email via Phpmailer to Gmail
I can’t at all send an email to my Gmail account via PHP. I had a previous project where I tried to use phpmailer and I can’t get it to work properly (2 months trying). Now I finished a website and…
-
12
votes3
answers16084
views -
8
votes3
answers6333
views -
8
votes1
answer1990
viewsJava - Send Email Securely via Gmail API
I’m using a API e-mail Mail.jar of this tutorial for sending e-mail via Java, but I realized I have to, activate the permission for less secure apps. There is another way to send email Java, without…
-
5
votes1
answer905
viewsIs it possible to modify the HTML when writing an email in Gmail?
The intention is very simple, I want to make a <strike> (strikethrough) in the text of the email, p.ex.: tacked. I found the library Kartiktalwar/gmail.js: Gmail Javascript API, but it…
-
4
votes2
answers1644
viewsConfigure Cakephp to send emails via gmail
I’m trying to set up the cakephp to send emails through gmail, I have already done some research and I have not yet succeeded in the result, someone could help me?…
-
2
votes1
answer585
viewsEmail Subscription in Gmail
I created an email signature in HTML, in Thunderbird it works, but in Gmail she Buga, does not seem to interpret the css. <html lang="pt-br"> <head> <meta charset="UTF-8">…
-
2
votes2
answers873
viewsApache Commons Email does not send email using Gmail
Click here to open the repository in Maven Repository for Apache Commons Email. I have the following code that receives from a form the recipient, subject and the message: @RequestMapping(value = {…
-
2
votes1
answer644
viewsProblems with HTML images sent to email
I did several tests using an image with absolute path. Inside the intranet works perfectly, but in the extranet (GMAIL/OUTLOOK) does not work at all. Someone can help?
-
2
votes1
answer333
viewsError while logging in gmail - Permission denied to generate login hint for target Domain
I am trying to implement gmail login on my website, however, the same gives the following error screen: I saw in some other questions that the problem would be the link being with ip, instead of…
-
2
votes1
answer524
viewsThe method that sends email works, but how to prevent the amount of incoming emails from becoming spam?
I have a method that sends emails in back Ground that works well, but I need to find a way that as the amount of incoming emails do not turn to spam. I’ve researched the JMS (Java Message Service)…
-
2
votes2
answers250
viewsPhpmailer alternative Gmail From
I have a website where there is a contact form. The email sent by this form (Gmail), I use a specific only for the site (formulario@....), however, when sending to the client, set the parameter From…
-
2
votes1
answer1164
viewsProblems trying to send email via smtp server
I am developing an application which sends emails via smtp.gmail.com server. When I am connected to a common network, it works perfectly. But, by the network of my company occurs the following…
-
1
votes1
answer387
viewsG-Mail ignores CSS
Everybody, good afternoon, everybody! The g-mail kind of ignores CSS in the emails I do, it doesn’t even show up in the emails, and sometimes when it does, it changes the class from what I need to a…
-
1
votes0
answers692
viewsHow do I get the content of all emails from a user in the Gmail API?
I’m making an application that should receive Gmail user emails using the Gmail API. However, I must receive the data of each email as: content, sender, subject and date received, but I can not do.…
-
1
votes0
answers70
viewsVBS Script with error
I have here a code I found need help... It basically spam a gmail account but is having an error in the smpt part is here the error: http://i.imgur.com/Gmdn9t2.png and here the code: Dim User Dim…
-
1
votes0
answers40
viewsFlutter APP - How to read emails from user App
I am trying to build an app with flutter that asks for the users permission to read their email. I know that I need to use the Permission Services but the Thing is, after the user accepts the email…
-
1
votes1
answer902
viewsSending email to Asp net - Gmail
Follow the email sending code, The error reported is in accessing with google SMTP. StringBuilder conteudo = new StringBuilder(); conteudo.Append("O Srº(ª) " + "<b>" + txtNome + "</b>" +…
-
1
votes1
answer23
viewsError in Phpmalier class
I would like your help! Have the following class to send emails in php: <?php // Import PHPMailer classes into the global namespace // These must be at the top of your script, not inside a…
-
1
votes0
answers97
viewsDjango + Postfix password reset email is not sent
I set up a server with my application Django and now I’m trying to enable password reset via email using the postfix as an e-mail server. I started configuring my views and testing if everything was…
-
1
votes0
answers25
viewsCSV import (which is inside a zip) automatically received by email to the Spreadsheet
What happens is that every day I receive an email with a report attached. This attachment is zipped(.zip), and inside this zip has a CSV file. I need this zip to be converted to CSV and this CSV to…
-
1
votes1
answer70
viewsHow do I use @font-face for gmail signatures?
I tried to use <style type="text/css"> @font-face { font-family: 'Myriad Pro Semibold'; font-style: normal; font-weight: normal; src: local('Myriad Pro Semibold'),…
-
1
votes2
answers647
viewsSending Email with Arduino
I am not able to connect properly with gmail smtp server, says "Username and Password not accepted", but my email and password is correct, I am not knowing exactly where the error is. #include…
-
0
votes2
answers1059
viewsHow to automate login to Gmail?
Explanation: Currently, I have a URL that informs the Gmail User Email:…
-
0
votes1
answer62
viewsSmtp zf2 - stream_socket_client() - Debian Wheezy
Good morning people. I’ve been having a problem for a few days and I’ve tried everything. I’m using Zend 2 and trying to send an email through an account I have in gmail. It should be something…
-
0
votes1
answer272
viewsTrying blocked Phpmailer login
Good night, I have a php code that sends a simple email to the user using a Gmail account, already activated the Access to less secure apps but I’m still getting that feedback: 2015-04-01 01:24:04…
-
0
votes1
answer799
viewsI do not receive email via Phpmailer
I’m using Phpmailer to send a message via form, but it’s not working. I’d like to know where I’m going wrong. Remember that the email that will receive the form information is Gmail. Follow my code…
-
0
votes3
answers355
viewsGmail displaying source host on recipient when using PHP mail()
Hi, I need to send automated emails as requested by the user. I have the function that makes this sending but in the server the sender stays this way in gmail: contact site.com for…
-
0
votes0
answers243
viewsSending email to gmail (Codeigniter), appears as spammer
I have a problem sending emails to Gmail through Codeigniter. Every email I send doesn’t show up the images and gets a Gmail message saying it might be a spammer. Is there any way to get over it?…
-
0
votes0
answers100
viewsPhpmailer_5.2.4 with GMAIL
I’ve seen several topics and sites talking about phpmailer sending direct to GMAIL, however I can’t do, the following error appears: SMTP -> ERROR: Failed to connect to server: Connection timed…
-
0
votes0
answers225
viewsSending email with Laravel 4.2 does not reach recipients
Hello, I am trying to send emails using the Laravel 4.2 but the messages only arrive when the recipient’s email is the same as the one sent. The file configuration mail.php was like this: <?php…
-
0
votes0
answers63
viewsClasses and html attributes with random values?
I have noticed that some applications such as gmail, facebook and instagram are featuring classes and attributes such as random values or may be a standard used, preprocessor or manager. I was quite…
-
0
votes1
answer94
viewsDoes disabled PHP Mail() function impact SMTP?
I am facing problems with Phpmailer, the class version is the 5.1, that is generating the following error: Could not instantiate mail function error that corresponds to an instance problem. Checking…
-
0
votes0
answers293
viewsError sending email in gmail with Phpmailer
I used this code for a long time and it worked very well until now it simply doesn’t work anymore, neither with outlook nor with gmail. <?php if($_SERVER['REQUEST_METHOD'] == 'POST' and…
-
0
votes2
answers343
viewsGmail notifies that email is usually used to steal information when I use content-type ="text/html; charset=utf-8"
I use the Gmail API to send email’s marketing, and always respect anti-spam limits and standards. And yesterday I started sending mass emails, on average 2,000 a day, but after a while I realized…
-
0
votes0
answers498
viewsPython code to generate event in Google Calendar
I would like a help to create a code using Python to generate events in Google’s calendar, I already have the API set up and released for this action, but I can’t make my code work, I’ve done this…
-
0
votes1
answer191
viewsCommonsmail Javamail - Failed to send email
I am trying to send email using google smtp with the Commonsmail lib, in a web application, but this always generating a fault. I made a separate app and tested several settings, in which I saw…
-
0
votes1
answer894
viewsHow to send PHP emails using port 587?
I need to do an integration with the database, where the client makes the payment and the system takes this information as (client’s e-mail), transaction status (approved), (transaction date)…
-
0
votes1
answer1295
viewsPhpmailer + gmail
I am using the latest version of Phpmailer to fire e-mail using my Gmail account, this application runs locally, below my code (copied from Phpmailer’s own Github talking about sending to Gmail):…
-
0
votes1
answer69
views -
0
votes1
answer35
viewsConnection error send java email. Can anyone help me?
I am making a program that sends email through java, using these two classes but when I run it is giving this error. Can anyone help me? Error: Exception in thread "AWT-Eventqueue-0"…
-
0
votes0
answers14
viewsError inserting special characters in gmailr::gm_subject()
I prepared a script to automate the sending of emails using the gmailr. However, when I put some special character in the Email Subject, it sends only a sequence of codes instead. Example: Script:…
-
-1
votes1
answer366
viewsHow to check my email server information
How do I check my g-informationmail for example server ports input and output host etc. because entering settings I do not find this information I use own domain [email protected] there is…
gmailasked 7 years, 6 months ago Felipe Henrique 2,135 -
-1
votes0
answers19
views