The new gmail look certainly makes it look the same as many of Google’s other services, but it’s quite space in efficient by default. Fortunately Google thought of that and made it’s space efficiency configurable! There is a button in the top right of gmail that allows you to change it. More Reading:PHP Swift Mailer [...]
Archive: email
November 10, 2011
No Comments
June 20, 2008
17 Comments
Sending an email with PHP is pretty straight forwards. It's very useful for emailing reports generated from cron jobs etc. Sometimes though you need your application to email an attachment. After a load of messing around I have hacked together this email attachment PHP function. PLAIN TEXT PHP: function email_attachment($to_email, $email, $subject,$our_email_name, $our_email, $file_location, $default_filetype='application/zip'){ [...]
Categories:
Archive by date: