Questions tagged as 'gmail'

2
answers

PHPmailer does not work for me when sending an email (Troubleshooting)

Hello, I've been going around looking at information and I can not find any way for me to send this email to the desired mail, and I do not know why I get this error, I have disabled the firewall, I am making the request in postman in case I hav...
asked by 23.03.2018 / 00:10
1
answer

Send email PHPMailer SMTP with CSS styles

Hi, I'm trying to work with the PHPMailer library, which works correctly if I do not enter the SMTP method, if I add the SMTP method that my server allows to configure, it sends me this error message: Fatal error: Uncaught...
asked by 26.12.2016 / 23:54
1
answer

Android 2.3 send direct mail to GMail, Outlook, Yahoo

I am developing an application where there are registered users in a MySQL table where there is a "mail" field. In the App, there is a button "I forgot my password", when the user clicks, he receives a "message" with his password in his mail...
asked by 21.03.2017 / 09:09
0
answers

how to create several email accounts with an own domain purchased in godaddy

If I have a domain in godaddy but I want that domain to create emails like: [email protected] this should point to eduardo gmail [email protected] this should point to jesus gmail Someone knows how I can perform this type of w...
asked by 31.07.2018 / 21:09
0
answers

Download Google File Gmail APi

using the function var request = gapi.client.gmail.users.messages.attachments.get({ 'id': attachId, 'messageId': message.id, 'userId': userId }); I get a JSON response like this: {...
asked by 05.10.2017 / 18:08
1
answer

Field Sent By (Sent By) on GMail with Google Apps Script

Search this site, both in English and Spanish, also check Google documentation and nothing. When you use GMail, you can give permission to another person to use your mail, that includes being able to send emails in your name, that is what is...
asked by 02.03.2017 / 18:18
1
answer

sending an email with php from a local server

I am making a web application and I need to send the form data to a specific email, here the form code <!DOCTYPE html> <html> <head> <title>prueba</title> </head> <body>...
asked by 25.07.2018 / 06:20
3
answers

PHPMailer and Gmail conect server error

I see myself in the painful obligation of coming to you for help. Even though I had already posted something about PHPMailer it turns out that now it stopped working like out of the blue. I tell you: I have the following code (I omitted the mysq...
asked by 24.10.2017 / 06:46
1
answer

SMTP connect () failed

Thanks for your kind help:) At the moment I am trying to send an email using PHPMailer to which I get the following error: SERVER -> CLIENT: 220 smtp.gmail.com ESMTP t129sm8288876vkc.0 - gsmtp CLIENT -> SERVER: EHLO localhost SERVER -...
asked by 05.10.2017 / 04:46
1
answer

Validate if you find an attachment VBA macro gmail

I have this macro that sends several emails at the same time with different attachments to X number of previously specified emails. Always the emails must have an attachment (this is the reason for the email), I am trying that when I do not f...
asked by 26.07.2017 / 17:15