Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

SMTP Configuration of server

If you are using some other server like godaddy or some other server for that you need to put the settings of that particular server in its setting. I am sharing the settings for godaddy server. $mail = new PHPMailer(); $mail->IsSMTP(); /

Send email template in mandrill using dynamic key in Laravel5

If you want to send mandrill template not integrated with Mailchimp and by using Secret Key dynamically follow given steps Use https://packagist.org/packages/mandrill/mandrill package Run composer update In your controller use Mandrill; public f

How to send an email using Gmail SMTP with PHP

Hello Reader's! If you want send an email with secure SMTP with you should choose google gmail smpt. And the code liberary is here:- $mail = new PHPMailer(); // create a new object $mail->IsSMTP(); // enable SMTP $mail->SMTPDebug =

How to integrate PHP Mailer

Hello Reader's! If you want to send email some other than php mail then php mailer is the best option. PHPMailer provides an object oriented interface, but in case of php mail() is not object oriented. Let's see how to integarte php mailer function.

How to configure office365 email in liferay

Hello Guys I am writting blog about configure office365 email in liferay. Following are the office365 configuration details : SMTP Setting : Server name: smtp.office365.com Port: 587 Encryption method: TLS Follow below steps to configure office3

Forgot Password through parse.com

To reset the password, Parse provide us RequestPasswordResetCallback to requesting a password to reset for an existing user. I implement it using anonymous inner class. So then override the done() method where we can do whatever we want after the re

How to read or sync only newly added contact ?

Basically we sync all the contact everytime when user do login in our app but this is time consuming task to do all the time so it would be better and effective if we sync only new contact after last sync. so basically for the first time we have to

Remote Validation in ASP.NET MVC

Remote Validation in ASP.NET MVC   Remote Validation is similar to an ajax call used for validating the user's input. The main purpose of remote validation is execution of back end query without performing a full server postback. &nb

Migrate Windows Live Mail to Outlook with Attachments

  In this post, we know about how to Migrate Windows Live Mail to Outlook . But before start the process, you need some knowledge about both email application i.e. Windows Live Mail and Microsoft Outlook   In present era the world

Send data through ajax call and receive Json response from controller in Springs

Here is the sample code implementing ajax call to send the data of a form to the controller and receiving json response from controller. Student.java Create a java bean class and generate setter and getter. public class Student { private Str

1 19 131
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: