Coder Social home page Coder Social logo

Comments (12)

omarhoro avatar omarhoro commented on July 20, 2024 1

I also tried with another mail providers. The same error @manyuanrong :

No connection could be made because the target machine actively refused it. (os error 10061)

from deno-smtp.

manyuanrong avatar manyuanrong commented on July 20, 2024

@omarhoro I do n’t know where you use it, but as far as I know, there are many CI and CD platforms that prohibit SMTP, such as travis, etc., but I can send it on github actions.

from deno-smtp.

omarhoro avatar omarhoro commented on July 20, 2024

I tried to use it with outlook and gmail, and I failed.
Get smth like:
Uncaught InvalidData: received corrupt message

from deno-smtp.

omarhoro avatar omarhoro commented on July 20, 2024

Maybe I can ask you to make some manual or video guide of how to use your useful package on test gmail account?

from deno-smtp.

manyuanrong avatar manyuanrong commented on July 20, 2024

Maybe you can find some inspiration in the test.ts file. And your suggestion is very good. I will take the time to write an article to describe the use example

from deno-smtp.

omarhoro avatar omarhoro commented on July 20, 2024

@manyanrong thanks for replying. Will wait for your updated description.

from deno-smtp.

omarhoro avatar omarhoro commented on July 20, 2024

@manyuanrong by the way, do we need some pre-actions or configurations?

from deno-smtp.

manyuanrong avatar manyuanrong commented on July 20, 2024

@omarhoro Because my gmail is only used to receive mail, I have not used it to send. I went to see it and found that gmail uses port 578 (STARTTLS protocol). Since Deno does not currently have an API similar to startTLS, there is no way. I am trying to promote the implementation of this API. Before that, I suggest you look for mail services using port 25 or port 465.

denoland/deno#4773

from deno-smtp.

manyuanrong avatar manyuanrong commented on July 20, 2024

My mistake, I didn't see gmail telling me that 465 can be used, but I tried it and it did.

from deno-smtp.

manyuanrong avatar manyuanrong commented on July 20, 2024

I added Gmail sending configuration in Readme.md

from deno-smtp.

omarhoro avatar omarhoro commented on July 20, 2024

@manyuanrong thanks for updating. I tried for 10 times, and googled. I am failed :( Could I ask you to make simple video?

from deno-smtp.

manyuanrong avatar manyuanrong commented on July 20, 2024

Can you give more error details?

from deno-smtp.

Related Issues (20)

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.