Once again, folks are being emailed or spammed if you would like to decision it by someone or persons unknown. The computer has allowed individuals the flexibility to swindle cash from individuals, scared them into giving money and just spammed from every part of the world. The latest email threat comes when laying dormant for [...]

If you use Microsoft Outlook (or similar applications) for e-mailing, then you are familiar with the fields at the top of a new mail message, right? Of course, in the “To…” field, you enter the name of one or more persons you intend to receive your message. Use the field labeled “Cc…” (for Carbon Copy [...]

PHP Form Mail Script

A Very simple PHP form processor that goes with the HTML form I created in the HTML forum. Thank You <?php $date = date (“m/d/Y”); $name=$_POST['name']; $email=$_POST['email']; $comments=$_POST['comments']; $to=”youremail@yourdomain.com”; $subject=”The subject for your email”; /* IE: Comments on $date */ $message=”Comments from $namennName: $namenE-mail: $emailnComments: $comments”; $from=”$email”; $headers=”From: $emailn”; if (mail($to,$subject,$message,$headers)) { echo “Thank you [...]

Getting the most out of your mail account

Email is the lifeline of any online business, offering a cost effective method of communication over the Internet. If you have an online presence and/or business it is essential that you have your own mail server – a mail server is a site on the web where you can have your own personal mail box. [...]