Questions tagged as 'email'

2
answers

The specified string is not in the required form for an e-mail address

Hello, I am trying to send an email from ASP.NET but something is wrong with me, I found that to use the mailer I should not pass plain text to it than variables , but my valuable is a String , I do not know if I'm passing something else....
asked by 13.12.2017 / 21:00
1
answer

Receive form data with php on gmail account

I want to receive the data of this form to a gmail account through PHP. Currently if I send it I do not receive anything including the spam folder. <form method="post" action="action.php"> <label for="email" id="email">Ema...
asked by 22.11.2017 / 23:18
1
answer

Canvas-lms: SMTP From address may not be blank: nil

I installed Canvas-Lms however, I could not send emails from the application, it always tells me the SMTP error From address may not be blank: nil I have configured the outgoin_mail.yml correctly, however it shows the same error. Can som...
asked by 30.10.2017 / 18:18
2
answers

You can not send emails using php in a google cloud instance

More specific: I'm using a centos installation 7, I use php 5.6 and I'm trying to send emails using some joomla components, specifically chrono forms 5, because no error is reported when sending a form from a website , but also the emails do not...
asked by 26.10.2017 / 20:42
0
answers

Restore connection with SMTPlib

Good afternoon: I have a Python program that what it does is read a Telegram message and send the same message but by email through the SMPT library. The problem is that by chance I send two messages from Telegram at the same time the program...
asked by 29.09.2017 / 17:44
1
answer

configure emails in digitalocean for several domains

I need to send and receive emails for several domains on a digitalocean VPS. I can not find the correct configuration for the emails to come out with [email protected] for each domain and you can receive emails to the same account (even if the a...
asked by 07.09.2017 / 13:21
6
answers

Validate an email in JavaScript that accepts all Latin characters

Question How to validate an e-mail that accepts all Latin characters? By Latin characters I mean accented letters, ñ , ç , and all those used by languages such as Spanish, Portuguese, Italian ... Latin. Context The goal...
asked by 01.12.2015 / 21:55
0
answers

Errno 10013 An attempt was made to access socket in a way forbidden - python 2.7

I'm trying to create a script that sends a simple email through gmail with python 2.7 but at the time of executing the code I get the following error:    Connection to Gmail failed   [Errno 10013] An attempt was made to access to socke...
asked by 18.08.2017 / 18:32
1
answer

How do I generate a PDF or an email from a registration in a form in php?

I already have my form for the data record but I would like that when I click on the "register" button in addition to sending the information to the BD, a PDF with the information that has just been registered will automatically be generated....
asked by 24.08.2017 / 17:35
0
answers

Mail does not come out if I do not close the program

Greetings, I am programming in VB through VS2017, I made a program that sends email to the email accounts that specific. The problem is that the mail does not reach the recipients, it only comes when I close the application. I would apprec...
asked by 16.07.2017 / 21:55