Questions tagged as 'email'

0
answers

Problem to send mail with mailtrap using Docker (MongoDB)

I'm studying the development of an API and I'm having trouble using mailtrap to do the test of sending email during user validation. The user is typed in the mongo however he does not send the email and returns the following error: Error: conn...
asked by 15.08.2018 / 21:15
0
answers

PHPMailer: SMTP connect () failed

I am doing authenticated submissions, however it is strange that sometimes it sends normally, and sometimes it fails. The client insists that on his server everything is correct, and now I am already without arguments. The version I use is 5.2.8...
asked by 07.08.2018 / 15:05
0
answers

Firebase Auth - Verify custom domain (for sending email)

Good afternoon! I'm trying to verify my proprietary domain in the "Authentication" part of Firebase, so I can send emails and manage user accounts via my domain. IhavealreadycreatedtheDNSrecordsasdirectedandrequestedbyFirebase(imageabove)...
asked by 01.08.2018 / 21:46
4
answers

Login condition with user or email in the same field

I am creating a system for schools, where the teacher, when registering, inserts data such as name, email, user and password. So far the teacher can log in with email, but I wish I could login with the name too (I made changes but this is giving...
asked by 09.05.2018 / 15:45
0
answers

sendEmails runs but does not work

First of all, take it easy with me, I'm starting HAHAHA I wrote this script here, debuggei it, no error ... but when I put it to run, it does not send the email, nor mark "Yes" in the last column. Where did I go wrong? function mailing(...
asked by 28.07.2018 / 05:49
0
answers

Problem sending phpmailer to the server

People, this can be a simple or complicated problem, I just know that I can not solve it. I have done thousands of searches on hosting topics, here in Stack, but it still does not work, so I do not know if the problem is in the phpmailer file...
asked by 13.08.2018 / 16:41
0
answers

How to integrate two forms that are on the same page?

I need to integrate two forms that are on the same page, would this be possible? I have a form that displays some options for the user with this I perform validations and calculations if everything is as the user wants he clicks a button and...
asked by 24.06.2018 / 04:32
0
answers

Send Email with Ruby

Good evening! The scenario I encounter is as follows: I have a screen that shows a form already filled out. At the bottom of the screen, there is a button to send the link from form via email. And that's where magic happens: I use AJAX via...
asked by 30.06.2018 / 02:28
2
answers

Form registration confirmation mail with codeigniter

Hey guys. I have the following scenario ... I wanted to send an email to the user of my site. For example: - Welcome to the company So, wait until soon we will contact. This is just an example, but in my real form I have other fields (type...
asked by 04.07.2018 / 00:56
2
answers

Form receiving email with blank data

The thing is that I created a form a few days ago and it worked fine, but I went to test it today and it gets the data blank. Could you help me, please? <?php var_export($_POST); exit; $name = $_POST['name']; $visitor_email = $_...
asked by 08.06.2018 / 21:41