Questions tagged as 'email'

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
2
answers

Send the contents of an .eml file by email with c #

Would it be possible to send the content of an .eml file by email with c # without an attachment? I am currently sending messages with class MailMessage and I do not know if it would be possible to enter the content (with included phot...
asked by 18.01.2016 / 17:45
2
answers

What charset should I use when I send an email through PHP?

Use this charset : $mailHeader2 .= "Mime-Version: 1.0 \r\n"; $mailHeader2 .= "Content-Type: text/html; charset=utf-8";     
asked by 29.01.2016 / 21:00
2
answers

PHPmailer does not work for me when sending an email (Troubleshooting)

Hello, I've been going around looking at information and I can not find any way for me to send this email to the desired mail, and I do not know why I get this error, I have disabled the firewall, I am making the request in postman in case I hav...
asked by 23.03.2018 / 00:10
0
answers

Use a table instead of multiple html with EmailService

I usually do this: Email Service: public void NewScholarship(Boolean isApproved, String name, String classificationDescription, String percentage, String dateStarting, String dateEnding, String description) { Subject = isApprov...
asked by 06.06.2016 / 04:10
1
answer

Application to send text messages to cell phones [closed]

I would like to know how I can develop a java application that allows me to send text messages to several cell phones.     
asked by 11.01.2018 / 20:10
1
answer

Center content of an HTML table for mail

I am going crazy trying to center the content that is inside the table, since it is for mail and the compatibility is scarce. I can not find a way to center it, or to make the account number not a line break. Thank you! <table s...
asked by 21.03.2018 / 19:59
1
answer

How to attach .txt in an email (Android Studio)?

I am trying to attach a ".txt" file in a message.  When I run the application, and in principle it is when the message should be sent, nothing is sent, I do not know if it is because it does not take the file well or because reason. I want the m...
asked by 10.11.2017 / 22:12
1
answer

send mail with test mail server tool

I need to enable the sending of mails by form. It is the first time I do it. I am based on this link: link I installed the mail server test tool to simulate a mail server: link With this, what I do is not send an email but "falsify" a sh...
asked by 16.02.2017 / 17:31
1
answer

Send email from swift

I'm doing an app in which users are registered and can interact with the app. Could you send an email from swift every time a user registers or every time they get a score record?     
asked by 01.09.2016 / 10:04