Top "Email-spam" questions

Spam is the use of electronic messaging systems to send unsolicited bulk messages indiscriminately.

sending email via php mail function goes to spam

I am facing problem in sending mail to my inbox (gmail account) but everytime it goes to spam folder. Here …

phpmailer php email-spam
How do you make sure email you send programmatically is not automatically marked as spam?

This is a tricky one and I've always relied on techniques, such as permission-based emails (i.e. only sending to …

email email-spam
Prevent sent emails treated as junk mails using php mail function

I wrote a PHP script to send emails. My script is like this: $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: …

php header email email-spam
Best practices: Sending email on behalf of users

The company I work for provides testing services for the healthcare industry. As part of our services, we need to …

email smtp email-spam send-on-behalf-of
Setting up DomainKeys/DKIM in a PHP-based SMTP client

It looks like there are some great libraries out there to do DomainKeys signing of emails on C#/.NET, but …

php smtp email-spam dkim domainkeys
Everytime my mail goes to spam in phpmailer

Here are my codes for sending mail: $fullname = $_POST['fullname']; $email = $_POST['email']; $telephone = $_POST['telephone']; $email = $_POST['email']; $date = $_…

php email phpmailer email-spam
Why my website emails go to SPAM box?

All emails that my site is sending are going to SPAM box in Gmail (I haven't tested other email servers). …

email gmail spam email-spam
SendGrid Emails Getting Rejected as Spam

I'm making a user management system for my app, and I need to send users a "forgot my password" email …

email azure spam sendgrid email-spam
Tracking email bounces, opens, clicks

I found How do you make sure email you send programmatically is not automatically marked as spam? to (hopefully) be …

email smtp email-spam swiftmailer
SPF for subdomain to avoid email spam

SPF is a powerful method to avoid blocking the emails as spam. However, setup of SPF is normally for the …

email dns spam email-spam spf