Questions tagged as 'email'

1
answer

send an email with a php form

I am trying to send the data of a form to an email but it does not send them to me It shows me up to the second alert. I'm sending.php and nothing appears. Can you help me? contacto.php <!DOCTYPE html> <html lang="en">...
asked by 05.02.2017 / 19:07
2
answers

Can I change the HTML when writing an email in Gmail? [closed]

I need something very simple, I want to do a <strike> (strikethrough) in the text of an email, eg: strikethrough . I found the library KartikTalwar / gmail.js: Gmail JavaScript API , but it demands a tremendous turnaround and t...
asked by 02.02.2016 / 13:24
1
answer

Error sending an email

Mail Class that sends the mail package com.example.demo.controllers; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.mail.SimpleMailMessage; import org.springframework.mail.javamail.JavaMailSender; i...
asked by 22.11.2018 / 21:31
1
answer

How to go through datagrid to form an email with the data of it and remove some columns? vb.net

I'm going through a datagrid in vb.net and with the information that has an email in html format to send it by mail, everything works fine, only that the datagrid has two columns that are marked in the photo that are with the property invisible...
asked by 20.09.2018 / 17:46
1
answer

PHP Mail | Form emails do not arrive to my mail server

I would like to know if there is any way to get mail sent from a form to an email from my company. I tried with my gmail mail and it works correctly. But I send from another email and they do not arrive ... My form: <form method="post...
asked by 13.08.2018 / 17:19
1
answer

How can an ionic form be sent to an email of mine

The thing is that I already have a form in which you enter everything you need and then I collect this data and show them with console.log () The question is how can I do it so that when I send it to you instead of showing it to you on the co...
asked by 18.03.2018 / 14:16
2
answers

SMTP error: Could not connect to the SMTP server

I can not send emails from my application, this is with the phpMailer library, when sending emails it shows me the error message SMTP: Could not connect to the SMTP server. Enter all the parameters of the server, which is smtp.gmail.com, user...
asked by 27.09.2017 / 23:46
1
answer

Attach image to mail Codeigniter

I am trying to attach several images to the body of an email, however when the mail arrives the same image is shown on the body. This is the script I'm using to scan the array images. foreach ($attachment as $key => $value) { $in...
asked by 29.08.2017 / 18:17
1
answer

Problem sending mail with PHP

I am trying to send a mail just after inserting records in the database. But it seems that the PDO has some conflict with the mail () statement, since the PDO works perfectly (without sending the mail) But when entering the line of...
asked by 22.06.2017 / 20:55
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 / 05:14