Jump to content

Does not send email when manually crediting a payment


Recommended Posts

4 hours ago, WHMCS John said:

Hi all,

Can you please click the "Manage Invoice" button before clicking the Add Payments tab to add payment to the invoice.

Please let me know if this works-around the issue.

Yes this did work for me.

Link to comment
Share on other sites

  • WHMCS Support Manager
On 5/16/2024 at 2:01 PM, Dkuzik said:

Yes this did work for me.

Thanks for the confirmation. We have case CORE-19244 open with the development team to investigate and resolve this in a future update.

In the meantime, please click "Manage Invoice" first, then use the Add Payment tab.

 

 Once we resolve cases and push features they are available at our change log, here:

https://changelog.whmcs.com/

I apologize for the inconvenience, and appreciate your patience as we work to resolve this.

Link to comment
Share on other sites

  • WHMCS Support Manager
On 5/16/2024 at 11:02 AM, Joo32 said:

@WHMCS John

Yes, this way it works and send email.
But the actual problem is that when we add payment through callback file ro internal API, it does not send email neither. (as we were doing on previous update(8.1), nothing changed)
Alos, sendemail API does not work for invoices as well:

localAPI('SendEmail', [
        'messagename' => 'Invoice Payment Confirmation',
        'id' => $invoiceId,
        'customtype' => 'invoice',
    ]);

 

This should work, but it does not.

This API request is invalid, if you observe the response you'll receive an error message:

A subject is required for a custom message

Please use this instead:

localAPI('SendEmail', [
        'messagename' => 'Invoice Payment Confirmation',
        'id' => $invoiceId,
    ]);

 

Link to comment
Share on other sites

  • 2 weeks later...
  • WHMCS Technical Analyst

Hello,

I'm happy to advise that we have a hotfix available for this issue that can be downloaded here:  https://whmcs.community/files/file/194-invoice-emails-not-sent-via-add-payment-and-refund-tabs-when-viewing-invoice/

 


Simply download and extract the archive to your version 8.10.1 installation and allow overwrite of the existing files. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated