Questions tagged as 'email'

2
answers

POST method does not take FORM value

I'm making a contact form on a website, but the PHP method does not get the value of input in form , I already searched the internet and could not find anyone with the same problem. And email is being sent, the value of the $s...
asked by 31.07.2015 / 13:32
3
answers

Pick up email response content

I'm using the imap library to sign in to a company account and bring in the new emails when it's an answer of an email I would just pick up the new content but I can not get this just the full conversation. Let me give you an example: A cli...
asked by 05.04.2018 / 21:22
1
answer

Send bulk email using Amazon SES

I'm developing a system that should send bulk emails using the Amazon SES service. How the upload is done To send mail, I'm using PHP Mailer, with the following code: $mail = new PHPMailer; $mail->isSMTP();...
asked by 20.03.2014 / 17:55
1
answer

E-mail sending with Laravel 5.2 [closed]

I'm having trouble sending mail with laravel 5.2. You are returning this error: Expected response code 250 but got code "530", with message "530-5.5.1 Authentication Required. The file .env looks like this: MAIL_DRIVER=smtp MAIL_H...
asked by 01.08.2016 / 19:01
1
answer

What are the rules for building an HTML email?

I am about to build an HTML email, but I see that there are differences to an ordinary website page. I want the HTML email to have css and to appear both in desktop access and on tablet and mobile, and it should show some images in the body of t...
asked by 29.03.2016 / 17:42
1
answer

Java - Send Email Securely via the Gmail API

I'm using a API mail%% of this tutorial for sending email via Mail.jar , however I realized that I have to, enable permission for less secure applications. Is there another way to send email Java , without having to enable this les...
asked by 03.11.2016 / 22:22
3
answers

How to customize password recovery email (Laravel 5.4)

How can I customize the password recovery email for Laravel 5.4, I need to change the language but can not find the place to edit.     
asked by 02.03.2017 / 12:10
1
answer

How to send 200 emails (not newsletter) without running the risk of going to spam list?

Every month we send 200/300 handmade emails with variable text to customers of the month (not newsletter). Via PHP I can make the text dynamic, and send it automatically, but the problem is sending 200 emails without the domain going to a spam l...
asked by 14.01.2016 / 15:00
1
answer

How to format php mail?

I'm not able to insert formatting into code. Whenever I send, I get the email formatting tags as <html> <body> , <strong> , <b> , <p> , etc ... Follow the code with html formatting that...
asked by 30.07.2015 / 22:17
2
answers

Error using phpMailer class

I am making a contact form using the phpMailer class and every time I send the email this error occurs: I'm using the SMTP connection. "Fatal error: Class 'SMTP' not found in /home/proftpd/[email protected]/PHPMailer/class.phpmailer.php o...
asked by 11.06.2016 / 16:04