Showing posts with label email. Show all posts
Showing posts with label email. Show all posts

How To Create EMail Link With Subject and Message

To Create a email Link With subject and message use html code below.

<a href= "mailto:YOUR-EMAIL-ADDRESS?subject=SUBJECT-OF-EMAIL&body=EMAIL-MESSAGE" >EMAIL-LINK-NAME</a>


Look at the example below;

Code:
<a href= "mailto:123@abc.com?subject=Advertise in your Site&body=I like to advertise in your site.Please send me details." >Advertise Here</a>


Result:

Advertise Here

Click on the link above to see result.
READ MORE - How To Create EMail Link With Subject and Message

How To Move Blogger Blog To Another Email Address

1.Login to Blogger Dashboard.

2.Click on "Settings" on your dashboard

3.Now click "Permissions" tab.

3.Under Blog Authors click on the "ADD AUTHOR" button.



4.Enter the email address of the person you wish to invite or that of your second email account and click on "Invite".



5.Go to your Gmail account and check Blogger email [invitation]. Click link and activate it, you will log in blogger.

6.Now log again with your previous(old) gmail account that you made invitation, go to Blogger Dashboard-->Settings-->permission and click give admin permission.

7.Now your blog can be managed by 2 email account, you can delete one (old) if you want.

Now you are done.
READ MORE - How To Move Blogger Blog To Another Email Address

How To Add Feed Burner Email Subscriptions to Blogger

Using Feedburner, you are able to instantly have an email subscription service for your blog. Every day that you post something new in the blog, an email is sent out to the people who have subscribed to your blog. You don't have to do anything. People join the list and leave the list of their own free will; again, You don't have to do anything. You can make some choice about the way the email is configured, but Feedburner does all the work of actually maintaining the list and sending out the email.

1. Login to your Feedburner account.

2. Click on the Feed Title.

3. Click on Publicize Tab.


4.Now Click on Email Subscriptions.

5.Now Click on "Activate" Button.

6.Now Choose the Blogging Platform as "Blogger"

7.Then you will get code . Copy and paste the code in your blog where ever you like to add Feed Burner Email Subscriptions Form.

READ MORE - How To Add Feed Burner Email Subscriptions to Blogger

How To Add HTML Email Form to your blog

If you would like to provide your web site visitors with a simple way to contact you from your web site, but really don't want to display your email address, this HTML form code may be what you're looking for.

You can create a simple form, as displayed below, to enable your visitors to send you comments, questions or whatever you'd like.

1.Log in to your dashboard--> layout

2.Click on "Add a Gadget".

Now Select "HTML/Java Sricpt"

3.Copy and Paste below code into it.

<FORM action="mailto:you@yourdomain.com" method="post" enctype="text/plain"><TABLE BORDER="0" CELLSPACING="0" CELLPADDING="4" WIDTH="90%"><TR><TD width="30%"><DIV align="right"><B>Name:</B></DIV></TD><TD width="70%"><INPUT type="text" name="name" size="20"></TD></TR><TR><TD><DIV align="right"><B>Email:</B></DIV></TD><TD><INPUT type="text" name="email" size="20"></TD></TR><TR><TD><DIV align="right"><B>Comment:</B></DIV></TD><TD><TEXTAREA name="comment" cols="30" wrap="virtual" rows="4"></TEXTAREA></TD></TR><TR><TD>&nbsp;</TD><TD><INPUT type="submit" name="submit" value="Submit"><INPUT type="reset" name="reset" value="Reset"></TD></TR></TABLE></FORM>


Note: Replace you@yourdomain.com with your real E-mail address.

4.Now Click Save.Your Email look like below one.

Name:
Email:
Comment:

READ MORE - How To Add HTML Email Form to your blog

How To Protect Your Email Address From Spam Robots

If you're displaying your email address on your web site,It may be a reason to receive a ton of spam emails to your inbox.Although it's very difficult to protect yourself from receiving spam email, there is a way you can still display your email address on your web site and protect it at the same time.

Normally we use the following code to create email link with in your web page.

<A HREF="mailto:you@yourdomain.com">Contact Us</A>


Contact Me

Replace above code with below code,If you want to protect your email address from spam bots.

<A HREF="&#109;&#97;&#105;&#108;&#116;&#111;:you&#64;yourdomain.com">Contact Me</A>


Contact Me
READ MORE - How To Protect Your Email Address From Spam Robots

How To Add "Email Me" html/javascript code for your blogs,web pages

Adding the "Email me" link to your blog/webpage is very helpful for the visitors who want to contact you.It increases the interactivity between the visitors and your site and make them come regularly.

There are plenty of problems if you show your email address directly on your site as SPAMMERS find your email address easily via search engines,and other sources.
So,by adding this type of links will hide your email address and If your visitors want to contact you,they will click on it.If the visior want to sent to you via another source like yahoo,google,etc they will simply copy the email address(in the outlook express) and email you.
On clicking the links,WINDOWS OUTLOOK EXPRESS will be open by default.
So,how to add the "Email me" link?

There are two types of ways to do it.One is text link and another one is image link.

Text Link:

Suppose,your email id is 123@gmail.com ,here is the code you have to add

<a href="mailto:123@gmail.com">Email me </a>

Don't forget to change the email address in the above code to your's.If you want another anchor text(not "Email me"),you can change it.


Image link:

Suppose,if you want the visitors to email you by clicking on an image,First you have to upload your picture to some image hosting services.They will give a direct link for the uploaded image.Take a note of it.

In this example, the direct link for the uploaded image is http://i626.photobucket.com/albums/tt346/wam8387/bloggertipemail1.png and your email address is some 123@gmail.com ,the code you have to add is

<a href="mailto:123@gmail.com"><img src="http://i626.photobucket.com/albums/tt346/wam8387/bloggertipemail1.png" alt="Email me" width="120" height="57" border="0" /></a>

Where to paste this code in your blogger(blogspot) blog?

Sign into your blogger dashboard>layout>add a page element>html/javascript and Paste the code and save the changes.
READ MORE - How To Add "Email Me" html/javascript code for your blogs,web pages
 

Support By Blogger