Programming Tutorials

Comment on Tutorial - Sending emails using SMTP in Ruby By James Edward Gray II



Comment Added by : Roshan

Comment Added at : 2012-02-02 11:48:53

Comment on Tutorial : Sending emails using SMTP in Ruby By James Edward Gray II
In the block form of SMTP.start, is there a way to detect if the to@address filed is invalid? If I give an address that does exist I still get a 200 response

View Tutorial