Questions tagged as 'email'

1
answer

Sending e-mail with mail function

I have a site on the localweb, and the first question is: Can I send email without authentication? Good by the way I think not, for although it appears written "Your email was sent successfully!" I do not receive the email. Second question, to a...
asked by 16.01.2017 / 23:42
1
answer

How to add "Reply To" with WooCommerce Customer Name and Email

Hello, I have a problem with this part, I would like to set the Client name instead of just the E-mail when clicking Reply. Here is the code I used to work "Reply To": add_filter( 'woocommerce_email_headers', 'add_reply_to_wc_admin_new_orde...
asked by 22.11.2016 / 20:22
2
answers

PHP form without the email field

I'd like to know a method for sending a form that does not have the email field. You will have only three fields: Nome , Telefone and Cidade . However, when shipping arrives this way ThecodeIhave:<?phpr...
asked by 03.10.2016 / 22:40
1
answer

Make the form send if only certain fields are filled

When I submit the form it is checking if all fields have been filled out. I want only the name, email and phone to be required for the form to be submitted. I have the following code <?php $subjectPrefix = '[Matricula - Master Clinic]';...
asked by 24.10.2016 / 17:41
1
answer

Problems sending php email

I'm trying to send emails to specific lists registered in the database, with the mail function of php but the email is not sent. What could be the error? Below is the script for sending emails: if ($_SERVER["REQUEST_METHOD"] == "POST"){...
asked by 19.04.2016 / 22:19
1
answer

Filter reading emails from a date

I have the following code snippet that reads emails from the inbox. try { email.conectar(); javax.mail.Store store = email.getArquivoEmail(); Folder inbox = store.getFolder("inbox"); inbox.open(Folder.READ_ONLY); //Aqui go...
asked by 19.05.2016 / 20:22
1
answer

Sending email asp net - Gmail [duplicate]

Follow the email sending code, The reported error is in google's SMTP access. StringBuilder conteudo = new StringBuilder(); conteudo.Append("O Srº(ª) " + "<b>" + txtNome + "</b>" + " entrou em contato pelo site no di...
asked by 22.01.2016 / 18:01
1
answer

How to attach file in email?

I have this Perl code that sends emails from a list with subject and body, I need one that does this but it is possible to attach some file of my choice. Can anyone help me? #!/usr/local/bin/perl $ARGC=@ARGV; if ($ARGC !=4) { printf "Você...
asked by 20.06.2015 / 22:16
1
answer

Edit body email php with html

I needed to edit the body of an email (after completing the form, an email is sent). But I'm not able to integrate my HTML code with PHP. I will send a printscreen of what is happening. WhatIwantedwassomethinglikethis- link CODE: <?p...
asked by 16.06.2015 / 14:01
2
answers

ASPNET Application does not send emails

I have an application that has a screen with sending emails, this application runs 100% on a virtual server (MANWEB10), including sending emails. When exporting to this new server (MANWEB01) the sending of emails simply does not work anymore, so...
asked by 23.04.2015 / 16:58