Argiropoulos Stavros
Argiropoulos Stavros

Reputation: 9533

Java:Apache commons mail goes immediately to hotmail junk folder

Is there a way to make my email pass through these hotmail filters? In gmail the mails arrive in the inbox folder

Upvotes: 1

Views: 1134

Answers (2)

gmhk
gmhk

Reputation: 15950

Even I had the same problem, But I Modified the flow like 1) Once the registered user, we will send a confirmation mail to their inbox and ask the user to respond back to the same Mail. So that Hotmail or gmail wont think your mail as Spam/JUnk. IN that way you can prevent the mails going to SPam or Junk folder.

Or one more way is to tell people as " to Mark this mail as NOT SPAM" some where in your application.

I hope this might help, if you have the similar kind of application.

Upvotes: 1

Edward Dale
Edward Dale

Reputation: 30143

Make your email look less like spam. MS provides some tips.

Upvotes: 1

Related Questions