maildev.sf-wekan-review-40.homol.strasbourg.cloud Open in urlscan Pro
185.60.150.89  Public Scan

URL: https://maildev.sf-wekan-review-40.homol.strasbourg.cloud/
Submission: On January 10 via api from US — Scanned from US

Form analysis 0 forms found in the DOM

Text Content

MailDev




 * Refresh
 * Clear Inbox

 * Info


NOW RECEIVING ALL EMAILS ON PORT 25

For info on configuring your application click here.

NODEMAILER

var transport = nodemailer.createTransport("SMTP", {
    port: 25,
    // other settings...
});

DJANGO

Add EMAIL_PORT = 25 in your settings file (source)

RAILS

config.action_mailer.delivery_method = :smtp
    config.action_mailer.smtp_settings = {
        :address => "localhost",
        :port => 25
    }


For questions, feature requests or to report issues visit this project on
GitHub.


You are running MailDev 1.1.0