Giter VIP home page Giter VIP logo

origamismtp's People

Contributors

dependabot[bot] avatar javydreamercsw avatar travispessetto avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

origamismtp's Issues

[HELP] TLS startup failed (connect(): error:0407008A

i use Swaks to try connect the OrigamiSMTP with TLS Support i already add CA to Trusted ROOT

and execute this command
perl swaks.pl -t [email protected] -f [email protected] -s localhost -p 587 -tls --tls-verify --tls-ca-path Origami_CA.crt

result failed below ....

=== Trying localhost:587...
=== Connected to localhost.
<- 220 127.0.0.1 SMTP Ready
-> EHLO DESKTOP-ISVG1G8
<- 250-localhost WELCOME TLS ENABLED
<- 250-AUTH PLAIN
<- 250 STARTTLS
-> STARTTLS
<- 220 Ready to start TLS
TLS startup failed (connect(): error:0407008A:rsa routines:RSA_padding_check_PKCS1_type_1:invalid padding)
STARTTLS attempted but failed

Using removed Java code

We are using removed Java code

To Reproduce
Steps to reproduce the behavior:

  1. Simply run jdeps with -jdkinternals and --list-deps to see what is unsupported or removed
  2. Run the same on dependencies jars.

Expected behavior
There should be no unsupported or removed dependencies


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

GUIDE : Setup on Manjaro Linux (or Arch)

If you get the error "Error: JavaFX runtime components are missing, and are required to run this application"

install the package java-openjfx

and launch the .jar with :

java --module-path /usr/lib/jvm/java-17-openjdk/lib/javafx.controls.jar:/usr/lib/jvm/java-17-openjdk/lib/javafx.fxml.jar:/usr/lib/jvm/java-17-openjdk/lib/javafx.graphics.jar:/usr/lib/jvm/java-17-openjdk/lib/javafx.base.jar:/usr/lib/jvm/java-17-openjdk/lib/javafx.web.jar:/usr/lib/jvm/java-17-openjdk/lib/javafx.media.jar --add-modules javafx.controls,javafx.fxml,javafx.web,javafx.media -jar origami-smtp.jar

also, be sure to use the jar from SourceForge and not the outdated one in the Releases tab of this repo

Setup Instructions For Linux Users

I have been trying for over a month to get this application to work on my Linux Mint 19.1 which has XAMPP installed on it. I tried configuring the php.ini file [mail function] that XAMPP offers to make these two applications work together and I have no luck.

Please make easy step by step instructions.

AppImage

Please make an AppImage instead of a Deb package which will allow for easy install on any Linux distribution.

Opening the GUI and app

I'm running a local drupal site (macOX) and OrigamiSMTP seems like a good option for me.
However, not being a java developer, I don't inherently understand how to launch the app.
The wiki assumes the GUI is open but does not cover launching it.
Please help?

Jeffrey Love
[email protected]

Email Details Not Appearing

I am using XAMPP with OrigamiSTMP and with this simple PHP file I made I do get the emails in OrigamiSTMP but in OrigamiSTMP email under the Details tab it does not show From, To, Subject or Content.

<?php

mail('[email protected]', 'MySubject', 'Message 123...');

?>

Some mailers may require a Revocation List

When trying to use Origami STMP I got the following error from a C# application:

The server's SSL certificate could not be validated for the following reasons:
• The server certificate has the following errors:
• The revocation function was unable to check revocation for the certificate.

from MailKit 2.14.0

Code used for sending mail from Mailkit:

using (var client = new MailKit.Net.Smtp.SmtpClient())
          {
                // note from the documentation, if 587 is a port, using the Auto socket option will choose the correct SSL mode. -cjd 
                client.Connect(networkCredential.Domain, Port, MailKit.Security.SecureSocketOptions.Auto);
                client.Authenticate(networkCredential.UserName, networkCredential.Password);
                client.Send(mail);
                client.Disconnect(true);
           }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.