Class: MailSpy::MailSpyESP

Inherits:
Struct
  • Object
show all
Defined in:
lib/mail_spy.rb

Overview

--------------------------------------------- Configuration Allows the client to configure and add esps to MailSpy

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address



15
16
17
# File 'lib/mail_spy.rb', line 15

def address
  @address
end

#authenticationObject

Returns the value of attribute authentication



15
16
17
# File 'lib/mail_spy.rb', line 15

def authentication
  @authentication
end

#domainObject

Returns the value of attribute domain



15
16
17
# File 'lib/mail_spy.rb', line 15

def domain
  @domain
end

#enable_starttls_autoObject

Returns the value of attribute enable_starttls_auto



15
16
17
# File 'lib/mail_spy.rb', line 15

def enable_starttls_auto
  @enable_starttls_auto
end

#nameObject

Returns the value of attribute name



15
16
17
# File 'lib/mail_spy.rb', line 15

def name
  @name
end

#optionsObject

Returns the value of attribute options



15
16
17
# File 'lib/mail_spy.rb', line 15

def options
  @options
end

#passwordObject

Returns the value of attribute password



15
16
17
# File 'lib/mail_spy.rb', line 15

def password
  @password
end

#portObject

Returns the value of attribute port



15
16
17
# File 'lib/mail_spy.rb', line 15

def port
  @port
end

#user_nameObject

Returns the value of attribute user_name



15
16
17
# File 'lib/mail_spy.rb', line 15

def user_name
  @user_name
end