
Search In
Lets consider a task on hand , we need to add a contact us form which takes in few inputs from the user and on submission mails the details to the administrator. The requirement says that the mail should be sent using Gmail SMTP client. The solution
Hello Reader's, If you have developed the web project in Codeigniter and want to send attachments using emails then in this blog you can learn how to do this.
Sending the attachments can be done by several way in php, We will do this by
Sending email becomes a very common feature for web applications, Emails generally used for sending notifications, newsletters and invoices etc. Email can be send in simple text format or in HTML format. This tutorial demonstrate different methods fo
While saving images and important settings/details into the database and accessing it from the database we can define its default path in the Web.config.
<?xml version="1.0"?>
<configuration>
<connectionStrings>
<add con
Hello Guys,
As Dropbox was not allowing http URL's for callback or rediect URI's (as http was only allowed for localhost).
I added below redirect URI in dropbox App for local machine :
http://localhost:8080/DropboxTest/oauth_callback
Now
Source: www.finalwebsites.com
PHP as a scripting language has gained immense popularity among web developers who strive to ensure that their websites are attractive and have a great functionality. It’s because of PHP that developers are able to c
Voice search utilizes speech recognition allowing to search your query by saying it aloud rather than typing it like what is done in a traditional search. It uses speech recognition to understand the query of the person & then tries to find the s
To send an email in c#, we will create an application in which user can login via gmail id and password and send the mails. Now Firstly we will understand what is required to create email application in c#.
If we want to send the email in c# we have
When we have a client/server application. There is certificate(SSL installed) in server side. So In that case we have a problem , how to extract data.In this case we can by pass the SSL just writing few lines of code.
Write the below code before
The long-awaited update to WordPress is finally here and it's huge! The 5.0 version, also called "Bebo," is live and features one of the biggest changes in the way we use WordPress. The editor has been completely overhauled and is now b