Can t locate Net SMTP SSL pm in INC INC contains

0 votes

Hi Guys,

I am trying to use git send-email service in my system, but I got this below error.

Can't locate Net/SMTP/SSL.pm in @INC (@INC contains: 

How can I solve this error?

May 4, 2020 in Git & GitHub by akhtar
• 38,230 points
1,848 views

1 answer to this question.

0 votes

Hi@akhtar,

You may need to upgrade/install the Net::SMTP::SSL or IO::Socket::SSL packages. You can use the below given commands.

sudo -H cpan Net::SMTP::SSL
sudo -H cpan IO::Socket::SSL

Hope this will help.

answered May 4, 2020 by MD
• 95,440 points

Related Questions In Git & GitHub

–1 vote
1 answer

Having problem in Github and remote Git repo with production and development code

I think you could start with this. The ...READ MORE

answered Apr 10, 2018 in Git & GitHub by shubham
• 7,340 points

edited Dec 15, 2023 by Khan Sarfaraz 761 views
0 votes
1 answer

Git in DevOps

DevOps is an approach to improve the ...READ MORE

answered Apr 27, 2018 in Git & GitHub by QueenBee
• 1,820 points
802 views
0 votes
1 answer

meaning of check-in code in github

It simply means to upload code to ...READ MORE

answered Apr 29, 2018 in Git & GitHub by ajs3033
• 7,300 points
9,602 views
0 votes
1 answer

How to do a re-merge into another branch in git

Seems like you want to rebase your ...READ MORE

answered May 7, 2018 in Git & GitHub by DareDev
• 6,890 points
2,218 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,508 views
+2 votes
1 answer
0 votes
1 answer

How merge works in Git & GitHub!!!??

Hi@Hasid, In Git & GitHub merge concept comes ...READ MORE

answered Jan 31, 2020 in Git & GitHub by MD
• 95,440 points
536 views
0 votes
1 answer

How can I retrieve previous version data in Git & GitHub!!?

Hi@akhtar, You can use reset command to do ...READ MORE

answered Jul 19, 2020 in Git & GitHub by MD
• 95,440 points
4,481 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP