Questions tagged as 'email'

0
answers

Check if user verified email on firebase

I would like to know how to verify if the user has validated the email used in the firebase registration with email and password. After registering and sending the e-mail to the user but indifferent to clicking the generated link or it is not po...
asked by 02.06.2018 / 20:25
0
answers

Confirmation email

Good afternoon, I recently implemented an email confirmation system for the users that are registering and it works perfectly, but I want the users already registered to confirm, but when I tried to use the msm system I did not succeed ... alg C...
asked by 30.05.2018 / 19:25
0
answers

error: 14090086: SSL routines: ssl3_get_server_certificate: certificate verify failed

I'm having problems trying to send email using the CodeIgniter Library, trying to trigger the email I get the following error:    Severity: Warning       Message: stream_socket_enable_crypto (): SSL operation failed with code   1. OpenSSL Er...
asked by 16.05.2018 / 15:55
1
answer

CommonsMail JavaMail - Failed to send email

I'm trying to send email using google's smtp with the CommonsMail lib in a web application, but it's always causing a flaw. I made a separate app and tested several settings, which I've been seeing on a number of other topics. Using port 465...
asked by 22.05.2018 / 23:42
1
answer

AWS SES CURL ERROR [closed]

I'm trying to set up an email server for my website, but when I try to send an email I get this error: Error executing "SendRawEmail" on "https://email.us-east-2.amazonaws.com"; AWS HTTP error: cURL error 7: Failed to connect to email.us-east-...
asked by 25.04.2018 / 15:47
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

C # how to send an email containing a hyperlink using System.Net.Mail?

I have created a class to send you emails using the System.Net.Mail library. To make the sending format the HTML message. The message I'm sending is as follows: <div style="display: block; margin-left: auto; margin-right: auto; width: 60...
asked by 03.04.2018 / 01:25
0
answers

Different MX records for different e-mail servers

I have two servers the Y (only for email), and I have Server Z (empty). - Server Y has some email accounts registered; -o Z I want to register only 2 email accounts and use them without the intervention of server Y. Is it possible to configure t...
asked by 07.04.2018 / 04:17
1
answer

HTML Base64 image in emails

I have a python API that sends emails. The problem is that I mount an HTML and put a <img> tag and I put a base64 variable that is src . But 90% of e-mail services do not support base64. Is there any other way out? Home Follow the C...
asked by 28.03.2018 / 16:04
0
answers

Send form to Email

<form method="post" action="phpmailer.php"> <input type="text" placeholder="Nome" name="nome"> <input type="email" placeholder="E-mail" name="email"> <button type="submit">Enviar</button> </form>...
asked by 18.03.2018 / 23:09