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
Post a Comment