Tagged Questions
0
votes
0answers
33 views
PHP Email Sender: Full name telling “unknown sender”
if(empty($_POST)=== false){
//send email
$fullname = $_REQUEST['fullname'];
$names = $_REQUEST["fullname"];
$phonenumber = $_REQUEST['phonenumber'];
$mobilenumber = ...
0
votes
8answers
39 views
How do I add space between span in html for emails?
I am making email templates so I am limited with what I can do.
I've got align="center" but I still need space between the two spans. How can I do this?
CODE:
<td width="659" height="28" ...
-1
votes
1answer
19 views
A tool to convert email to html [closed]
Is there a tool that converts an email (rfc822 with mime and attachments) into html? It can be a python/perl/java library/module or a command line linux tool. I need to create a valid html (even if ...
0
votes
1answer
69 views
Solution to Send Bulk Emails in a Short Span Using PHP Application [closed]
I've a authenticated database of one million e-mail IDs. I need to send a single email to all these email IDs.
I've a PHP web application using simple PHP mail() function. But i found it is not ...
0
votes
2answers
27 views
How to remove the divide between table rows in e-mail shot?
I recently mocked up an e-mail marketing (mail chimp) e-mail in Photoshop, and exported it into HTML (using tables and inline styles (unfortunately) so that it appears correctly in all/most e-mail ...
1
vote
0answers
13 views
Opening a user's Apple Mail to make a new outgoing message with pre-populated HTML body
Is there a way to provide a link that opens a users Apple Mail and pre-populates the email with an HTML body? I know this is not really possible with mailto as it's outside the spec of plain/text. ...
0
votes
1answer
55 views
No embedded images in email
I try to send email with embedded images. Images are going from List<Bitmap> and I am sure they are there 100%.
Somehow when I get email I don't see any images at all and HTML looks like
...
0
votes
1answer
29 views
iPhone Mail Making Table Gap (Pseudo Line Break) Really Big
I'm having an issue where the following code displays fine everywhere, but gets interpreted by mail on an iPhone as a massive vertical space. Any help would be greatly appreciated. Thanks, Andy.
...
0
votes
1answer
51 views
How to display html as text in email
I'm trying to output example html code in an html email as plain text, but I can't figure out how to do it. I tried changing all > to > and all < to <. As well I tried using the ...
0
votes
1answer
69 views
Table's border-right doesn't show in email template when viewed in Outlook
I have gone through a lot of threads, but I couldn't find something helpful. If that's a duplicate please point me to the relevant thread.
We have created a custom RSS feed for one of our websites in ...
0
votes
0answers
19 views
What is the correct content-type and document structure for an email that only contains an text/html part
First off- I'm fixing up an existing open source library. While I know that people SHOULD send a plaintext version of a message when they send an html email, this isn't a best-practices question. If ...
-5
votes
1answer
72 views
Sending HTML e-mails from PHP [closed]
MYSqL works fine but I do not get emails why?
<?php
//include the connection file
require_once('connection.php');
//save the data on the DB and send the email
...
1
vote
4answers
63 views
Update text on a website by an e-mail
My client is a restaurant that needs to change a paragraph section (<P>) every day for specials.
There are many people that will be handling it so I have to make it as easy a possible.
I don't ...
0
votes
0answers
61 views
Send a base64 image in HTML email
Using a rich-text editor, our users can drag and drop a saved image from their desktop to the editor. The image appears and displays properly in the web page after they submit.
Since the image is not ...
1
vote
1answer
38 views
Mobile Email Tracking
I'm an email marketer, and have a question. I'm looking for a way to see which app mobile readers are using to open my emails in.
Currently, I embed a pixel from Returnpath, so I know that the ...
2
votes
1answer
53 views
Can a javascript dropdown in-email like G+ be implemented by anyone, or only Google?
Noticed today this great trinket from Google: in their notification emails upon new G+ followers, the recipient can add someone to a circle directly from a dropdown in the email. (See below).
The ...
0
votes
1answer
80 views
How to make a responsive grid in Outlook 2007?
I'm creating a 3x3 grid layout in an email, which I have done with tables. I have also made it mobile responsive so that when viewed on a mobile, the grid resizes to 2x2. This all works fine but for ...
0
votes
1answer
90 views
Embed print link with in html email?
i am trying to embed a print link with in an html email blast.
i have tried following code but it does not work.
<a href="javascript:window.print();">
<img src="reward_08.gif" border="0" ...
0
votes
2answers
36 views
Creating a welcome email via a program
I am trying to create a welcome email for my company. While I have the text bedded down, it does not display correctly in all email clients. One way to do this is to use a TextBox or paste the text ...
2
votes
1answer
51 views
is there a style reset for email clients?
I design my emails with the general styling rules outlined elsewhere on the web (i.e. Campaign Montior's CSS guide http://www.campaignmonitor.com/css/) and apply only inline styles (I find this more ...
0
votes
1answer
35 views
Html email cell padding assistance
Need assistance adding padding to the main body text of this emailer so the text does not look quite so tight to the border.
It's probably a simple solution but I can't work out which table to add ...
-1
votes
2answers
58 views
html checkbox send by email [closed]
I'm new to HTML and I'm trying to create some pre-filled checkbox items (some being custom text, i.e. input boxes to enter your own value) for users to input data and check off of the list. In ...
0
votes
1answer
63 views
PHP mail() load image to email without having to click “Load all images”
When I create an email and send an image in the body of the email, most email clients make you click "Load all images" I want this to load automatically like a regular email would from any other ...
0
votes
3answers
34 views
Should and can we minify the css in an email [closed]
I'm using http://htmlemailboilerplate.com/ for emails on my website.
I was asking myself if the css in an email can be minified to like, 1 line, or if it should'nt be modified ?
0
votes
1answer
49 views
Update URL in Email body dynamically in mvc/c#
Working on sending the account verification email in mvc. I created a format for email body such as below and kept in html file inside solution called "EmailFormat.html".
<body>
Dear [Name],
...
0
votes
0answers
135 views
html email getting cut off in outlook [closed]
I have created an html email that works fine in all email clients except outlook. Some of the text gets cut off on the right hand side of the page. The email is also not aligning properly. any ...
1
vote
0answers
110 views
sending html mail if app allows
I want to send a html mail from my application.
I know that not all mail clients allow html tags.
But I found the constant Intent.EXTRA_HTML_TEXT in the API ...
-5
votes
4answers
44 views
Passing a Parameter in the subject line of php email [duplicate]
I am trying to pass as the subject line an input parameter that a user has entered. When I try this:
$mail->Subject ='.$vehicle_type';
It prints out .$vehicle_type as the subject of the email ...
0
votes
1answer
59 views
Email link seems to be just text from Nexus 7 (OS ver: 4.2.2)
In my application i have an option to send the url of files through email and it works fine in all devices except nexus 7 (OS version 4.2.2 only). When mail from nexus 7, the recipient gets only a ...
0
votes
1answer
27 views
How to track email interactions?
I am creating a HTML email that i will send to all my clients, this email contains text, images, and links.
I want to keep track of this email and collect some information about it.
Until now i can ...
0
votes
1answer
86 views
Send an Email with PHP & SMTP - Both Text & HTML
I have a code with I'm using to send PHP emails to my recipients. I have found a way to send them a HTML email by including the 'Content-Type' => "text/html" in the header's section. My question is ...
0
votes
0answers
50 views
Apple Mail App is pulling html instead of text for the email preview (email snippet)
I attached an image. I tried multiple things but cant get around the issue.
I tried alt tags with a ghost image at the start of the email, I tried comments, and other random hacks but couldn't get ...
2
votes
3answers
126 views
How to remove default padding/margin from around the email view of outlook for HTML emails
I'm having some trouble finding away to remove the padding or margin default values from around my html email in most versions of outlook. I was wondering if there is something that I can put into my ...
0
votes
1answer
34 views
Different Content Types in email
I was reviewing the source of some emails sent to me and noticed in one that the content type for the text part is different from the HTML part - see below.
--_----------=_MCPart_1153762294
...
0
votes
1answer
144 views
Very simple HTML / plain-text email not showing at all in microsoft live.com
I have been using a very simple PHP function to construct HTML / plain-text emails. It worked well in gmail and many other clients I saw.
As it turns out, @live.com accounts don't get to see the ...
0
votes
1answer
57 views
title=“” not displaying in html email
<a href="http://link" target="_blank" title="Check out our NEW E-Catalogue" alt="Check out our NEW E-Catalogue" name="Check out our NEW E-Catalogue"><img alt="Check out our NEW E-Catalogue" ...
0
votes
1answer
68 views
HTML Email Rendered Incorrectly When Carriage Returns Are Not Used
The following python script generates an email file that can be piped to sendmail. When I send this to my gmail account, lines 25, 50, and 51 are not what I would have expected. All other lines ...
-2
votes
1answer
34 views
Email cannot received in codeigniter [closed]
i have problem for my website project ,
I use the codeigniter framework
i use email confirmation in my website , and my problem is cannot received email from admin@cam-corp to email member
Thanks ...
1
vote
0answers
73 views
Sending multipart emails with Rails: how to favor the HTML version over the plain text one?
I setup a standard rails mailer with multipart view following the official guide, like this:
mail(to: user.email, subject: "Welcome") do |format|
format.html { render layout: 'my_layout' }
...
0
votes
3answers
77 views
HTML Email - Table Position
I have just started creating HTML emails. I am creating my latest one at
http://www.jn-design.co.uk/misc/Swagelok/email.html
It displays fine in browsers , until IE, even 9 does not agree with it. I ...
1
vote
2answers
169 views
Is there a way to hide imagery in gmail for a html responsive email build?
I'm building an email that has to have images hidden on the desktop and shown on the mobile. Only way you can do this is using display none which isn't supported by gmail.
I was wondering if there ...
1
vote
2answers
424 views
Rounded corners in Mailchimp templates - CSS or image-based
I am creating an email template for Mailchimp. I have downloaded a template and am now placing my content per the requirements (I know about using Mailchimp template language).
My problem is that I ...
1
vote
1answer
693 views
HTML Email - Outlook.com/Hotmail CSS overriding styles
I'm working on an email that is having spacing issues between the <p> tags in hotmail. I used the
.ExternalClass, .ExternalClass p, .ExternalClass span,
.ExternalClass font, .ExternalClass td, ...
1
vote
3answers
118 views
php mail with while loop
i need to send a job recommendation mail to the jobseekers by skill by a week , it would be look like a timesjob template, like 10 recommended jobs to my skill, i write the code like below , but i can ...
1
vote
3answers
160 views
For an email newsletter should I use double br tags to reduce some inline code?
Since I'm styling inline using <span> or <p> tags should I maybe just go real old school and use <br><br> to break paragraphs instead of closing and reopening the <p> tag ...
0
votes
1answer
89 views
How to modify actionmailer email html_part before sending
I have everything at the point where I'm about to send out the email but I need to modify all links to include Google Analytics attributes. The problem is that if I try and read/write the ...
0
votes
1answer
138 views
MailChimp Custom coding Tutorials
i have to code a give design to MailChimp Email Template , i want to code it in Dreamweaver and then import to MailChimp . i know the email template standards very well and easily code ...
0
votes
0answers
41 views
mobile optimsed emailer [closed]
I am designing a mobile optimized emailer which can work on desktop as well as on mobile.
to make it compatible for mobile I have used media queries. but its not working.. please give suggestion or ...
0
votes
1answer
121 views
How to create a calendar appointment with time zone support
I’m trying to create a new calendar event for outlook. It is created successful but when some guy from another country (another zone time) opens it, the date and time is Not correct.
Here is the code
...
1
vote
1answer
88 views
Why is this strange character included in emails sent from cakePHP running on my Ubuntu server?
I am seeing some strange characters appearing in emails that are sent out form my CakePHP app running on an ubuntu server.
The characters are -
D with stroke through it - Đ - this appears where I ...





