Questions tagged [ssmtp]

82 questions
-1
votes
1 answer

PHPMailer cli works, cgi does not, why?

I have two machines with up to date copies of Ubuntu 16.04, php 7 and PHPMailer installed. EMails are sent via gmail using ssmtp and it's associated sendmail stub. If I run the same program (effectively the code out of the tutorial in the Wiki) from…
Frank
  • 207
  • 2
  • 6
-1
votes
1 answer

"output from your job" after set ssmtp at a specific time

I have a script that executes the program and send outputs via email to designated individuals. To The script ran fine, just as expected, but after every script there is an auxiliary email sent to @gmail.com I have tried to play…
kensaii
  • 314
  • 5
  • 16
-1
votes
1 answer

CFG Error email receiving every 5 minutes from Zabbix on Unix server

I have configured sSMTP on myzabbixserver Unix system which successfully delivers Zabbix alerts via Gmail. Strangely I am receiving an email in my Gmail inbox (which I am using as From address for sSMTP config) EVERY 5 minutes with following…
theGeekster
  • 6,081
  • 12
  • 35
  • 47
-2
votes
1 answer

How does AWS monitor our use of outbound port 25?

If we are sending SMTP checks to email addressee that do not exist, does this look the same to AWS as if we were sending a full email that bounces?
-2
votes
1 answer

how will I send Mail using SSMTP

props.put("mail.smtp.starttls.enable", "true"); props.put("mail.smtp.port", portnumber); props.put("mail.smtp.host", "smtp.office365.com"); props.put("mail.smtp.auth", "true"); I am using this code for sending email in java using my linux…
Neeraj
  • 17
  • 4
-2
votes
1 answer

PHP MAIL function with variables >>> HOW?

I'm creating a contact.php. My plan is to include in the e-maail stuff which the user entered before. (variables) In this case include the sender email, subject and message. I don't want to use PEAR. I want to use my SSMTP which is installed on my…
Bird
  • 3
  • 1
  • 4
-4
votes
0 answers

In Linux SMTP send-mail: Authorization failed

while sending an email (outlook) from Linux using ssmtp with valid username and password getting an error as send-mail: Authorization failed. the same username and password i used in python script its working i am able to get mails from that mail.…
Vijay
  • 1
  • 1
1 2 3 4 5
6