Skip to main content

Set up an email account that uses your domain name and integrate it with Gmail account.




Here, I’m going to show you how to create a new email address, like admin@yourdomain.com, and integrate it with your Gmail account. This way, you can easily send and receive emails through the Gmail interface, but your customer will see the emails as coming from your domain email address.
The steps have been broken in two parts. First we’ll see how to create the domain email address. Second, we’ll integrate that domain email with your Gmail account.
1. Create the domain name email address
  1. Log into your  hosting control panel, or cpanel.
  2. Click on Email Accounts in the Email section.
  3. Enter the details for your new account, and click Create Account.
  4. You will see a notification that reads something like this: “Success! Account Created.” The account will be shown on the same page.
  5. Now go back to your cpanel and click on Forwarders in the Mail section. Then click Add Forwarder.
  6. Fill all the details . Then, click Add Forwarder and you’re done.
Now all the emails sent to username@yourdomainname.com will be sent to your personal email address.
2. Integrate your new domain email with Gmail
  1. Sign in to your Gmail account.
  2. Go to Options, then to Mail Settings, then click Accounts and Imports.
  3. Check Send Mail As, and click on Add Another Email Address You Own.
  4. In the popup that appears, fill in your details, add the new domain email address you just created, then click Next.
  5. Click on Send Verification, and a verification email will be delivered to your inbox. Simply click on the link to verify it, and you are done.
  6. Now, click on Compose Email, and see the changes you’ve

Comments

Popular posts from this blog

How to balance outgoing emails via multiple IP addresses with postfix

Postfix how to balance outgoing emails via multiple IP addresses The solution is depending on postfix`s TCP_TABLES and a perl script. In my example I`m using 7 different IP address to route outgoing mails, make sure you`ve already the IP addresses you are going to use have been configured on your box. First get a recent postfix rpm from here http://ftp.wl0.org/official/2.9/RPMS-rhel5-x86_64/. This one is built for rhel5/centos5 however should be working without much hassle on rhel6/centos5. Install the package: # rpm -Uvh postfix-2.9.1-1.rhel5.x86_64.rpm Make sure its built with tcp tables support: # postconf -m btree cidr environ fail hash internal ldap memcache nis proxy regexp static tcp texthash unix Install the perl module  List::util::WeightedRoundRobin: cpan install /List::util::WeightedRoundRobin/ Create the following perl script and make it executable: vi /etc/postfix/postfix.pl #!/usr/bin/perl -w # author: ...

How To Block Removable drive in linux

For Block Removable disk like pen drive you have to run only one following command - Open terminal -      #sudo chmod 700 /media For unblock -     # sudo chmod 755 /media   

how to take mails backup in outlook 2007

How to take backup of mails in outlook 2007. there is a very simple way to taking backup of mails 1.Opne outlook 2007 > tools >account > data files >open folder then close all other windows and copy outlook.pst file in a safe location To restore backup 1.Opne outlook 2007 > tools >account > data files > add > and give the location of outlook.pst file.