Skip to main content

How to Make Automatically Reply to Emails in Gmail

In this method you will set a particular reply for any query that you get in your gmail account.

Gmail will automatically detects the text in the mail received and will reply back to that email with the message that you have set there.

So proceed with some simple steps to implement this Automatic Gmail Reply on your account.

  First of all login into your gmail account where you want to set up Gmail Automatic Reply.

  Now click on the down arrow button near the Gmail search box there.

  Now there you will see a form that instantly appears when you click on that arrow button.1

  Now fill up the form completely and in the field Have the word and Doesn’t Have the word there you can set the words that you commonly received in you emails and you want to set them accordingly.

  Now after completely filling the form click on Create filter with this search at thebottom right corner of the form.

  Now on next box you will see option there mark on Send canned response and there you will specify the canned reply from previous conversations.

  After completing these all just click on Create Filter there and the filter will get created.

  Thats it you are done. Now gmail will send automatic response to the mails received with the matched details.
_________________________

Comments

Popular posts from this blog

What is SQL ?

SQL (Structured Query Language) is a standardized programming language used for managing relational databases and performing various operations on the data in them. Initially created in the 1970s, SQL is regularly used by database administrators, as well as by developers writing data integration scripts and data analysts looking to set up and run analytical queries. The uses of SQL include modifying database table and index structures; adding, updating and deleting rows of data; and retrieving subsets of information from within a database for transaction processing and analytics applications.  Queries and other SQL operations take the form of commands written as statements -- commonly used SQL statements include select, add, insert, update, delete, create, alter and truncate. _________________________