We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-postfix-as-a-send-only-smtp-server-on-ubuntu-18-04
The text was updated successfully, but these errors were encountered:
I used this tutorial part 1: https://www.linuxbabe.com/mail-server/setup-basic-postfix-mail-sever-ubuntu part 2: https://www.linuxbabe.com/mail-server/secure-email-server-ubuntu-postfix-dovecot part 4: https://www.linuxbabe.com/mail-server/setting-up-dkim-and-spf
Sorry, something went wrong.
I should use the command sendmail
echo "test email" | sendmail [email protected]
it is working, now I just have to integrate it with NodeJs
to integrate with nodeJs https://nodemailer.com/smtp/ https://scribbble.io/wardpoel/setting-up-nodemailer-with-postfix/ https://nodemailer.com/dkim/
No branches or pull requests
https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-postfix-as-a-send-only-smtp-server-on-ubuntu-18-04
The text was updated successfully, but these errors were encountered: