| Newsgroups |
gmane.mail.blat |
| Message-ID |
<[email protected]> |
Since this is a commercial operation, why not spend a small amount of money and purchase an email service from GoDaddy or EasyDNS dedicated to this task?
Then give your clients access to that email service rather than access to your company server. Would cost about $5 a month and be secure.
Mike Mattos
“To succeed in the world it is not enough to be stupid, you must also be well-mannered”
Voltaire
From: [email protected] [mailto:[email protected]]
Sent: May 14, 2016 9:17 AM
To: [email protected]
Subject: Re: [blat] Using BLAT for sending application's Log Files
The answer to your problem would be to have your clients change the server, userid, and password to point to their local mail server. Then when this runs it will send the logs to you using their own mail server which will then send the email to your mail server.
Sent from Doug's iPad
On May 13, 2016, at 12:29, [email protected] [blat] <[email protected]> wrote:
Hi,
Thank you for your answer. Maybe I did gave you a good explanation to my problem.
1st check my blat parameters.
blat -body "App.log report is attached." -subject "My App Log Report" -f [email protected] -to [email protected] -server mail.mycompany.gr -port 587 -u loguser -pw logpass123! -attacht app.log
This above script goes to EVERY client of ours. As you can see by yourself, to send an email from [email protected] to [email protected] I HAVE to entry the username as well as the password of the send mail which in this case is the [email protected].
This is a problem for my. I dont want my client to KNOW the username and the password of the specific email account.
So, what is my options here ?
Regards,