Most voted "email" questions
Method of exchanging digital messages from an author to one or more recipients. Use this tag for questions that need to programmatically manipulate email messages and services.
Learn more…379 questions
Sort by count of
-
0
votes1
answer82
viewsLocal email server with graphical interface
During the development of the applications I need to test the sending of emails, it would be great if I could have a local server with a graphical interface, so just configure my application to send…
-
0
votes0
answers509
viewsReceive emails via php off the server
I am developing a website with contact form. The form is very simple only with name, email, message and subject. I have the site hosted on a server, but I need the data from form are received in…
-
0
votes1
answer391
viewsphp mail() function is not working
I’m using the function mail() PHP to try to send some data that is informed in my form; the function is returning true only the email never reaches the recipient. Below is the PHP code: $headers =…
-
0
votes1
answer662
viewsError sending email with PHPMAILER
Hello, follow the code: Inicia a classe PHPMailer $mail = new PHPMailer(); $mail->IsSMTP(); $mail->Host = "smtp.dominio.com"; $mail->Username = '[email protected]'; // Usuário do servidor…
-
0
votes1
answer677
viewsDevise - Email confirmation and Forget password? [ email does not send ]
Problem sending Confirmation Email and Password Change Problem After requesting to send the forget password? he keeps carrying it until he gives time out. The creation of the Password exchange token…
-
0
votes1
answer125
viewsEmail Marketing other than HTML
I am trying to send a martketing email through the platform WEBMAIL - KINGHOST by the hmtl editor but it comes out very different from what is in html. below the html code that is working properly.…
-
0
votes1
answer57
viewsHow to create email in Swift using Mfmailcomposercontroller correctly?
I’m having trouble creating an email with MFMailComposerController on Swift. When trying to assign self to emailController.mailComposerController I get an error stating that I cannot assign…
-
0
votes1
answer331
viewsHow to import mailing list from Hotmail/Outlook?
Recently I had to import the Hotmail/Outlook mailing list of the users of my application, and I present below one of the ways you can proceed if you also need to implement this feature in your…
-
0
votes2
answers61
viewsColor of text in direct mail (gmail) already read
By gmail, when we receive a second email that has the same text as the previous one it changes the color of the text. I can manipulate this in the html/css of the direct mail, so that the color of…
-
0
votes1
answer24
viewsSending Email on Server
I’m trying to create a page that sends emails but I’m not receiving them... Would you have something you should check ? Follow code I use to send... <?php $message = "Testando outros remetentes,…
-
0
votes1
answer24
viewsE-mail validation via Pattern
I would like to define the Pattern of a field so that it always validates the emails typed in the format : [email protected] @Html.TextBoxFor(m => m.UsuarioEmail, new { @class =…
-
0
votes1
answer87
viewsSending an e-mail with Asp
Good afternoon, you guys, Can anyone help me create an Address for email submission? I see several methods on google, but I don’t know which one I can use and I don’t understand all the terms. I’m…
-
0
votes3
answers977
viewsEmail exiting with strange characters in PHP
Guys, I use a PHP + Mysql system, but every email that searches the e-mail data in the database as a subject, etc..., in the words where there are accents, everything goes wrong, an example: it’s…
-
0
votes0
answers50
viewsCSS When Sending JSP Email
Is there a way for me to send an email via java using even css? To be able to send the formatted body, I can, but I would like to put bootstrap in the email content //Criando a Multipart Multipart…
-
0
votes1
answer96
viewsPowershell - the use of wildcard or similar in Set-Mailboxjunkemailconfiguration
I have been trying for some time to discover on my own, from searching on various websites, foruns etc a solution that I think is relatively simple but unsuccessful. I would like to block mails for…
-
0
votes0
answers49
viewsDoubt about sending php mail
When receiving an email sent by the php mail function, it appears the email configured in the function as sender and appears this name that is highlighted, anyone know tell me why? is a server? is…
-
0
votes0
answers52
viewsErrorexception rmdir(/tmp/): Permission denied Laravel
I’m using the class Mail of Laravel and send the e-mail via SMTP right, but shows an error. Errorexception rmdir(/tmp/): Permission denied I’ve already given the folder full permission tmp of the…
-
0
votes1
answer141
viewsSending from Session to email
I need to send a "cart" via email and I’m using a session. Basically I just need the products to be sent to an email (gmail). This is the shipping code. Please help a newbie! <?php…
-
0
votes0
answers26
viewsHow to send attachments using php’s native mail function?
How can I add an attachment that the person inserts into the form? <?php $action=$_REQUEST['action']; if ($action=="") /* display the contact form */ { ?> <center><h1>Formulário de…
-
0
votes0
answers136
views -
0
votes1
answer75
viewsPhpmailer does not recognize "-" character in the form input
Hi good evening/morning/afternoon. I’m having a problem with a simple registration input. It just doesn’t recognize the "-" character. I made an email to test "[email protected]" only when you…
-
0
votes1
answer142
viewsHelp - Registration Form
Good afternoon! I made a very simple registration form that sends the data to the e-mail. It was working 100% and simply stopped sending emails. After all the registration, by clicking " send " the…
-
0
votes1
answer26
viewsHow to access email via Rscript?
I wonder if through some package the R you can access the mailboxes (Outlook, for example) directly. If possible, which package should I use?
-
0
votes1
answer154
viewsWhat Method to Send Email in Python?
for row in values: # Separei os valores da data em 3 variaveis temp. year = int(row[0][6:10]) moth = int(row[0][0:2]) day = int(row[0][3:5]) if day == d1.day and moth == d1.month and year ==…
-
0
votes0
answers223
viewsCapture ASP.NET MVC email attachments
all right? I am starting my studies in ASP.NET MVC (C#) and I wish you could help me with a problem that I am very lost. I need to connect in a mailbox and capture all attachments that have…
-
0
votes1
answer472
viewsPHP Mail function does not work
Hello, I have been trying to send an email through the PHP mail function, but nothing works, and after searching a little, I found a site that said it was necessary to have a fifth parameter, being…
-
0
votes1
answer768
views -
0
votes0
answers178
viewsphpmailer with gmail
Hello, I’m trying to send email with PHP Mailer... but is giving error... Parse error: syntax error, Unexpected end of file, expecting variable (T_VARIABLE) or '$' in C: Inetpub wwwroot Try…
-
0
votes1
answer23
viewsWebmail Linux Server
I’m developing a platform and I’m going to have some email accounts from that platform. As such I would like to be able to use them on the web directly on the platform, for example:…
-
0
votes1
answer366
views -
0
votes1
answer1036
viewsHow to send messages at time intervals to a batch of emails
How do I get the loop to send every 10 emails or every X seconds? I want to prevent emails from falling into the spam list. And how can I get the code to read a file . txt with the listed emails and…
-
0
votes1
answer78
viewsSend user to an email app
I want to send the user to an email application, but I just want to set the recipient, the rest the user himself will fill in the application he chose and then send Has as?
-
0
votes1
answer38
viewsDoubt when obtaining the value of a radioGroup to send in an email
Hello, in my code I have 4 Radiogroups and I will pass their value in an email. So far so good, but in my code I am not able to (I don’t know how to do) send only the text of Radiogroup that was…
-
0
votes0
answers701
viewsHow do I send the form data to my email with html and javascript?
Hello, I would like to know how to send the completed form data to my email used html and javascript. Ever since I thank.
-
0
votes1
answer240
viewsDjango Template Email
DJANGO: Could someone help me place an email template (pull some html or css to the email content) through the views.py? I tried everything that way but it didn’t work, thanks from now on. Views.py:…
-
0
votes1
answer114
viewsSending email in a Jax-rs json api
I have a demand to develop an api that among other features need to send warning emails, in the architecture it was defined that we will use javaEE Jax-rs someone has already worked with some api…
-
0
votes1
answer159
viewsHow to generate a PDF from a registration folder and then attach the generated file and send it by email?
I need to generate a PDF at the end of filling out a form and then attach it and send it by email. I need a light because I have no idea which tools to use! I thank you for your attention.…
-
0
votes1
answer512
viewsc# Web mvc Send PDF without saving to disk and send 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 in this email without saving on disk. Could someone help?…
-
0
votes1
answer477
viewsTo change the FROM parameter of sending email so that the sending server does not appear
I’ve been using this tutorial as base, but when sending the message by email (using PHP) appears as sending server io.wv.pt. Example 1: Example 2: PHP code: <?php if (isset($_POST['postsubmit']))…
-
0
votes1
answer52
viewsSend email to all registered
How can I send an email to each of the users registered in the database? This way I can only send to a user, in this case an email is sent to the last user of the comic. <?php…
-
0
votes0
answers664
viewsHow to create cron Jobs via php
I’m developing a system where he sends programmed emails using PHP. Then you will have a managerial interface that the user will be able to choose in how many days you want to send the emails. Now…
-
0
votes0
answers1021
viewsDifferent MX Records for Different Email Servers
I have two servers the Y (only for e-mail), and I have the Z Server (empty). -The Y server has some registered email accounts; -o Z want to register only 2 email accounts and use them without the…
-
0
votes1
answer42
viewsAWS SES CURL ERROR
I’m trying to set up an email server for my website, but when I try to send some email I get this error: Error executing "SendRawEmail" on "https://email.us-east-2.amazonaws.com"; AWS HTTP error:…
-
0
votes0
answers64
viewsSending problem in contact form Bigstream Wordpress theme, configuration of mail-it.php file
I am not managing to make contact form of the wordpress theme Bigstream work, when I click to send it shows success message but the email does not arrive. I found the following file 'mail-it.php'…
-
0
votes1
answer91
viewsemail by php using mail()
I’m making a website for an emresa but I can’t make the code that sends the email do so I’m using the php mail function <?php $Enviadopor = $_POST['e']; $Assunto= $_POST['a']; $Mensagem=…
-
0
votes0
answers53
viewsPhpmailer: SMTP connect() failed
I am making authenticated submissions, but it is strange that sometimes it sends normally, and other failures occur. The client insists that on his server everything is correct, and now I am already…
-
0
votes1
answer61
viewsMy form only sends the email to the server itself
I have a form that sends e-mail normally, but when I put the option to send a copy to the customer’s email, it does not send. I did several tests and found that he does not send e-mail to any…
-
0
votes0
answers243
viewsSending email to gmail (Codeigniter), appears as spammer
I have a problem sending emails to Gmail through Codeigniter. Every email I send doesn’t show up the images and gets a Gmail message saying it might be a spammer. Is there any way to get over it?…
-
0
votes0
answers173
viewsError trying to send bulk email
I have a system in Lockable and in it is carried out mass mail shoots constantly. I use the SMTP Locaweb to send. I’m just having a lot of mistakes of the same kind. Swift_TransportException:…
-
0
votes0
answers63
viewsE-mail Marketing does not recognize margin
I’m studying email marketing. I’m trying to put a text in a square white part in the middle of the image. However, I notice you’re not recognizing the element margin in emails. Any alternative? I…