Questions tagged as 'email'

1
answer

SMTP sending error with gmail

I would like your help, I am sending a simple contact form email, using google smpt, because my domain is managed by a gsuite account. When trying to send me the following returns: 220 smtp.googlemail.com ESMTP x30sm11793366qtm.13 - gsmtp...
asked by 26.03.2018 / 19:59
0
answers

How to create cron jobs via php

I'm developing a system where it sends out scheduled emails using PHP. Then you will have a management interface that the user can choose in how many days he wants to send the emails. Now my question is, how can I create a cron through how ma...
asked by 16.03.2018 / 18:12
2
answers

Email Form React

I made a simple validation using react , and I would like the message 'b' to be available only when the user clicked on submit how can I do it? export default class LoginApp extends React.Component { validarEmail=(e)=>{...
asked by 15.03.2018 / 14:32
0
answers

PHP mail function sent via Locaweb

I'm trying to use the php mail function to send information from a form to my email via Locaweb. I've looked in several forums, but I can not make it work. I would like to know why even putting meta charset and the language the email comes out u...
asked by 09.03.2018 / 18:27
0
answers

Wordpress email new user

I am customizing the password setting email that is sent to the user when he registers, however when I try to create the password setting link he is not getting the user login, I am using the code below in functions.php function handle_w...
asked by 21.02.2018 / 20:22
0
answers

Your DKIM signature is not valid. I can not receive emails from my server!

I am configuring my mail server in VPS with easyengine in debian but by accessing mail-tester.com my note is low and points to DKIM problem. I waited 24hrs for DNS propagation and nothing! IcansendemailbutIdonotreceive!Ididthefollowing:DNSCo...
asked by 15.02.2018 / 17:12
0
answers

Basic key system

What I want to do is a small system in php / mysql. I want to manually sign the keys via mysql and if the guy activates the site the key he will receive an email with some texts. Can anyone help me? I have tried to do: PHP: <?php //...
asked by 07.02.2018 / 18:44
1
answer

Sending email in a ji-js api

I have a demand to develop an api that among other features needs to send warning emails, in the architecture it has been defined that we will use javaEE jax-rs has anyone worked with any api that integrates sending and receiving email in java?...
asked by 23.01.2018 / 20:24
0
answers

Apache Commons Email base64 Image

I have a software to send emails that use apache commons email to send mail html, I have in the database also a string that represents a base64 image example data:image/png;base64,iVBORw0K .... I tried to use the html img tag to send t...
asked by 16.01.2018 / 20:48
1
answer

Separate email body from within php tag

I want to separate the single quotation marks from the PHP tag: I have a code that sends an email to clients. I'll put here only the part of the code where I want to separate the single quotation marks that is this original here: $mail->...
asked by 23.01.2018 / 01:08