Questions tagged as 'email'

1
answer

Send newsletter

I'm trying to send a newsletter to all users who have the newsletter enabled and I can not. My normal send email code is: try { SmtpClient smtp = new SmtpClient(); smtp.UseDefaultCredentials = false; smtp.Host = "smtp.gmail.com"...
asked by 07.07.2015 / 04:18
2
answers

Problem sending e-mail (with html) using PHP

Hello, I have a code in html to send in email which in normal html mode it normally apples but when I send email, when viewing in gmail, all the html arrives. In Thunderbird, the email arrives with the html correctly. Does anyone have a solut...
asked by 16.10.2014 / 06:16
2
answers

Send e-mail with attachment sent by input

I have a PHP website with a contact form that allows you to upload a file. This file should then be sent attached in an email along with the other data. The email is not being received, even though you receive the sending confirmation message. I...
asked by 17.10.2014 / 17:22
1
answer

Solution for sending multi-destination e-mail and with html

Hello, I was worried about a solution for sending multi-destination mail and with html, I have an email sent by smtp gmail that works, but there are two problems that I can not solve. Problem 1: I need to enable html codes in the body of the...
asked by 10.08.2014 / 20:49
1
answer

How to pull emails from my server with PHP

I would like to know how I can pull my emails from my POP3 server to a PHP page, ie pulling and displaying all emails, like Outlook does, but I would like to know how to do this with PHP. I searched a lot about it and did not find it. I'll pull...
asked by 17.06.2014 / 22:22
1
answer

Contact form and Ideal newsletter

I'd love to know what the ideal api / framework would be for dealing with contact forms and newsletter on a simple page with information about a company's services. There is a field to subscribe to the newsletter and a contact form. Because it's...
asked by 19.02.2014 / 16:29
2
answers

Open Outlook by clicking an email in the TDBGrid component in Delphi

I'm making a utility where you'll get the employee's name, your extension, and your email. I would like that when clicking on the email already open Outlook. How could this be possible?     
asked by 11.02.2014 / 14:15
0
answers

Django 2.0.9 - Upload file and send by email

I'm new to Django and I'm creating a web environment that sends emails. I can send the email without the attachment, however I need to include attachment. I'm using the form with the FILE FIELD field, but when I send the email the following erro...
asked by 28.10.2018 / 15:27
0
answers

How to get "x_" from Html tags in outlook with ASPNET

I have the following problem when sending an email with my application, at the time of opening the email, the Outlook provider modifies the template tags by placing the "x _" at the beginning of the name and id attributes of the tag. Hom...
asked by 25.07.2018 / 21:30
1
answer

Email phpmailer [duplicate]

I'm creating a form that when completed sends a confirmation email, so far so good, but I wanted it also sent an email to me with the data filled in the form, the client wants that information go to his email , I'm using phpmailer, follow belo...
asked by 26.06.2018 / 20:32