Questions tagged as 'email'

2
answers

Doubt to Call form in PHP to send by email

I have a small problem when connecting the contact form to be sent by email, it is not sending by email and I could not understand the reason for this, below the code in html with the name contacto.html <form action="sendemail.php" i...
asked by 24.06.2015 / 14:45
1
answer

Send email to different servers [duplicate]

I want my program, done in C # using a web service, send an email every day with an attachment to some email addresses from different servers. I was watching a tutorial and I had a question. The guy set up the hotmail server (smtp.live.com:587...
asked by 13.11.2015 / 12:04
1
answer

h3 within table email marketing

Speak, I need to apply an h3 inside a table, in a td but in the bottom position of it. Because I have an image and I need to play a title for the image. I tried with the position application but it does not work on email clients, can you help me...
asked by 27.04.2018 / 15:52
2
answers

Send email with PHP [closed]

I'm not sure what I'm doing here, but I'm not sure what I'm going to do. Here's the code I'm using: if (isset($_POST["recovery_pass"])) { if (filter_var($_POST["email"], FILTER_VALIDATE_EMAIL)) { $email = $_POST["email"]; } else...
asked by 22.01.2016 / 19:26
1
answer

Send data from a form by email [closed]

Hello, I'd like to know how to send data in a form via email. This form contains a profile image. example: Profile photo: name: age: sex: After saving these data, I wanted to make a long click on the saved option and open the share option...
asked by 25.08.2016 / 16:55