Questions tagged as 'newsletter'

2
answers

How to display the company logo icon in the outlook message box

I have an email trigger code using Zend. $mailTransport = new Zend_Mail_Transport_Smtp($this->smtp_host, $config); $mail = new Zend_Mail('UTF-8'); $mail->setFrom($from['email'], $from['name']); $mail->addTo($to); $mail->setSubject...
asked by 23.06.2017 / 20:26
1
answer

Newsletter php (email with empty fields)

Can anyone help me please? I saw this on the net and tried to take advantage of it, however in my email I get the fields "Name:" and "Email:" but they are completely empty, but when sending I send with the fields filled! index.html <fo...
asked by 25.03.2015 / 21:05
1
answer

How to make a script run automatically?

I am making a script to send emails to subscribers, such as a newsletter , however I need it to run automatically and this hourly. As my operating system is Windows and initially I want to test this script locally, I searched and saw...
asked by 22.07.2014 / 05:46
1
answer

Email Marketing - Responsive

Someone has already made email marketing responsive, I found several models on the internet they work responsive in the browser more when I launch the email by Outlook or virtual target and open in the example mobile (Gmail application) the emai...
asked by 20.10.2017 / 15:23
1
answer

Save visitors email (Newsletter) with codeigniter

Good morning, I'm a beginner in PHP and codeigniter. I need a light, until I found what I need but not in codeigniter (because my site is in mvc). This was found and worked on my localhost link , but I have no way to use it after all it does...
asked by 27.06.2016 / 15:01
1
answer

Send newsletter

I'm trying to send a newsletter to all users who have the newsletter enabled and I can not. My normal send email code is: try { SmtpClient smtp = new SmtpClient(); smtp.UseDefaultCredentials = false; smtp.Host = "smtp.gmail.com"...
asked by 07.07.2015 / 04:18
1
answer

Contact form and Ideal newsletter

I'd love to know what the ideal api / framework would be for dealing with contact forms and newsletter on a simple page with information about a company's services. There is a field to subscribe to the newsletter and a contact form. Because it's...
asked by 19.02.2014 / 16:29
0
answers

Bulk Email Newsletter Submission - no email limit SwiftMailer

Hi, I have an action on my controller that triggers email from the database. I did some tests on my machine by inserting in the table only my own email, I got up to 1000. I only managed to receive 750 emails in my box. What can it be? $usu...
asked by 14.12.2015 / 11:44
2
answers

Send HTML email with background image and text over the image

I am making a website where the customer registers his email and when registering he will automatically receive an email with a newsletter. To send this email I'm using PhpMailer <?php require 'PHPMailer/PHPMailerAutoload.php';...
asked by 27.04.2017 / 16:25
2
answers

Mass mailing - PHPMailer

Good morning! I have an email marketing system and I'm having trouble making a newsletter shot for a large list of contacts. (Understand large list as: a list containing over 1000 emails.) If I take the shot for less than 1000 emails, shoo...
asked by 24.10.2017 / 16:32