Questions tagged as 'email'

1
answer

Error sending form php [closed]

I'm having a form that another programmer did and the site's emails are no longer being sent, I can not find the error, I'm also not very good with php. Can anyone identify the error? The file mail.php follows, these checks in my view...
asked by 07.12.2016 / 12:49
1
answer

Error sending simple email with python

I'm learning to send emails with python. Right at the beginning, I came across error importing the smtplib module methods, which generated this question: Import error when sending simple email with python Then I saw that it did not give...
asked by 29.12.2016 / 16:38
1
answer

Sending Email on Server

I'm trying to create a page that sends emails but I'm not getting them ... Would you have something to check? Here is the code I use to send ... <?php $message = "Testando outros remetentes, para facilitar a resposta"; $headers = 'Fro...
asked by 27.06.2016 / 16:57
1
answer

Send email to all registered

How can I send an email to each registered user in the database? In this way I can only send to a user, in this case an email is sent to the last user of bd. <?php header("Content-Type: text/html; charset=UTF-8"); $sql = "SELECT...
asked by 27.03.2016 / 19:27
1
answer

Django Template Email

DJANGO: Could anyone help me put email template (pull some html or css to email content) through views.py? I tried everything but it did not work, grateful already. Views.py: - - coding: utf-8 - - from django.shortcuts import render f...
asked by 14.02.2016 / 22:55
1
answer

Powershell - the use of wildcard or similar thing in Set-MailboxJunkEmailConfiguration

I've been trying to figure out on my own, from researching on various websites, forums etc, a solution I deem to be relatively simple, but without success. I would like to block emails for a particular Exchange user, but not by the entire add...
asked by 21.10.2015 / 12:42
1
answer

How to create emails in Swift using MFMailComposerController correctly?

I'm having trouble creating an email with MFMailComposerController in Swift. When I try to assign self to emailController.mailComposerController I get an error stating that I can not assign TelaFinalViewController (self)...
asked by 15.05.2015 / 08:00
1
answer

Amazon EC2 Linux server without postfix sending localhost email

I configured a Linux instance in Amazon EC2, I installed the basics to run a PHP application (Apache + PHP + MySQL). What surprised me was when I ran a test using the mail () function of PHP, I usually received it in my email as if it had a...
asked by 24.04.2015 / 08:18
1
answer

Devise - Confirmation email and Forget password? [email does not send]

Problem does not send Confirmation Email and Password Change Problem After requesting the submission of forget password? it will load until giving time out . Thecreationofthetokenforpasswordexchangeisgeneratedcorrectly,acce...
asked by 25.03.2015 / 18:40
1
answer

php mail function () is not working

I am using the mail() function of PHP to try to send some data that is informed in my form; the function is returning true only the email never reaches the recipient. Below is the PHP code: $headers = 'From: ServidorCafé <cont...
asked by 09.12.2014 / 21:23