symfony1 - Avoiding Spam Filters for account confirmation emails -


i have application built in php/symfony. part of requires sending account verification email users. unfortunately, seems email triggering spam filters (gmail, hotmail, others) , not making users inboxes.

what strategies can use avoid being filtered?

rather sending mail server website runs, it's better use trusted external mail server. can swift_smtptransport.

you can use gmail account purpose: http://www.symfony-project.org/more-with-symfony/1_4/en/04-emails#chapter_04_sub_sending_emails_via_gmail


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -