Tuesday 14 October 2014

Send Mail with File Attachment via SMTP using PHP and Jquery

We have come to realise that most of the emails sent via the PHP mail() function are often treated as Spam and sent to the Spam Box instead of the Inbox because the PHP mail() function does not use a well configured SMTP Server.

We have designed a system that can be used as a Contact Form and be placed at the contact page of any website or be used as a Mail System for any website.

The goal of this tutorial is to introduce a secure means through which you can easily send emails with File Attachment via SMTP using PHP and Jquery without the need to log into your email accounts.

Imagine a situation where you send an email to your users/clients or these users/clients happen to contact you via your website and the messages sent are treated as Spam instead of a genuine message, moreover, it is not all users that bother to check their spam box.

This application brings an end to this kind of situation as illustrated above. This application now gives you the hope that all genuine messages sent or received will go straight to the Inbox where they were sent and no longer the Spam box.

You have received this email in your Box because it was sent with this new Mailing System which is located at the below URL.

Tutorial URL: http://vasplus.info/149-Send-Mail-with-File-Attachment-via-SMTP-using-PHP-and-Jquery.html


Sample Screen Shot when used the system as a Mailing System to single user at a time

Send Mail with File Attachment via SMTP using PHP and Jquery




Sample Screen Shot when used the system as a Mailing System to multiple users at a time

Send Mail with File Attachment via SMTP using PHP and Jquery





Sample Screen Shot when used the system as a Contact Form

Send Mail with File Attachment via SMTP using PHP and Jquery