
Search In
If you are setting up a mail client it's also necessary to configure an SMTP server which will take care of the delivery for your emails. SMTP server can be configured in 4 simple steps which are mentioned below:
1.Firstly,select the "Account Set
Hello Reader's!,If you want to send HTML/PHP form data with attachment through mail Then PHPMailer the best option for you.
PHPMailer is one of the popular email-generating and sending libraries in the world thou currently many popular PHP

Many time we need to split the data in our spreadsheet for this we can use SPLIT formula
lets take an example,
I have a large set of data which includes mail address like, sachin@gmail.com, findnerd@abc.com
in column A, so if I need to split the t
Wrapper is generally defined as the packaging, or to bound an object.
A "wrapper class" is used to manage the resources so that it will be crystal-clear to every one. This wraps the resources by simply wrapping the pointer into an int. In
In sending notifications to mobile device you need to write a code for it
First you will create the events for that
//Currently it will raise only for android devices
static void DeviceSubscriptionChanged(object sender,
st
AngularJS is a framework ( client-side ) for web applications that embeds HTML, CSS and Javascript. It basically focuses on:-
1.Coding data access, Reading, form validations - are some functions in which many people are not good at while doing all t
While working with ADO.NET you need to understand the thing why SqlCommand is used.
We have two kind of operations related to database:
1 That will make changes in the database
Insert
Update
Delete
2 That will n
Reflection is used to find information at run time. The classes that are used resides in the System.Reflection namespace.
The System.Reflection namespace contains the classes that allows you to access information and to dynamically add types
The allocation of memory is the crucial factor for any application.
We allocate memory for variables and objects.
We can perform memory allocation in the following two ways:
The stack: All variable declared inside will take memory from
Hello Friends,
To create an array of dates between two dates you may use the following code:
1.Create an NSMutableArray
NSMutableArray *datesArray = [NSMutableArray new];
2.Set the date formatter according to your requirement. &n
