Questions tagged as 'email'

0
answers

How to code with Email Marketing?

I'm starting with Email Marketing, I've never done it before and am facing  a world of difficulties. By the tutorials seen on the internet, I could draw the following conclusions: We use table so that it has a greater tolerance and th...
asked by 23.05.2018 / 16:47
1
answer

Is it possible to use subdomain for custom email?

I will try to illustrate the situation as clearly as possible. I have a domain of a company, ex: empresa.com.br. This domain is used for websites, email, etc. Ok, now comes the doubt. It is possible to create a subdomain department.comp...
asked by 20.04.2018 / 21:03
0
answers

Send e-mail and record log automatically in DB (called)

I have the following need. I am creating a system called for a client in PHP, and everything will be registered in the MySQL database and for each answer, an email will be forwarded (via PHPMailer, for example). I need this message to be reco...
asked by 27.04.2018 / 18:39
0
answers

SQL script monitoring [closed]

Someone can help me, In my company I have a script that verifies how many emails were processed and sent by the server, but sometimes the program that makes the uploads hangs and I only know that it has blocked why my users complain that ther...
asked by 10.01.2018 / 11:54
0
answers

Capture user data that accesses my site [closed]

I was accessing the JBL website in the afternoon, minutes later I received a message in my email offering products without my having made it available to them. Not that it's something new, but just now I'm curious: Does anyone know how it's d...
asked by 19.01.2018 / 20:19
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
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
0
answers

PHP's native mail () function returns true and does not send mail

Good morning! I have a stone in my shoe that I need guidance. By means of a separate file (which I am calling function_email.php) inside my "include" folder in the root, I created a function (based on mail) PHP that sends emails when called o...
asked by 11.11.2017 / 18:01
0
answers

Email sent, always arrives as spam, in SquirrelMail with Postfix in debian 8

I installed postfix and SquirrelMail on my server to receive and send emails, it happens that emails always reach the recipient always in the spam box. What settings do I have to make for email to arrive normally?     
asked by 23.11.2017 / 16:26
0
answers

My code does not send email to Gmail, however it sends to Hotmail

My code for some reason does not send emails to Gmail, well, at least emails do not arrive. This is a college job, I earned the score, so no rush, but this is bugging me, what's the problem? Because I can send to hotmail, but for Gmail I have pr...
asked by 22.11.2017 / 00:31