Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • the-little-time-snitcher ... => "Timereport: #{@@company.text}", :body => body, :auth => { :smtp => "smtp.domain.com", :port => 25, :domain => "domain.com", :username => "donald@disneyland.com", : ...
  • action_mailer_tls ... code snippet in config/environment.rb ActionMailer::Base.server_settings = { :address => "smtp.gmail.com", :port => 587, :domain => "mycompany.com", :authentication => :plain, :user_name => "username", :password => "password" } Copyright (c ...
  • mailit ... from above example mailer = Mailit::Mailer.new mailer.send(mail, :server => 'smtp.example.com', :port => 25, :domain => 'example.com', :password => 'foo') ## Todo: MailFactory has a method_missing that handles getting and ...
  • libtelnet ... TELNET implementation as a C library. [![Actions Status](https://github.com/seanmiddleditch/libtelnet/workflows/CI/badge.svg)](https://github.com/ ... listen on. For example, to connect to the server on mud.example.com port 7800 and to listen on port 5000, ...
  • swarmiji ... config looks like:
    
    (def operation-configs {
        "development" {
          :swarmiji-username "amit"
          :host "stomp.rabbitmq.runa.com"
          :port 61613
          :q-username "guest"
          :q-password "guest"
          :sevak-request-queue-prefix " ... 
    				
  • ih.textile_editor.ee_addon ... (build 20080331) EE extension by Mike Kroll, www.imagehat.com Port of Textile Editor by Dave Olson, slateinfo. ... to encode email addresses to use pMcode [email=email@address.com]Text Here[/email] Defaults to a plain mailto ...
  • port ... off of Flight Control for the iPhone. http://github.com/indyrb/port/raw/master/screenshots/2009-04-14.png ## ... smoke D Debug ## Development [Ruby Gosu docs](http://code.google.com/p/gosu/wiki/RubyReference) ## Credits We took some sounds and ...
  • postal ... : postal.core> (send-message {:user "AKIAIDTP........" :pass "AikCFhx1P......." :host "email-smtp.us-east-1.amazonaws.com" :port 587} {:from "me@draines.com" :to "me@ ...
  • email_form_generator ... ://localhost:3000 email: delivery_method: smtp server: smtp.yourdomain.com port: 25 domain: yourdomain.com authentication: none username: password: site_admin_email: admin@ ...
  • actionmailer_multiple_smtp ... => :plain } config.after_initialize do ActionMailer::Base.smtp_settings_by_from_address['special_sender@domain.com'] = { :address => 'smtp.gmail.com', :port => 587, :domain => 'domain.com', : ...