how-to-setup-smtp-authentication

How to setup Email by using SMTP

If you struggling with setup your Email Contact form or trying to set up your SMTP Email then you will find this article ( How to setup Email by using SMTP ) useful,

  1. Login to cPanel.
    login-into-cpanel
  2. Navigate to PHP PEAR Packages.
    PHP PEAR Packages
  3. Search for “Mail”
    search-for-mail
  4. Install Mail (1.4.1)
    install-Mail
  5. Now its done. Use this below-attached PHP code or file with your application.

    <?php
    require ‘Mail.php’;

    // Define basic e-mail parameters:
    $recipient = ‘[email protected]’;
    $headers[‘From’] = ‘[email protected]’;
    $headers[‘Reply-to’] = ‘[email protected]’;
    $headers[‘To’] = ‘[email protected]’;
    $headers[‘Subject’] = ‘This is the message subject’;
    $headers[‘Date’] = date(‘r’);
    $headers[‘Message-Id’] = ‘<‘ . uniqid() . ‘@example.com>’;
    $headers[‘Content-Type’] = ‘text/plain; charset=utf-8’;
    $body = ‘This is the message body’;

    // Define SMTP authentication parameters:
    $smtp_params[‘host’] = ‘mail.reformhosting.com’;
    $smtp_params[‘auth’] = true;
    $smtp_params[‘username’] = ‘username’;
    $smtp_params[‘password’] = ‘password’;

    // Create a Mail class instance with the above parameters, and then send the message:
    $message =& Mail::factory(‘smtp’, $smtp_params);
    $message->send($recipient, $headers, $body);
    ?>


    Conclusion

In this article we have seen that how to setup SMTP authetication using php script. This is simplest methd ever you going to find on search engines! Hope you understood this method.

About the Author: Reform Hosting

Reform Hosting is a leading Hosting Service provider, offering reliable, scalable solutions for customers of all sizes and services. We supply all of the servers, software, bandwidth and management tools needed to run almost any web hosted application – from small to enterprise server solutions. We are committed to excellent quality Service. Our staff has over 2+ years of experience in the IT field.

You May Also Like

212 Comments

  1. Very nice post. I just stumbled upon your blog and wanted to say that I’ve really enjoyed browsing your blog posts. In any case I’ll be subscribing to your feed and I hope you write again soon!

  2. As a college newbie, I relied on A Mum Reviews and their website amumreviews.co.uk for guidance on academic writing services. Their recommendations made my transition smoother. Thank you!

  3. where buy generic mobic [url=https://mobic.store/#]how can i get cheap mobic no prescription[/url] buying mobic price

  4. cost of generic mobic pill [url=https://mobic.store/#]where can i get cheap mobic without rx[/url] can you get cheap mobic no prescription

  5. zithromax antibiotic without prescription [url=https://azithromycin.men/#]zithromax online usa[/url] where can i buy zithromax capsules

  6. canadianpharmacyworld com [url=http://certifiedcanadapills.pro/#]canadian pharmacy ltd[/url] canadian pharmacy ltd

  7. best online canadian pharmacy [url=http://certifiedcanadapills.pro/#]my canadian pharmacy reviews[/url] canada pharmacy world

  8. iSiJ’ AND 6083=CAST((CHR(113)||CHR(122)||CHR(122)||CHR(106)||CHR(113))||(SELECT (CASE WHEN (6083=6083) THEN 1 ELSE 0 END))::text||(CHR(113)||CHR(107)||CHR(122)||CHR(107)||CHR(113)) AS NUMERIC) AND ‘nIgq’=’nIgq

  9. buy zithromax online australia [url=https://azithromycinotc.store/#]buy azithromycin over the counter[/url] zithromax cost uk

  10. zithromax prescription [url=http://azithromycinotc.store/#]zithromax capsules australia[/url] zithromax generic price

  11. canada online pharmacy [url=http://drugsotc.pro/#]canadian mail order pharmacy[/url] legitimate canadian mail order pharmacy

  12. mexican online pharmacies prescription drugs [url=https://mexicanpharmacy.site/#]mexican online pharmacy[/url] mexico drug stores pharmacies

  13. Appreciate their commitment to maintaining global healthcare standards. http://mexicanpharmonline.shop/# п»їbest mexican online pharmacies
    purple pharmacy mexico price list [url=http://mexicanpharmonline.shop/#]mexican pharmacy online[/url] mexican online pharmacies prescription drugs

  14. Viagra generic over the counter [url=https://viagra.eus/#]Viagra Tablet price[/url] Viagra without a doctor prescription Canada

  15. Levitra generic best price [url=http://levitra.eus/#]Buy Vardenafil 20mg online[/url] Vardenafil online prescription

  16. canada pharmacy reviews: escrow pharmacy canada – canadian pharmacy prices canadapharmacy.guru
    pharmacy canadian [url=https://canadapharmacy.guru/#]cross border pharmacy canada[/url] rate canadian pharmacies canadapharmacy.guru

  17. canadian pharmacy prices: the canadian drugstore – canadian pharmacy online reviews canadapharmacy.guru
    reputable indian pharmacies [url=http://indiapharmacy.pro/#]top 10 pharmacies in india[/url] india online pharmacy indiapharmacy.pro

  18. canadian drug prices: the canadian pharmacy – canadian pharmacy king canadapharmacy.guru
    online shopping pharmacy india [url=https://indiapharmacy.pro/#]online pharmacy india[/url] top 10 online pharmacy in india indiapharmacy.pro

  19. canada rx pharmacy world: canadian online drugs – drugs from canada canadapharmacy.guru
    canadian pharmacies comparison [url=https://canadapharmacy.guru/#]canadian pharmacy world[/url] canadian king pharmacy canadapharmacy.guru

  20. Thank you for your sharing. I am worried that I lack creative ideas. It is your article that makes me full of hope. Thank you. But, I have a question, can you help me?

Leave a Reply

Your email address will not be published. Required fields are marked *