Friday, April 26th, 2013

Can’t Embed Images in Email

I don’t have all the answers and sometimes one visitor to my site is kind enough to help out a prior visitor with an answer to their question. Here is Luke’s explanation of how to reaolve the problem an anonymous visitor was having where they Can’t Embed Images in Email.

Thursday, April 25th, 2013

Asking for Email Address

Asking for a password to be entered twice when it is first being set makes sense when the actual text is hidden and you need to request the second copy to check for typos. Now there are arguments for and against just having an ordinary text field for a password which would negate the need [...]

Sunday, April 21st, 2013

Creating an Email Account using cPanel

The steps to set up an email account for any domain that you have that has cpanel available on the hosting is relatively straightforward. Creating an Email Account using cPanel

Thursday, February 28th, 2013

Sending One Email to Many People

When sending the one email to more than one person, particularly when those people do not know one another, it is extremely poor practice to include all their email addresses in the To: and Cc: fields. Doing so not only means that people may have to scroll down a long way just to get past [...]

Friday, February 1st, 2013

Tell a Friend

One often looked for feature that people want to be able to add to their web pages is a form on the page allowing their visitors to “tell a friend” about the page by sending them an email linking to that page. This short tutorial shows some HTML and PHP code that you can add [...]

Saturday, December 22nd, 2012

Linking/Embedding Images in HTML Emails

There are two ways to attach images into an HTML email. You can either place the image on the internet somewhere and link to it from your email or you can embed the image into the email itself. Each of these has advantages and disadvantages as this article discusses. One advantage of linked emails is [...]

Sunday, December 2nd, 2012

File Downloads and Email Attachments

Files that are available for download from a web site or which are sent to you as an attachment to an email are often in a compressed format. This provides several benefits – the file itself is smaller because it is compressed and also the compressed file may in fact contain several related files all [...]

Wednesday, November 28th, 2012

What Time is it?

Things can get very complicated when it comes to working out the current time in connection with things on the internet such as web pages and emails. There is the current time where you are. There is the time where the server is where a web page is hosted. There is the time at the [...]

Thursday, November 15th, 2012

Where did that Email come from?

The amount of spam emails that people receive is ridiculous. Those who actually buy from the spammers (and hence encourage the spammer to sent out millions more spam emails) should be slowly tortured to death (after all that’s what they are effectively doing to everyone else by encouraging the spammers). Just what you can do [...]

Saturday, July 28th, 2012

Emails and Domain Transfers

By performing the steps in the right order you can easily move web hosting from one hosting provider to another without your visitors even being aware of the move. This is particularly true for static web pages and with pages that allow your visitors to post their own comments etc. you will a worst lose [...]

Friday, April 20th, 2012

Multipart MIME Emails

In this article about emails we look at some of the different MIME types that can be defined in emails and what they are used for. By using the appropriate MIME types in your email you can provide alternative parts in plain text, HTML etc, embed images in the email, add attachments, digitally sign emails, [...]

Friday, September 23rd, 2011

Including Web Addresses

Including a web address in an email is relatively straightforward. Most email programs will even make the address into an active link to the web page provided it is written in a way that is recognisable as a web address. One problem though is that email programs often wrap text after so many characters and [...]