Mail

Sending E-mail with Attachment

Submitted by donbermoy on
Last month, I had lectured on how to make a program that can send an e-mail using visual basic.net. Now, we will create a program that can send also e-mails but has an attachment. For this tutorial we will use the System.Net.Mail namespace as it contains classes used for sending e-mails to a Simple Mail Transfer Protocol (SMTP) server for delivery. Now, let's start this sending an e-mail with attachment tutorial! 1.

PHP Email Form

Submitted by Yorkiebar on
Introduction: This tutorial will cover creating an email form with PHP/HTMl. Pre-creation: Before you do this, please note that some errors may be caused by your php.ini file located on your server (online or local) during the actual mail sending process (if they do not arrive, for example). Steps of Creation: Step 1: First we are going to create our HTML form for the user to interact with. We