Questions tagged as 'gmail'

0
answers

APIs on Android to integrate Gmail [closed]

I'm doing an Android app where I want to integrate sending mail and also be able to receive emails from Gmail. I was searching and found an API taken by Google for Gmail, called Gmail API. I read it and I did not really understand how it w...
asked by 22.10.2016 / 01:34
1
answer

PHP Mailer | Problem when trying to send emails with Gmail

I am trying to make a registration form with password confirmation with PHPMailer. My code for my phpmailer data function enviarEmail($email, $nombre, $asunto, $cuerpo){ require_once 'PHPMailer/PHPMailerAutoload.php'; $mail =...
asked by 26.09.2018 / 14:40
1
answer

How to send the data of a form to GMAIL with PHP

I need to know how I can send the values that the user completes in a contact form, via PHP to an email     
asked by 29.08.2018 / 16:32
1
answer

Php smtp error godaddy

I am trying to send a form in PHP to send it through the Godaddy server, but when I send it I get the error <?php $nombre = $_POST['nombre']; $email = $_POST['email']; $compania = $_POST['compania']; $telefono = $_POST['telefono']; $pais =...
asked by 30.05.2017 / 03:14
0
answers

Authenticate Gmail delegated account with OAuth in python

I'm trying to get labels from a delegated Gmail account (a mailbox for the job). The problem is that I always get an error of the delegated account. To prove it I have created two accounts: [email protected] felipe.rodrigue...
asked by 26.12.2018 / 10:54
2
answers

Inquiry about Phpmailer and link to Gmail account

I am wanting to associate a gmail account with Php mailer but I am not having an answer when it comes to receiving data from a form. The page I'm doing is the following and the file I'm doing is the one I attached below. What I do not know if...
asked by 25.11.2018 / 20:07
0
answers

problem with gsuite mail

It turns out that I changed a server domain and did a page update, to the mail I can continue to enter via google, but this new mail does not arrive, it gives me the sgte. eror: the address was not found, your message was not delivered to email@...
asked by 10.11.2018 / 11:17
0
answers

View body IMAP PHP mail without attachments

I am reading emails from my Gmail and use to decode the message: $mensaje = imap_qprint(imap_body($mailbox, $uid)); But it shows me attachments codes and generates an incredible length of text as you can see in the following image: link...
asked by 31.08.2018 / 20:59
1
answer

Developer error Android studio

When you want to log in with Gmail Firebase in the app, you get this error From what I have read one of the failures is because the signed the apk with another key SHA-1 other than the one I have in firebase but when I try to add the ne...
asked by 20.08.2018 / 18:02
0
answers

link account as a group in business gmail

I am a manager of the gmail accounts of a company, and a user has an individual account ([email protected]) and wants to use this same account as a group with the purpose of adding three users to this group. However, when creating a group with t...
asked by 01.08.2018 / 04:40