Questions tagged as 'email'

1
answer

Help with e-mail form in steps

I'm sorry for the inconvenience, I'm creating a 3-page email form with 3 pages and each one is typed in the input, I've already read the session tutorial and I'm not able to print the first and second page data at the end. send the email, what w...
asked by 22.06.2016 / 17:47
3
answers

Difficulties in sending E-mail using PHP

Based on the code below, used for sending e-mail: <?php $from = $_POST['email']; $to = '[email protected]'; $subject = $_POST['subject']; $message = $_POST['content']; $headers = 'From: ' . $from . "\r\n...
asked by 01.06.2015 / 21:16
1
answer

How to perform an action when replying to an email

On some systems I see a very interesting feature, for example: I get a message on the facebook and it sends me an email with the message, and I can reply to the message simply by replying to the email. How does this work? What do I need...
asked by 31.03.2014 / 03:53
1
answer

Is it possible to modify HTML when writing an email in Gmail?

The intention is very simple, I want to make a <strike> (crossed out) in the email text, eg: struck . I found the library KartikTalwar / gmail.js: Gmail JavaScript API , but it requires tremendous laps and the creation of a Chr...
asked by 02.02.2016 / 13:09
3
answers

How to prevent Microsoft Outlook from creating a blue link in the html where it is written www.algo.com

I'm doing an email marketing with html text and images. In some parts of the text there is a company address: www.company.com.br, which should not be a link, just text. When sending to test, gmail and outlook automatically create a blue click...
asked by 23.10.2015 / 15:43
3
answers

Mail function in php

I'm using php's mail function and would like to check if the emails were successfully sent, but I'm not sure how I can do it. How could I verify that the email was successfully sent?     
asked by 30.12.2014 / 21:10
1
answer

Sending emails at scheduled time

I would like to know how I can send my log.txt file to a desired email at a defined time (eg 15 min)? And after being sent, the process restarts and creates a new log.txt. import pythoncom, pyHook, def registrar(evento): arquivo = open('l...
asked by 15.06.2017 / 16:57
2
answers

HTML code in the body of the email

I have created an HTML code to send information to clients of the company where I work, when I send e-mail to *@hotmail.com accounts or to their professional accounts *empresa.com.br everything is displayed correctly, however when...
asked by 31.01.2018 / 11:58
3
answers

How can I prevent systems from incorporating my site?

I soon discovered that people are accessing my site with a Site Marketing application. It comes from different "people", with different data but with the same characteristics. It starts with a text and at the end some links. I also disc...
asked by 30.03.2017 / 16:01
2
answers

How to send text formatted with TidMessage smtp and richedit

Hello. I am trying to send an email with formatted text to use my delphi program only that instead of being sent a text is sent a .trx file as attachment. I'm using: TidMEssage - > IdMsgSend // tidSMTP // RichEdit the shipping code is as...
asked by 29.11.2016 / 13:47