Questions tagged as 'email'

1
answer

Attach file using WebBrowser Delphi

I'm developing a tool to automate the sending of emails from the company, I wanted to know how to automatically load an attachment like this screenshot RememberthatIneedtouseTWebBrowser.Ineedittodothis,byclickingthebutton,itautomaticallyadds...
asked by 14.08.2016 / 08:36
1
answer

JavaMail does not send email [closed]

I was developing a page for sending email. It sent legal, but even not giving error in the page the same does not send more. I followed this tutorial tutorial here. It only works on the server, but on the local machine, it does not send any mo...
asked by 01.11.2016 / 16:43
1
answer

How to remove spaces between rows in a table?

I am doing an marketing email, and everything is normal in the web version , but when I send it it gets a blank space between the lines table. Email marketing link in the web version. link     
asked by 02.08.2016 / 21:20
1
answer

Change email destination when clicking a select option on a form

Well, I have a form and I need it when selecting a select option to change: 1 line - action 2 line - value 3 line - value 15 line - Change where this is written sendOrca2 for eg enviaOrca1 <form id="formulario2" name="formulario2" me...
asked by 04.05.2016 / 00:32
1
answer

File in MSG Format - Outlook Signature

I have a file in msg format, if I click on it twice it opens in outlook with a configured signature. But it does contain images, does anyone know how I can edit the location that loads the images in this file? because I have to put them online o...
asked by 23.03.2016 / 21:40
0
answers

Email is sent only to the last confirmed / active user

Well, it's the following. I was doing some newsletter submission tests and I ran into a problem. The user registration / insertion part is done, everything works correctly. However, I was just sending an email, mine in case. So I decide...
asked by 01.02.2016 / 01:53
0
answers

phpmailer with gmail

Hello, I'm trying to send mail with PHP mailer ... But it's giving error ...    Parse error: syntax error, unexpected end of file, expecting variable   (T_VARIABLE) or '$' in   C: \ inetpub \ wwwroot \ Try \ phpmailer \ class.phpmailer.php on...
asked by 21.12.2015 / 17:26
1
answer

PHPMailer works with Gmail but not with Hotmail / Live [duplicate]

I have the following code: <?php require'PHPMailerAutoload.php'; $mail = new PHPMailer(); $mail->IsSMTP(); $mail->Port = '465'; $mail->Host = 'smtp.gmail.com'; $mail->IsHTML(true); $mail->Mailer = 'smtp'; $mail->SMTP...
asked by 20.11.2015 / 14:32
0
answers

Send mail via SMTP server or local (SendMail, Postfix)? [closed]

I am using Amazon SES in my project to send transactional emails. Until then I configured the framework to connect directly via SMTP using my Amazon SES credentials, but I saw that it is not a good practice because for every request I request, t...
asked by 08.01.2016 / 16:16
0
answers

Send featured image of the post by email

I need to create a function that uses a form (preferably Contact Form 7) where visitors can indicate that post by sending the email of a friend, and that friend should receive the email with the content of the post and the image featured feature...
asked by 15.10.2015 / 17:37