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

Search In

PHP Filters

Welcome to Findnerd. We are going to discuss PHP filtering today. We all knows version by version PHP introducing new ways of coding and many improvements. PHP has launched the PHP7. There are many new features added as well as did many improvement.

To send email using cake email

To send the email using the CakeEmail we first need to configure the smtp configuration that is in the Config/email.php. public $smtp = array( 'transport' => 'Smtp', 'from' => array('youremailaddress@abcd.com' => 'My Site'), 'host' =

Custom portlet for email verification in liferay 6.2.

Hello Guys Here, I am writing blog for email verification with token. When user add additional email address it's send autocratically verification link to given email address. Follow below steps to develop custom portlet for additional email verifi

Basic Methods and configurations of Email class in CakePHP 3.x

Welcome to FindNerd. We are going to discuss the Email configurations in CakePHP 3. Every framework or CMS includes different functions and configurations for email management. CakePHP uses Email class inside Cake\Mailer. By using this class Email, y

Difference between Capybara find() and fill_in() methods

Selenium is an open-source browser automation tool. So, while automating any functionality first we have to locate the element. Capybara provides two methods to locate elements:   find() fill_in()   Let suppose we have an input textbox

How to send HTML email in PHP

In today's world of internet, Email become one of the most popular and demanded service. Email become a necessary part of web development, email can be generate and send on different events such as registration of new users, activation of accounts on

Email validation in javascript

If you are creating web forms then you need to put the validation in your form. We are here to discuss the validation for email. We know email address has its own structure. For eg. anytext@domain-main.com or anytext@domain-name.co etc We are going

Send HTML email in php

Hello reader's we discussed about "Send HTML email in php". In this code we use Html tags in the " $message " for the better user interface. example: " h1 " tag for heading and " p " tag for paragraph (write a message). Hence You can use all HTML ta

Bulk Email for Newsletter

We have dedicated server running with OS Ubuntu-14. Cpanel :  plesk 12, currently running wordpress with php7.0.9, apache2. Installed postfix mail server and IMAP/POP3 server : Courier-IMAP. We have 5 IP's  We require to

Order confirmation mail not sending in magento 1.9+ versions

From magento 1.9+ versions , emails are not being sent directly , they were queued and queued mails were being processed by magento cronjob. You need to set the cron job correctly to send the mail. If you want to send mail forcefully after placing a

1 5 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: