Questions tagged as 'email'

0
answers

Obtain Excepcion when a mail does not reach its recipient by a badly written recipient or that does not exist

I have this code public void SendEMail(string recipient, string subject, string message) { try { //Intialise Parameters SmtpClient client = new SmtpClient(clientAddress);...
asked by 09.04.2018 / 22:09
0
answers

as an attachment to a PDF file in gmail using an intent in android studio 3.1

Hi, I have this problem and I hope you can guide me. I'm programming an application and I need to send a PDF file, I've already made the program and it's like this: import android.content.Intent; import android.net.Uri; import android.os.En...
asked by 16.04.2018 / 17:55
0
answers

Z-Push in zimbra

I try to configure an iphone with my zimbra server (which works well in the browser) Release 8.8.7.GA.1964.UBUNTU16.64 UBUNTU16_64 FOSS edition. On the web the only tool to do it is z-push I follow the tutorials but none works, the closest is th...
asked by 03.04.2018 / 00:32
1
answer

Problem when trying to send email with Codeigniter

Error PHP Error was encountered Severity: Notice Message: Use of undefined constant INTL_IDNA_VARIANT_UTS46 - assumed 'INTL_IDNA_VARIANT_UTS46' Filename: libraries/Email.php My file $this->load->library('email');...
asked by 27.03.2018 / 22:39
0
answers

Failed link notifications mail

I have a error , when I subscribe to the news of a website to receive notifications of new news in my mail , I get the news correctly but the problem is in that has a LINK "See more" to access the web and read the news completely. If I cl...
asked by 14.03.2018 / 15:46
1
answer

laravel email messages do not arrive using a shared server but I do not have errors that guide me

I am sending email from the form using notify in shared server (hostinger) I do not receive error messages but the email does not reach the destination. Any suggestions? public function mailToAdmin(ContactFormRequest $message, Admin $admin)...
asked by 07.03.2018 / 03:03
0
answers

HREF in template .ftl

I do not have much idea of ftl or freemarker, but I need to mount an HREF link in a template that I use to send emails, I found this:    < #assign res = ' HELLO '? matches (r'href="(. *?)" ' ) > but it does not work for me, becaus...
asked by 20.02.2018 / 13:52
0
answers

Wordpress does not send email in html format

I have a small problem with the sending of emails in wordpress it turns out that it does not send email with plain text html content In my function I have the following code which should work: function confirmed_visited($post_author, $proje...
asked by 08.02.2018 / 00:03
1
answer

Object fit in outlook

I'm using the property css object-fit: cover; for an email bulletin, outlook removes this property How can I use it? I can not use the image as a background of the div they ask me as a separate image. Thanks.     
asked by 09.02.2018 / 14:46
0
answers

Configure wampserver to send email locally

I am trying to send an email from a web system locally, the problem is that when I try to send the email I do not receive anything, I already made a previous configuration with SENDEMAIL, but it still does not work, I do not know what the proble...
asked by 09.02.2018 / 18:28