Questions tagged as 'email'

1
answer

Facebook login web javascript

I have a problem and it took a couple of days without finding a solution, I want to put the facebook login button on my website and I have managed to get the email but only in the development phase when I put the application in real no longer ca...
asked by 21.03.2016 / 15:27
1
answer

Responsive HTML mail template without @media query?

I'm trying to create an email template with a layout that shows in the same section three columns on computers and one on mobile - I can not use @media queries since I need it to look good even in outlook. So far I have been doing this, but t...
asked by 29.09.2017 / 04:47
2
answers

Notice when sending PHP form

I am sending a form with SendGrid. How do I get the message "Your request has been sent" or otherwise in case it is a failure ?, How do I run $ okMessage and $ errorMessage? HTML <form id="contact-form" method="post" action="envi...
asked by 01.03.2017 / 16:12
2
answers

Browser response after sending an email with PHP

I want to give an answer to the user, either: "Sent" or "Could not send" on the same page you see, after sending an email using a form ... Let me explain: 1: The user enters > Contact.html in the browser, fill in the form and click on the...
asked by 26.10.2016 / 10:31
1
answer

swiftmailer Config

I am setting swiftmailer in symfony , PHP 5.6.* , xampp I have a problem when carrying out tests to send emails, my configuration for swiftmailer is as follows: mailer_transport: smtp mailer_host: ###.###.##...
asked by 27.06.2016 / 21:17
1
answer

Obtain visitor's IP

I tell you my problem. I have started to make a program to obtain the IP of a visitor and send an email with this information to a given email. After searching the internet for several functions and inverting the theme I have not managed t...
asked by 06.11.2016 / 02:11
3
answers

Rare characters in emails sent with PHP

I am developing a website that should send e-mail with different types of notifications to users. For sending them I am using the class PHPMailer. The e-mail is sent from the server, with that I have no problem, but when I open the mail in the c...
asked by 27.11.2017 / 21:14
1
answer

Validate form in codeigniter

I am trying to validate a form in codeigniter and I have not been able to achieve it. I would like to validate the variables that arrive from the input of the form mailcontacto.php that is in view and that in that form show me the validation err...
asked by 04.05.2016 / 17:12
2
answers

How to attach a file in direct PHPMailer with URL?

Today I have a problem and it is as follows, I am using PHPMailer and I am trying to attach a file that is in the following path link and my code is as follows: $url = 'http://app.pimsaseguros.com/_files/_img/_holidays/040616-160454_img0...
asked by 07.04.2016 / 21:25
1
answer

Problems with the accents in the subject of PHPMailer

I am using PHPMailer to send emails for password recovery, welcome ... etc. The fact is that the body of the message is correctly coded by applying $mail->CharSet = 'UTF-8'; but the subject of the message does not recognize the accents...
asked by 10.09.2018 / 12:02