Selenium Python - Testing email functionality of my app using localhost SMTP -


checking if emails being sent application. have created localhost:25 smtp in application. want check if emails being sent localhost:25 smtp. how can achieve using selenium python?

note - have front end

selenium used automating browsers. since checking emails, use python email library. if have web frontend, use selenium automate front-end make sure email sent.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -