Method: EmailHelper#send_email_setup
- Defined in:
- lib/helpers/tmc_helpers/email_helper/email_helper.rb
#send_email_setup(endpoint, username, password) ⇒ Object
Public: Configures email.
endpoint - String EWS endpoint URL. username - String EWS account username. password - String EWS account password.
Returns nothing.
46 47 48 |
# File 'lib/helpers/tmc_helpers/email_helper/email_helper.rb', line 46 def send_email_setup(endpoint, username, password) with_ews_client(endpoint, username, password) { } end |