TobinShields / Zaqar_EmailSpoofer

A powerful PHP email spoofer with a polished UI, rich text editor, and multiple sending options.
GNU General Public License v3.0
119 stars 53 forks source link

Gmail flagging as spam. #12

Closed StaticActs closed 3 years ago

StaticActs commented 3 years ago

Any ideas on how to avoid the Gmail spam folder?

TobinShields commented 3 years ago

That's a tough one--the "magic formula" for avoiding spam is a guarded secret, and Gmail is the best. Here are the general tips for avoiding spam:

  1. Make sure the webserver is a legit company. Many free/cheap webhosts are often blacklisted. So if you pay for something like Godaddy you will have better luck
  2. Make sure you are not doing "spammy" things like asking for information or attaching weird things.
  3. If you are testing, actually respond to your own message. This is important as your inbox will see if you open/engage with certain senders. If you don't it will take future messages and put them into spam.

I hope this helps!