You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are not yet able to send email from inside the VM. While I do not want to send a lot of email from inside the VM -- and while I don't want to receive email within the VM -- I do want the 'test-against-dev' process, once in production, to be able to send project members one email daily indicating whether it has detected the presence of a new perl-5.29 monthly dev release or not (which will be not all but one day per month).
The program I wrote to send email was /home/jkeenan/learn/perl/first-email.pl (and, on my Linode, this was indeed the first program I ever wrote to send mail that relied on the presence of sendmail and an SMTP server).
We are not yet able to send email from inside the VM. While I do not want to send a lot of email from inside the VM -- and while I don't want to receive email within the VM -- I do want the 'test-against-dev' process, once in production, to be able to send project members one email daily indicating whether it has detected the presence of a new perl-5.29 monthly dev release or not (which will be not all but one day per month).
The program I wrote to send email was
/home/jkeenan/learn/perl/first-email.pl
(and, on my Linode, this was indeed the first program I ever wrote to send mail that relied on the presence ofsendmail
and an SMTP server).Inside the VM, I get:
But on the host, I only get:
But I myself have never set up sendmail, and I haven't had time to investigate this further.
The text was updated successfully, but these errors were encountered: