Problem I want to be able to improve the way I am sending these emails because it is currently not […]
Tag: email
Selecting mail messages that meet one of four search criteria
Problem This is the current very repetitive and long SQL I have. Unfortunately I’m not that good at SQL to […]
Sending email notifications, each to a different set of subscribers
Problem Here is a code which sends email notification on new comments. <?php namespace RibSrcAppsContentNotificationContentNotificationControllers; use RibSrcAppsContentNotificationEmailNewContentNotificationEmail; use RibSrcServicesDbSql; use […]
Deleting email using mailcore with imapSession
Problem The following function works fine. However, deleting 1 mail takes about 4 seconds (from start of operation to the […]
Preventing email injection
Problem I have asked a question on Stack Overflow and one of the guys actually managed to hack my contact […]
Sanitising contact form input for PHPMailer
Problem I would like some insight on this function for sanitising user submitted data into a contact form. No HTML […]
Implement mail sending system elegantly
Problem In my project I need to send emails. Emails will have different credentials and senders. I’m thinking about “abstract […]
C# SMTP notifier client
Problem I’ve come from a PHP background and I’m really trying to unlearn the bad habits I acquired from not […]
Building a simple php Mail class
Problem I am relatively new to OOP. I have an application that requires to send some emails from the server […]
Is this PHP mailer file secure from injection attacks?
Problem My PHP contact form was recently being used to send spam. Some security measures have since been put in […]