Questions tagged as 'email'

1
answer

Sending e-mail with asp

Good afternoon guys, Can someone help me create an asp for sending email? I see several methods in Google, but I do not know which one I can use and I do not understand all the terms. I'm trying to put in a page that I'm creating on the developm...
asked by 01.09.2016 / 21:16
3
answers

email with unconfigured table

The code below sends order confirmation emails correctly, however it arrives unconfigured for just 'a single recipient'. In case, the product in the description field appears printed before anything on the screen and some words appear together....
asked by 07.07.2016 / 23:38
1
answer

Sending emails in Delphi

I'm using the following code snippet for sending emails in Delphi, but when I try to send an attachment, the attachment becomes part of the email body. What could be wrong? function SendEmail(sendTo, subject, body: string; attachFiles: TStri...
asked by 07.06.2016 / 13:32
0
answers

Sending problem in the contact form BigStream Wordpress theme, setting up the mail-it.php file

I am not able to make contact form of the Bigstream theme of wordpress work, when I click on send it shows message of success but the email does not arrive. I found the following file 'mail-it.php' but I do not know exactly how to configure i...
asked by 19.04.2016 / 14:33
0
answers

Sending email to gmail (Codeigniter), appears as spammer

I have a problem sending emails to GMail via CodeIgniter. All the emails I send do not appear in the images and are left with a message from GMail saying it could be a spammer . Is there any way to overcome this? Here is a print of how the e...
asked by 30.05.2016 / 13:11
0
answers

E-mail Marketing does not recognize margin

I am studying email marketing. I am trying to place a text in a white square part in the middle of the image. However, I noticed that you are not recognizing the margin element in emails. Any alternative? I need to leave the text in th...
asked by 12.05.2016 / 17:58
1
answer

Django-allauth configuration

I'm trying to implement django-allauth in a personal project but I'm not getting it, in version 0.20.0 it's easy but I wanted to try the latest one that is 0.25.2, not me but when access to link does not happen, follow the code: INSTALLED_...
asked by 06.04.2016 / 05:24
2
answers

Color of the mail (gmail) already read

By gmail, when we receive a second email that has the same text as the previous one it changes the color of the text. Can I manipulate this in the html / css of the mail merge, so that the color of the text is not changed?     
asked by 07.03.2016 / 13:18
1
answer

How do I import the Hotmail / Outlook contact list? [closed]

I recently had to import the Hotmail / Outlook mailing list from the users of my application, and here's one of the ways you can proceed if you also need to implement this feature on your front-end system, via JavaScript.     
asked by 01.02.2016 / 17:33
3
answers

How to send e-mail from localhost using the PHP mail function?

I want to send emails from localhost. <html> <head> <meta charset="utf-8"> </head> <body> <h1> Olá mundo!</h1> <?php $enviar = mail( "[email protected]", "nada não", "teste somente"); ?> &...
asked by 18.11.2014 / 09:43