Questions tagged as 'gmail'

3
answers

Gmail displaying source host on the recipient when I use PHP mail ()

Hi, I need to send automatic emails as the user requests. I have the function that does this sending but on the server the sender stays that way in gmail:    [email protected] by br232.hostgator.com.br I need it as if it was sent by smtp,...
asked by 15.03.2016 / 21:57
2
answers

phpMailer causes error syntax error, unexpected T_FUNCTION when hosted [closed]

Well I'm having a problem with phpMailer I'm using a XAMPP server to be able to mess with it I made a form but it is normally sending to my email, which in the case would be GMAIL, however I have a web site hosting and when I put my website in th...
asked by 15.02.2016 / 19:00
1
answer

I do not receive email via PHPMailer

I'm using PHPMailer to send message via form, but it's not working. I wonder where I'm going wrong. Remember that the email that will receive the form information is Gmail. Follow my code for better understanding. HTML: <form id="main-co...
asked by 14.02.2016 / 11:01
1
answer

Doubt JavaMail - Attachments coming null

I have an application that downloads the attachments that are sent in a certain email and works perfectly. There was a need to do the same thing in another email. Both are gmail. However, when I read the inbox of the second email, all atta...
asked by 23.10.2018 / 02:47
1
answer

How to send emails with PHP using port 587?

I need to do a database integration, where the customer makes the payment and the system takes this information as (customer email), transaction status (approved), (date of transaction) (date of approval ) and registers in the database. It then...
asked by 09.06.2018 / 12:22
2
answers

How to automate login in Gmail?

Explanation: I currently have a URL that informs Gmail user email:    link EMAIL & Passwd = password & null = Sign + in But in this way, the Password is not loaded, just the Email . Objective: I would like a link whe...
asked by 28.02.2014 / 01:54
0
answers

Is there a way to improve the performance of the gmail API

I need to create a kind of "gmail client" in an application, for this I am using the gmail API. In my head it sounds pretty simple and it's working, after authentication I make a request to fetch messages from the user's inbox. But the request f...
asked by 16.11.2018 / 16:25
1
answer

PHPmailer + gmail

I'm using the latest version of PHPMailer to fire email using my Gmail account, this application runs locally, below my code (copied from PHPMailer's own GitHub talking about sending to Gmail): $mail = new PHPMailer; $mail->isSMTP(); $mail-...
asked by 29.06.2018 / 22:16
1
answer

CommonsMail JavaMail - Failed to send email

I'm trying to send email using google's smtp with the CommonsMail lib in a web application, but it's always causing a flaw. I made a separate app and tested several settings, which I've been seeing on a number of other topics. Using port 465...
asked by 22.05.2018 / 23:42
0
answers

How do I add that product card in gmail?

How do I create those product cards at the top of gmail's emails? I do not even know how to call it, so look at the image, I'm talking about this field, where it shows an image, items and bought in ... I develop ecommerces, and I wanted to imple...
asked by 24.04.2018 / 02:04