Subversion Repositories SmartDukaan

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
37629 1 d 11 h amit /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/ feat(mail): wire inactive-recipient filter and clean hardcoded addresses

Wire MailRecipientFilter into googleMailSender and gmailRelaySender. Remove inactive/unknown addresses from recipient and access lists, fix typo addresses, bulk uploader gate to akhil.kumar, V2 brand fee gate to kamini.sharma.
 
37480 16 d 6 h amit /trunk/ mail: correct a wrong claim in r37479 -- the Google app password IS valid

r37479 stated googleMailSender's app password was rejected. That was wrong. The
test behind it resolved smtp.gmail.com over IPv6; repeating it over IPv4 with
the same credential gives AUTH OK on both 465 and 587.

The real fault is not the credential and not the bean config, both of which are
correct. SMTP from this host works over IPv4 only:

smtp.gmail.com IPv4 -> AUTH OK IPv6 -> 535 5.7.8 Username and Password not accepted
smtp-relay IPv4 -> 250 MAIL FROM IPv6 -> 550 5.7.1 Invalid credentials for relay

The JVM prefers IPv4, which is the only reason mail leaves this box at all.
Anything that prefers IPv6 fails on both paths.
 
37479 16 d 6 h amit /trunk/ mail: make the relay the default sender, not the Google identity

Correcting r37474-37476. Those made googleMailSender @Primary on the assumption
its credentials worked. Tested against the live servers from the prod host:

googleMailSender 535 5.7.8 Username and Password not accepted (BadCredentials)
-- the app password in the source is no longer valid
relay over IPv4 250 OK for MAIL FROM:<noreply@smartdukaan.com>
relay over IPv6 550 5.7.1 Invalid credentials for relay

So promoting google would have replaced one broken default with another. The
relay is what actually delivers today and it becomes 'mailSender'. It does not
authenticate -- Workspace authorises it by allowlisted source IP -- so sending
as noreply@ is legitimate there and AuthenticatedIdentityMailSender correctly
leaves it alone.

googleMailSender stays available by qualifier. Point the default back at it once
a valid app password is issued for sdtech@smartdukaan.com.

Also noted in the javadoc: the relay allowlist covers the IPv4 address only, so
anything that prefers IPv6 will be refused.
 
37475 16 d 7 h amit /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/config/ mail: delete the dead SendGrid bean from web, make the authenticated identity primary

Removes the live SendGrid bean plus two commented-out corpses (an old
build@shop2020.in sender and a dead alias). googleMailSender is now @Primary and
answers to 'mailSender', so unqualified injections get the working authenticated
sender instead of one that rejects with 535.
 
37454 18 d 17 h amit /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/config/ Build googleMailSender as AuthenticatedIdentityMailSender

The bean authenticates as sdtech@smartdukaan.com, so Google Workspace only permits
that address in From. Callers hardcode noreply@, which Gmail refuses with 535
'Authenticated user is not authorized to send mail', silently dropping every alert
sent through it. The sender now rewrites From to its own username at send time.

See profitmandi-common r37451.
 
37369 27 d 13 h amit /trunk/ Fixed mail sender everywhere  
37367 28 d 4 h amit /trunk/profitmandi-web/src/main/ Mail: raise SMTP timeouts and rotate the sdtech app password

The 10s read timeout was cutting off larger attachment sends (policy PDFs, invoice
attachments) and surfacing as a send failure the outbox then retried. Raised to 30s
connect / 120s read-write on both senders. App password rotated to match the current
Google account credential.

Also fills in new.solr.url and store.app.url in staging.properties - staging carries no
fallback to dev/prod, so a missing key stops the context from starting.
 
36988 77 d 4 h vikas /trunk/ Changed mail sender password and Duplicate Req interceptor behavior  
36246 157 d 17 h amit /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/config/ Add gmailRelaySender bean for Google Workspace SMTP Relay  
36061 175 d 5 h amit /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/config/ Add SMTP timeouts to mail senders to prevent thread hangs  
35832 205 d 8 h amit /trunk/ Unify property loading: all modules use runtime profile with shared properties from dao, remove duplicated DB/Hibernate/HikariCP/integration keys from module files  
35385 275 d 9 h amit /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/config/ Fixed DP its now purchase - price drop  
34711 447 d 10 h amit.gupta /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/config/ Added Mailsender  
34635 473 d 6 h ranu /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/config/ google mail sender credential changed  
34634 473 d 13 h ranu /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/config/ mailsender overwrite with google mail sender  
32978 938 d 4 h amit.gupta /trunk/ Checked in some basic resources  
31525 1322 d 23 h amit.gupta /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/config/ Fixed net availability to SaholicCIS Table  
31514 1324 d 9 h amit.gupta /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/config/ Send Mail temporary fix  
29637 1752 d 5 h amit.gupta /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/config/  
27626 2073 d 6 h amit.gupta /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/config/  

Show All