Re: configuring Net::SMTP

2023-07-08 Thread Olivier
Rick T writes: > [1:text/plain Show] > > > [2:text/html Hide Save:noname (4kB)] > > I have two subroutines (below) in a program that uses Net::SMTP. I’ve > recently moved my site from FutureQuest.net to Hostgator.com, and this part > of my program has stopped working. The first routine sends an

RE: configuring Net::SMTP

2023-07-08 Thread Claude Brown via beginners
Hi Rick, We use Net::SMTP to send emails via SendGrid. They require a user/pass authentication over SSL and I wonder if that is what is going wrong in your case. The other thing worth doing is checking the return-value of each SMTP call as something may be going wrong silently. Below is a fr

Re: configuring Net::SMTP

2023-07-08 Thread perl
Thanks, Andinus. This is useful information. — Rick > On Jul 8, 2023, at 10:11 AM, Andinus wrote: > > > Hello Rick, > > Hostgator might be able to provide you more information regarding why > the email delivery is failing. I'm not very familiar with mail stuff. > > You can also try NET::SMT

configuring Net::SMTP

2023-07-08 Thread Rick T
I have two subroutines (below) in a program that uses Net::SMTP. I’ve recently moved my site from FutureQuest.net to Hostgator.com , and this part of my program has stopped working. The first routine sends an analysis of a test to me at Reason.ne