Questions tagged as 'gmail'

1
answer

SMTP sending error with gmail

I would like your help, I am sending a simple contact form email, using google smpt, because my domain is managed by a gsuite account. When trying to send me the following returns: 220 smtp.googlemail.com ESMTP x30sm11793366qtm.13 - gsmtp...
asked by 26.03.2018 / 19:59
2
answers

Gmail 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 marketing, and I always respect the limits and anti-spam standards. And yesterday I started sending bulk emails, averaging 2,000 a day, but after a while I realized that users receive the following information:...
asked by 22.12.2017 / 19:05
0
answers

Python 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 launched for this action, but I can not make my code work, I already did this process for sending Emails and worked perf...
asked by 24.11.2017 / 19:45
0
answers

Error sending email in gmail with PHPmailer

I've been using this code for a long time and it worked really well until now it just does not work anymore, neither with outlook nor with gmail. <?php if($_SERVER['REQUEST_METHOD'] == 'POST' and !empty($_POST['contact_send'])) { $conta...
asked by 22.06.2017 / 17:41
1
answer

PHP's Mail () function disabled in SMTP?

I'm experiencing problems with PHPMailer, the class version is 5.1 , which is generating the following error: Could not instantiate mail function error that corresponds to an instance problem. Checking the possible causes of this, I ha...
asked by 11.01.2017 / 21:42
0
answers

Random values and html atributes?

I have noticed that some applications such as gmail, facebook and instagram are presenting classes and attributes as random values or it can be a used default, preprocessor or manager. I was quite curious just that I could not find anything t...
asked by 12.12.2016 / 17:10
0
answers

Sending email with Laravel 4.2 does not reach recipients

Hello, I'm trying to send emails using Laravel 4.2 but the messages only arrive when the recipient's email is the same as the one they are sending. The configuration of the mail.php file looks like this: <?php return array( 'd...
asked by 12.12.2016 / 13:44
0
answers

PHPMailer_5.2.4 with GMAIL

I have seen several topics and websites talking about phpmailer sending direct to GMAIL, but I can not do it, the following error appears: SMTP -> ERROR: Failed to connect to server: Connection timed out (110) The following From address fa...
asked by 04.08.2016 / 22:06
0
answers

Sending email to gmail (Codeigniter), appears as spammer

I have a problem sending emails to GMail via CodeIgniter. All the emails I send do not appear in the images and are left with a message from GMail saying it could be a spammer . Is there any way to overcome this? Here is a print of how the e...
asked by 30.05.2016 / 13:11
1
answer

Login attempt blocked PHPMailer

Good evening, I have a php code that sends a simple email to the user using a Gmail account, I've already enabled Access to less secure apps but I'm still having this return: 2015-04-01 01:24:04 CLIENT -> SERVER: EHLO localhost 2015-04...
asked by 01.04.2015 / 03:38