ruby の gmail smtp サーバーを介してメールを送信する簡単なスクリプトがありますが、スクリプトを Microsoft Exchange サーバーに移動する必要があり、上記のエラーが発生し続けます。
私はirbから以下を試しましたが、上記のエラーでも失敗します:
Net::SMTP.start('your.smtp.server', 25, 'mail.from.domain','Your Account', 'Your Password', :login)
ruby の gmail smtp サーバーを介してメールを送信する簡単なスクリプトがありますが、スクリプトを Microsoft Exchange サーバーに移動する必要があり、上記のエラーが発生し続けます。
私はirbから以下を試しましたが、上記のエラーでも失敗します:
Net::SMTP.start('your.smtp.server', 25, 'mail.from.domain','Your Account', 'Your Password', :login)