Questions tagged as 'email'

0
answers

Do not show Hosting when sending e-mail with PHP

Someone knows how to send an e-mail with PHP, without our hosting name appearing in the sender of our recipient. I use the appropriate labels for the sending and the name, suitable headers, but I can not find which one to use so that the name...
asked by 30.06.2017 / 22:06
0
answers

Is it possible to send an email, which contains buttons in the body, and with these buttons can be processed actions and how? in ASP.NET

The idea is that from C # you can send an email containing buttons in the body. And the receiver, who reads the mail, can press the button and perform some action, such as opening an application, and even send data to a database. I would like...
asked by 05.06.2017 / 23:10
0
answers

I receive mail but it is not confirmed

I have the following form: <form action="assets/php/sendmail.php" method="post" id="contactForm"> <p class="text_cont"><input id="name" input type="text" name="name" placeholder="<?php echo FORM_PLACEHOLDER_1 ?>" required&...
asked by 30.05.2017 / 09:23
0
answers

Error sending Mail with the MAIL function from LAMPP- ubuntu

Hello friends I have the following code where I send email from my website to the mail of a client in this case is mine but in truth I do not understand before when I used it worked correctly without problems, but one day to another one does not...
asked by 20.05.2017 / 02:52
0
answers

Error in form to send messages to email

Hello friends, I have the following code (note add PHP to html5 so they could see all the code, I do not have it that way), well, I have it and it worked properly for me and I got the emails well, but since I there was an error of GMAIL authenti...
asked by 06.05.2017 / 06:18
1
answer

How to attach a PDF file encoded in base 64

I am developing a solution that consults PDF records from a WEB service. The result of the consumption of this service can be encoded and stored as PDF: File.WriteAllBytes(Environment.GetFolderPath(Environment.SpecialFolder.Desktop) + "\prueba...
asked by 04.05.2017 / 01:33
1
answer

Error sending mail from heroku-laravel 5.4

I have a problem when sending an account confirmation email, I try it on the localhost and it works correctly, but when I deploy the application to heroku it does not send the email, this is my register method: protected function register(Requ...
asked by 21.04.2017 / 05:03
1
answer

Problem sending Plesk emails

I am trying to activate a mail server in Plesk for one of the domains hosted in it, I receive mails perfectly I can log into the webmail but when I try to send an email it gives me the following error: SMTP error (454): Recipient "recipient@g...
asked by 20.04.2017 / 15:16
2
answers

Error sending mail with phpmailer

I am trying to send an email with the phpmailer library, in local it works correctly, but when I have uploaded it to a hosting it returns the following error: Could not instantiate mail function. The configuration I have is the following: $...
asked by 08.04.2017 / 09:27
0
answers

As insert url's in email in cakephp 3?

I want to send an email through the class Cake\Mailer\Email; and when inserting a link <a href="url"></a> insert another url that includes the transport host configured in bootstrap.php My action on the contr...
asked by 06.03.2017 / 18:28