Questions tagged as 'email'

1
answer

Show mailing list with Tkinter

I'm running a Tkinter program that relies on an email box. I intend, in a Tkinter window to show a list of emails based on a directory with .txt files (which are emails). I've been looking for a command to create a box and show the txt na...
asked by 10.01.2016 / 02:57
1
answer

How to loop to send my emails?

I'm trying to make the code pick up the emails I'm going to put in a .txt or a form list (while I'm not setting up the database) and loop to send all the emails. It turns out I'm getting this error message and I do not know how to fix the proble...
asked by 24.12.2015 / 01:54
0
answers

Function mail Windowns Server PHP

I am trying to use the mail function in Windows Server, I have used this scrip for several different servers and it always worked .... But now it does not work, I am not responsible for configuring the server. Can anyone help me? (Request add...
asked by 16.12.2015 / 13:50
1
answer

Send email with attachments in php

I'm sending an email, everything works fine. Now I wanted to add some files as an attachment. I have the following code: $from = $_SESSION['email_cliente']; $email_destino = "[email protected]"; $subject = "Assunto"; $messagem = "Isto é uma mens...
asked by 02.04.2014 / 15:59
0
answers

Receiving emails via php off the server

I'm developing a website with a contact form. The form is very simple with just name, email , message and subject. I have the site hosted on a server, but I need the form data to be received in another email , not what is set up in the...
asked by 25.09.2015 / 15:58
1
answer

Send session to email

I need to send a "cart" via email and am using session . Basically I only need products to be sent to an email (gmail). Thisistheshippingcode.Pleasehelpanewbie!<?phpinclude("cabecalho.php"); ?> <?php include("menu.php"); ?>...
asked by 17.10.2015 / 05:04
0
answers

Error sending email

I have an application in Delphi 2010 that sends emails normally by the components INDY . From time to time I can no longer send emails . I've already changed the settings in my account GMAIL to:    Allow less...
asked by 22.08.2015 / 21:54
1
answer

Send email with attachments in php

I'm sending an email, everything works fine. Now I wanted to add some files as an attachment. I have the following code: $from = $_SESSION['email_cliente']; $email_destino = "[email protected]"; $subject = "Assunto"; $messagem = "Isto é uma mens...
asked by 02.04.2014 / 15:59
1
answer

Local e-mail server with graphical interface

During the development of the applications I need to test the sending of emails, it would be great if I could have a local server with a graphical interface, that way I would just configure my application to send emails to this server. Is there...
asked by 13.09.2015 / 03:48
0
answers

How to make the PHP mail () function send via Amazon SES?

How to make the PHP function use my credentials in Amazon SES to send transactional emails without having to use lib PHPMailer or have to install and configure postfix / sendmail for this purpose? Is this a good practice? If not,...
asked by 25.04.2015 / 06:55