Discussion:
Javax.mail sends the same mail even when I change the parameters
(too old to reply)
Emeka Chukwudozie
2022-10-07 16:34:01 UTC
Permalink
I am trying to send users mail upon registration with their new default password but I end up sending the same mail to all users
Eric Sosman
2022-10-08 01:49:12 UTC
Permalink
Post by Emeka Chukwudozie
I am trying to send users mail upon registration with their new default password but I end up sending the same mail to all users
Broadcasting passwords might lead to a security problem. :)

Based on the information you've provided, my considered diagnosis
is "Something's wrong." I might be able to refine my opinion if
you were to show some of your code -- not the entire ten thousand
lines of registration/validation/whatever, but just the bits where
you get around to sending the mail. Try posting a (complete!) bit
of code that just sends the mail, and perhaps I or someone else
may be able to help you.
--
***@comcast-dot-net.invalid
Look on my code, ye Hackers, and guffaw!
Loading...