Questions tagged as 'email'

2
answers

Extract emails from a Memo

I have a memo component, inside it there is a large text, and in this text it contains several scattered e-mail addresses. How can I just extract emails from this memo1 and play on memo2 ?     
asked by 21.08.2015 / 16:01
0
answers

How to get the $ recipient from the Woocommerce emails

I'm trying to get the recipient's email from the Woocommerce emails that go to Admin. I know there are other ways to do this but I need to do this through the comparative between the recipient and Admim WP. ////////// BCC EMAIL ///////////// f...
asked by 02.08.2015 / 22:22
3
answers

Send mail with data of a form [duplicate]

I have a form in a html file and needed to click on submit > the data was sent to a mail. I've tried putting it in form , action="mailto: ...." , which was the only solution I found, but when I clicked on submit > just went to Outloo...
asked by 02.07.2015 / 16:44
0
answers

Function sending mail attachment noname

The email is sent successfully, but it seems that the attachment is not being sent correctly, because what arrives is a 0 B file, titled: noname . p> What are the causes for such a problem? How do you avoid it? When I moved to wordpress...
asked by 11.06.2015 / 18:22
1
answer

How to send emails in the version of php 4.3.11?

How can I send emails in the version of php 4.3.11? I have a website hosted on a server where the php version is this and the mail() function does not work. Is there a way to get around the problem?     
asked by 18.09.2015 / 11:47
2
answers

Problem sending e-mail with php

I have a problem with my email sending code it works normally but my email arrives unformatted and showing the tags of html follows my code HTML <form id="form-elements" onSubmit="return false"> <div...
asked by 12.01.2017 / 12:39
3
answers

sending email by smtp

I made a class that has the following code to send an email: try { WebMail.SmtpServer = "smtp-mail.outlook.com"; WebMail.SmtpPort = 25; WebMail.EnableSsl = true; WebMail.UserName = "meuem...
asked by 30.06.2016 / 06:40
2
answers

Send e-mail by attaching a local file

I need a PHP script that, when executed, automatically sends a certain file attachment location in an email. This is not a web form filled out by the user. It is automatic sending when the script runs whenever someone opens the page.     
asked by 02.04.2015 / 15:53
1
answer

how to insert 2 different recipients to submit form

I need the contact form to be sent to 2 different emails, the PHP code is working correctly, I just need to know where to enter the 2nd email destination: <?php $nome = $_POST['nome']; $idade = $_POST['idade']; $inst = $_POST['...
asked by 18.12.2017 / 14:53
3
answers

E-mail coming out with strange characters in PHP [closed]

I use a PHP + MySQL system, but every email that searches the data of the email in the database as a subject, etc ..., in the words where it has accents everything goes wrong, an example: no it's like this N $$ O $, I've already changed the defa...
asked by 13.10.2016 / 13:35