Questions tagged as 'email'

1
answer

Save doc sent by mail created by script in shared unit

I have created a function in script so that when a user completes a form, the answers go to a spreadsheet, a macro is generated (in script) that I send a doc attached in an email to the user with specific data. I can save this document in my per...
asked by 08.08.2018 / 16:34
2
answers

Email to external domains

I need help to send an email with an html design in php mailer , the fact is that I send my recipient email to an external server (not to gmail, or to hotmail, etc.), when sending it , all the html document is outdated and does not arrive as it...
asked by 12.07.2018 / 00:15
3
answers

When I read an email, he does not read me some attachments. I use the IMAP protocol which contains the S22.IMAP dll

I have the following code, in which I use the IMAP protocol that contains the S22.IMAP dll: using (ImapClient client = new ImapClient(imap, 993, usuario, psw, AuthMethod.Login, true)) { foreach (var uid in cl...
asked by 27.03.2018 / 19:55
1
answer

Is there a way to send an e-mail without using an App in Xamarin.forms?

Recently I'm programming in Xamarin.forms and I have an App that by pressing a button you have to send an e-mail to a predefined email. Searching the internet I found the NuGet Xam.Plugins.Messaging which works, but that makes the App...
asked by 15.01.2018 / 17:11
1
answer

Receive emails with Python

I am trying to receive with Python the emails that I have in my Gmail. I connect without problems to my account and I get the mail from the one who sent the message, the subject or the delivery time, but there is no way to get the body of the me...
asked by 10.09.2017 / 18:44
1
answer

Email Form Swift 3

I am trying to create a view to send messages to recipients that will be in a database in CoreData, I would like it if someone knows how to implement a view as well as Gmail. That in the para could be displayed the list of contacts, do search...
asked by 20.07.2017 / 18:36
1
answer

Send e-mail from mutt using Python

I've been working with the Mutt mail client for a while and trying to implement it in my Python script but something is giving me an error. First tell you that I have it configured well and that I can send e-mails from the console with the comma...
asked by 09.05.2017 / 12:03
1
answer

Error Email PHP Enconding

I have this web page where I have a form with which to send messages to the gmail of the owner of the page, to contact him. .. link Each time I send a test message the topic of the message comes out without encoding ....
asked by 11.01.2017 / 14:51
1
answer

Problem with class PHPMailer

I am trying to configure the sending of mail with php through the PHPMailer class. When I execute the function that should send the mail I get the following error:    Warning: Creating default object from empty value in .......... on line   2...
asked by 05.05.2016 / 00:14
0
answers

java - Spring Mail Authentication Error

I try to perform a service to send emails from my application. I have the Bean configured as follows: <bean id="mailSender" class ="org.springframework.mail.javamail.JavaMailSenderImpl" > <property name="host" value="smtp.gmai...
asked by 26.09.2018 / 15:43