-
- The `$hostname` parameter isn't actually used, the template just interpolates `@fqdn`.
- A `params.pp` block for Debian compatibility is easy:
``` ruby
case $::operatingsystem {
'Debian' : {
…
-
By default, mail is sent via ssmtp:
```PHP_SENDMAIL_PATH: '"/usr/bin/dos2unix -u | /usr/sbin/ssmtp -t -f"'```
PROBLEM: If sending large emails (i.e. with attachments), and the server is under lo…
-
To create a smooth email experience eaven without a propper configured shopware on top it would be good to configuration for mailhost and port dynamic via ENV so you can set a mailcatcher or mailhog p…
-
As it currently stands, anything in Wordpress that needs to send email is broken. The [`wp_mail`](http://codex.wordpress.org/Function_Reference/wp_mail) function that is used for sending out email by …
-
Please consider using ssmtp for email sending from core.sendmail:
https://manpages.ubuntu.com/manpages/focal/en/man8/ssmtp.8.html
Recent versions of sendmail don't work well without configuratio…
-
Took me a while to diagnose, but it seems as though there's no capability included in the image for sending emails.
I resolved this by:
1. apt-get install ssmtp
2. making sure that www-data ha…
-
I am finding that the password is retaining the return character (i.e. \n) from the config file.
I believe the fault is on lines 1439 to 1444 of ssmtp.c ([https://github.com/fernando-rodriguez/ssmtp-r…
-
The README examples mention variable `ssmtp_mailhub` but the one actually used in the template is `ssmtp_server`
-
Using root group with "root" does not exist on FreeBSD.
You can use group => "wheel" instead.
Regards,
```
Error: Could not find group root
Error: /Stage[main]/Ssmtp::Service/File[/etc/mai…
-
I have got a small problem regarding sending emails form ZM via ssmtp, or msmtp so far. According to the documentation and pretty straightforward guide all emails are send by command via ssmtp, or msm…