Most voted "postfix" questions
6 questions
Sort by count of
-
2
votes1
answer136
viewsPHP Mailer or postfix redirecting to gmail?
I have an Ubuntu (LAMP) server and I need to send emails via PHP, but using my gmail account, I don’t want to have an email server of my own. I need to define one of the two ways below to do this:…
-
2
votes1
answer624
viewsSimple contact form sending email via Amazon SES with PHP
For a simple contact form I intend to use Amazon SES with PHP. Basically PHP will send an email to myself with the email of the user who contacted me to give an answer. Researching, I came across…
-
1
votes0
answers22
viewsEmail server login attempts with non-existent users
Recently I noticed several attempts to login to the mail server with non-existent users, looking at the postfix log there are several lines similar to this: Nov 5 13:03:04 servename imapd: LOGIN…
-
1
votes0
answers97
viewsDjango + Postfix password reset email is not sent
I set up a server with my application Django and now I’m trying to enable password reset via email using the postfix as an e-mail server. I started configuring my views and testing if everything was…
-
0
votes0
answers331
viewsHow do PHP mail() send via Amazon SES?
How to make the function mail() of PHP use my credentials on Amazon SES to send transactional emails without using lib Phpmailer or having to install and configure the postfix/sendmail for that…
-
0
votes1
answer265
viewsCreate email accounts using Postfix to send on Woocommerce
I have a website hosted on digitalocean. I have configured the server with Easyengine for installation of PHP, Mysql, Nginx, Postfix, Wordpress, etc. However, my Wordpress is not sending email, and…