Search the Community
Showing results for tags 'phpmailer'.
-
I have a problem making a connection with Amazon SES but when I put the data related to Amazon in Mail and I chose them SMTP and put the data in my account but unfortunately I see this message in the attachments
-
Many WHMCS installations using shared servers at HostGator. The problem is sending mail using shared IP Blocks of HostGator's mail server "cima.websitewelcome.com" like invoices or invoice reminders created by the WHMCS cron never arrive at the recipients mail box. They get, typical for HostGator, their email blocked by "http://emailadmin.registeredsite.com/" caused by spammers in the neighborhood using the same "cima.websitewelcome.com" IP block. This is damaging to our cash-flow. The solution would be to use an API call through a 3rd party mail service provider like "Sendgrid", "Mailgun" or "Mailjet" and bypass the HostGator "cima.websitewelcome.com" mail server. It works great with a single WHMCS email template when properly coded, but it will not work with the daily WHMCS cron job responsible for creating invoices, invoice reminders and overdue messages:( We use the WHMCS -> Mail -> Type PHP Mail() with SMTP Port 465, Host: smtp.sendgrid.net with our username and password (see also https://github.com/PHPMailer/PHPMailer). The modified "class.phpmailer.php" mailer still uses "cima.websitewelcome.com" as it's initial sender. The perfect solution would be to upgrade the WHMCS "class.phpmailer.php" from 5.2.7 to version 5.2.14 and add a "Sendgrid API client" to bypass the HostGator Mail Server, like the Google XOAUTH2 Api client (as an option available) to the internal WHMCS Mail Service.
-
Im getting in my activity log some entries like this: "Contact form mail sending failed with a PHPMailer Exception: SMTP Error: data not accepted. (Subject: bla bla bla)" Some are from system username, others from client username. Im using amazon SMTP services, all the test i can do everything works fine. Emails works, customer get their emails. No problem at all. I have only these 9 entries with the error and i can't reproduce it by myself. Looks like these comes from some sort of form. The only one i have is the one to submit a ticket and its working fine. Any help? I already opened a ticket but mayne this is faster. Thanks Cristian
