Questions tagged as 'gmail'

2
answers

Apache Commons Email does not send email using Gmail

Click here to open the repository in the Maven Repository for Apache Commons Email. I have the following code that receives a recipient, subject and message from a form: @RequestMapping(value = { "/email_commons/send" }, method = RequestM...
asked by 29.10.2015 / 14:02
2
answers

PHPMailer 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 (form @ .....), however, when sending to the client, set the parameter From as the (contact @ ....), which is from...
asked by 19.10.2016 / 17:34
1
answer

G-Mail ignores CSS

Everyone, good afternoon! The middle-sized email gossip that ignores CSS in the emails I make, it does not even appear in emails, and sometimes when it appears, it changes the class I need for a random class of them. How can I get around this...
asked by 16.03.2017 / 17:28
1
answer

Sending email asp net - Gmail [duplicate]

Follow the email sending code, The reported error is in google's SMTP access. StringBuilder conteudo = new StringBuilder(); conteudo.Append("O Srº(ª) " + "<b>" + txtNome + "</b>" + " entrou em contato pelo site no di...
asked by 22.01.2016 / 18:01
0
answers

Import of CSV (which is inside a zip) received by email automatically to the Spreadsheet

What happens is that every day I receive an email with an attached report. This attachment is zipped (.zip), and inside this zip has a CSV file. I need this zip to be converted to CSV and that this CSV will automatically go from my email (gma...
asked by 02.04.2018 / 13:47
1
answer

Error in class PHPMalier

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 function use PHPMailer\PHPMailer\PHPMailer; use PHP...
asked by 12.11.2017 / 19:54
1
answer

Error logging in gmail - Permission denied to generate login hint for target domain

I'm trying to implement gmail login on my website, however, the same as the following error screen: I saw in some other questions that the problem would be because the link is with ip, instead of localhost or a domain actually ex: mydom...
asked by 09.11.2017 / 19:06
0
answers

Django + Postfix password reset email is not sent

I've set up a server with my Django application and now I'm trying to enable password reset via email using postfix as an e-mail server. I started configuring my views and testing if everything was correct through Django's console email...
asked by 22.08.2017 / 16:37
0
answers

VBS Script with error

I have here a code that I found I need help with ... It basically makes spam for a gmail account but you are having an error on the smpt part is here the error: link and here's the code: Dim User Dim Pass Dim Name Dim Input Dim Input2 Dim In...
asked by 10.11.2015 / 08:55
0
answers

How do I get content from all of a user's emails 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 of receipt, but I can not do it. Here is the snippet I took from Google...
asked by 05.12.2014 / 01:30