• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Error sending email with Office 365: The value of the parameter 'Message' is empty.

Jan

Member
Hello,

I just tried to create an email to multiple users (for testing just one is given) using the Office 365 in Pabbly.
All required fields are filled and choose HTML as format (with a message in HTML format).

The result is:
Error Code: ErrorInvalidParameter
Error Message: The value of the parameter 'Message' is empty.

The message is just a partial HTML starting and ending with a paragraph like this:

Code:
<p>Hallo ticketFirstName0">1. TicketFirstName0 : Umlauttest </p>
[...]
<p>Gesendet by: [...]</p>

Maybe this is the isse because I have to provide a full HTML code starting with <html>?
Is there a documentation what the minimal requirements are? (I didn't finde one.)

Thanks!
Jan
 

Jan

Member
Short update:
I added the following start/end to the HTML code which did not solve the issue. :-(

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>E-Mail Beispiel</title> </head>

<body>
<p>Hallo ticketFirstName0">1. TicketFirstName0 : Umlauttest </p>
[...]

<p>Sent by: ...</p>

</body></html>
 
P

Pabblymember11

Guest
Hey @Jan

Try passing the email address in the curly brackets separated by a comma. Kindly try again first in the "Plain Text" Content Type.

2022-01-12_17h04_48.png
 

Jan

Member
Both changes had no effect on the error message.
But the first two test emails arrived about an hour later. But this is a delay which we can not accept and the workflow would stop instead of going on to the next step. :-(
 
P

Pabblymember11

Guest
Hey @Jan

We are currently looking into your concern kindly allow us some time.

Regards
 

Jan

Member
Hello @Supreme

I got a bunch of tickets in your system for all teh emails which should have been sent. But I don't see any solution yet. Is that right? We need this process (or a workaround) functional Monday morning. Do you think that will be solved until then?

Jan
 
P

PabblyMember3

Guest
We have checked your workflow and found that, you were using Plain Text as a message content type and passing HTML in the Body Content. We have checked the same by changing the content type to HTML and replace all the double quotes from your Body Content HTML with single quotes.

That worked perfectly fine.

1642166626243.png


1642166754594.png
 

Jan

Member
Hello @Naveen!

I choosed plain/text because @Supreme asked me to do so:
"Kindly try again first in the "Plain Text" Content Type."


But right now it is working so we can assue that this was some strange server issue?

Jan
 
P

Pabblymember11

Guest
Hey @Jan

But right now it is working so we can assue that this was some strange server issue?
That might not be the reason for your concern but we would recommend you to not use double quotes in the content and if you want to use kindly replace use double single quotes in place of double quotes.
 
Top