Most voted "newsletter" questions
13 questions
Sort by count of
-
4
votes2
answers1072
viewsHow to make the business logo icon appear in 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'],…
-
3
votes1
answer1419
viewsHow to make a script run automatically?
I’m making a script for sending of emails to subscribers, as a newsletter, but I need it to run automatically and this execution is hourly. As my operating system is the Windows and initially want…
-
3
votes1
answer143
viewsphp newsletter (email with empty fields)
Can someone please help me? I saw this on the net and tried to take advantage, however in my email I receive the fields "Name:" and "Email:" but they are completely empty, but when sending I send…
-
3
votes2
answers94
viewsEmail Marketing - Responsive
Someone has done email marketing responsive, I found several templates on the internet they work responsive in the browser more when triggering email by Outlook or virtual target and open on mobile…
-
1
votes1
answer358
viewsContact form and newsletter Ideal
I would love to know what would be the ideal framework/api to handle contact and newsletter forms on a simple page with information about a company’s services. There is a field to subscribe to the…
-
1
votes1
answer54
viewsSend newsletter
I’m trying to send a newsletter to all users who have enabled the newsletter and I’m not getting. My code to send one email normal is: try { SmtpClient smtp = new SmtpClient();…
-
1
votes0
answers43
viewsSending Newsletter to Bulk Bank Emails - No Limit Swiftmailer Email
Hi, I have an action on my controller that triggers emails from the database. I did some tests on my machine by inserting only my own e-mail into the table, put up to 1000. I only managed to receive…
-
1
votes1
answer22
viewsResponsive e-mail
We bought a responsive email template, it got 100% responsive, but in email apps like gmail’s footer goes missing, a click of "see the whole message" By breaking the scroll and opening the desktop…
-
1
votes1
answer84
viewsSave visitors e-mail (Newsletter) with codeigniter
Good morning guys, I’m a beginner in PHP and codeigniter. I need a light, I even found what I need but not in codeigniter (Because my site is in mvc). This was found and worked on my localhost…
-
0
votes2
answers1933
viewsSend email in HTML format with background image and text on top of image
I’m 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 am using Phpmailer <?php require…
-
-1
votes1
answer856
viewsHow to create a list in Mailchimp, via API?
I want to communicate my site with Mailchimp automatically.
-
-1
votes3
answers1548
viewsBulk mailing - Phpmailer
Good morning! I have an email marketing system and I am having problems when performing a newsletter shot to a large contact list. (Understand large list as: a list containing over 1000 emails). If…
-
-2
votes1
answer132
viewsAdd form to subscribe to the newsletter in c#
Viva. I’m developing a website in c#, Asp.net using visual studio. I would like to place a small form where the website viewer places his email to subscribe to a newsletter. I’ve researched ways to…