Any ideea how i can turn a basic email php sender into an fully operational oop class with functions? And how can I call specific methods in the class to the form which has the file?
For example I have a contact.php where I have my email form and another file email.class.php where I have all oop
How can they be combined?