Questions tagged as 'e-mail'

2
answers

Check if an email exists or your email domain

I need to check in Java whether an email or if your domain exists. I do not mean to treat the validity of the email, using for example regular expression, but rather really check if there is an associated account. I have seen some forums on the...
asked by 12.01.2018 / 13:42
2
answers

Problem with accent in e-mail form

Colleagues, I have an e-mail form in PHP that does not correctly send accented words, several questions appear in words with accent, cedilla etc. I tried several things but none worked. Can anyone give me strength? Below is the script I'm...
asked by 19.09.2018 / 19:40
1
answer

c # Web mvc Send PDF without saving to disk and sending by email

Hello, I have an MVC web application and I have a method to send an email and I have to add a PDF that is dynamic, I have to attach it to this email without saving to disk. Could someone help?     
asked by 27.02.2018 / 18:47
0
answers

Sending mail laravel with command

Personal I created a command to send emails of invoices generated, in the controller it works normally and email is sent, but when I execute the command laravel does not send email. follow the code below: public function handle() {...
asked by 23.01.2018 / 16:18