mail tag

49 questions


3 answers
111 views
0
Regarding the local mail sent by cron via sendmail

The default settings on the local mac or amazon linux are to send mail to the cron executable via the sendmail command when the cron fails to execute.(And each user can check the contents of the mail ...

2 years ago

1 answers
85 views
0
Authorization Error in Mailing

When I copied the code to send Gmail from the GAS code that I was able to execute before, I encountered a transmission error.The code is as follows:function send_mail(){ var recipient='recipient@examp...


1 answers
54 views
0
I encoded the Korean mail form as base64, but I would like to receive the confirmation mail in the language I entered (Korean).

Instead of a full scratch, we originally modified the Japanese email form to create a Korean email form.$MAIL_SUBJECT='Automatic Mail Title';$MAILTO=$in[email];$FH = fopen('Email to send model .mail',...

2 years ago

1 answers
105 views
0
I want to run the sendmail command on Linux in the virtual environment and send a test email to Gmail.

When you run the sendmail command on Linux in a virtual environment, the following message appears:can't connect to remote host 127.00.1 Connection refusedCan I use the sendmail command to send mail f...

2 years ago

1 answers
88 views
0
How do I extract specific items from csv data and send them in the Gmail body (message)?

The code may be different for what you want to do in the first place, but The image is as follows.csv data imagename,age,sex,tel,...with open('sample.csv') asf:# csc file specifiedreader=csv.reader(f)...

2 years ago

1 answers
83 views
0
How to Enable SSL Communication on Port 465 with the Dovecot Proxy Feature

Thank you for your help.I installed Dovecot on VPS by referring to the site below and set it up to be used as a proxy for an external mail server (in this example, ConoHa's mail server).Story of diffi...

2 years ago

1 answers
85 views
0
If you use GAS to send mail, it will be blocked.A free GMAIL account can be sent without any problems.

I'm a beginner.Thank you for your cooperation.I'd like to send an email via GoogleAppScript, but I can't because the following message came back to my contracted account's Gmail.Block MailYour email t...


1 answers
97 views
0
I'd like to send an e-mail from the python program on Bluemix...

I would like to send an e-mail from Pyyhon running environment on Bluemix, such as an e-mail command or sendmailI'm in trouble because I can't find the command.What should I do?Please let me know.

2 years ago

1 answers
112 views
0
When I generate mail in the webintent plug-in, some of it is written in the mail application.

We are developing a smartphone application with monaca.We create a flowchart in the application, text out answers such as Yes and No to launch the mail software and display it in the body of the mail....


1 answers
115 views
0
I want to retrieve the search term from the email and search it on GOOGLE.

Loading email in Python.Retrieves specific search terms from the body of the email.Searching for retrieved search terms in GOOGLEHowever, if there are more than one email, the following error **imapli...

2 years ago
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.