About 45,500 results
Open links in new tab
  1. javascript - How to send email using nodemailer with hostinger ...

    Jun 22, 2023 · I am trying to send emails using nodemailer. Email is hosted on hostinger. Here is my configuration: host: "smtp.hostinger.com", port: 465, secure: true, auth: { user ...

  2. Sending email with PHP from an SMTP server - Stack Overflow

    Jan 22, 2013 · In cases where you are hosting a WordPress site on Linux and have server access, you can save some headaches by installing msmtp which allows you to send via SMTP from the …

  3. What is correct settings for sending email through godaddy SMTP?

    Aug 14, 2019 · 2 I am using GoDaddy Professional Email (NOT Workspace Email) under Email & Office. For my website, I want to email users using PHPMailer. I have used all the credentials according to …

  4. Sending email through gmail SMTP on GoDaddy [closed]

    Also tried using google and hotmail smtp hosts (as I have an account with each) and same secirty restriction story, maybe a lesser known free web email provider that has lower security settings …

  5. Godaddy not sending email to google smtp - Stack Overflow

    Mar 14, 2022 · They block outbound SMTP, so you have to use their servers, and gmail doesn't allow you to do that while using domains hosted by gmail (because it's forgery), so any mail that you …

  6. PHPMailer GoDaddy Server SMTP Connection Refused

    Feb 18, 2014 · You need to have GoDaddy linux hosting with cPanel email accounts: In the email accounts section, next to each email address in a dropdown, click the option to 'configure email client'.

  7. C# - SMTP - GoDaddy - Send Email - Stack Overflow

    Jun 14, 2012 · What am I doing wrong? Im trying to send a email using c# with GoDaddy webhost. SmtpClient client = new SmtpClient("relay-hosting.secureserver.net", 465); client.EnableSsl = true; …

  8. Unable to send Email through GoDaddy SMTP - Stack Overflow

    May 19, 2018 · I am working on an ASP .Net MVC website and I've to send email through Godaddy smtp, Previously my site was developed in classic ASP and it was hosted on godaddy's web hosting …

  9. Send email using phpmailer on GoDaddy hosting - Stack Overflow

    Jan 13, 2016 · Most times non-VPS hosting solutions deny incoming or outgoing SMTP ports to prevent spammers from setting up shop. Or just disable the usage of the mail/sendmail programs from being …

  10. email - php mail () from godaddy server - Stack Overflow

    I'm using godaddy for hosting my site and using default godaddy mail service. Now i want to sent email using php mail function to other email address from my 1 of my 15 email address of my godaddy's …