• Resolved rodmiller

    (@rodmiller)


    Hi

    Thanks for a great product, it’s working wonders for us. I have a small issue though when we get our notification emails there seems to be extra line breaks in the data when it comes through.

    I’ve set up a table so we can just drag and drop the information into a spreadsheet

    Hi,
    
    A booking for the {form_name} has been made by:
    
     {field_id="14"} {field_id="15"} 
    
    Their details are:
    <table border="0" style="border-collapse:collapse; table-layout: fixed; width: 100%;">
    	<tbody>
    		<tr style="width:100%;">
    			<td style="padding: 0px; margin:0px;">
                     {field_id="11"} 
    			</td>
    			<td style="padding: 0px; margin:0px;">
    				 {field_id="15"} 
    			</td>
    			<td style="padding: 0px; margin:0px;">
    				{field_id="14"}
    			</td>
    			<td style="padding: 0px; margin:0px;">
    				{field_id="9"}
    			</td>
    			<td style="padding: 0px; margin:0px;">
    				{field_id="12"}
    			</td>
    			<td style="padding: 0px; margin:0px;">
    				{field_id="13"}
    			</td>
    			<td style="padding: 0px; margin:0px;">
    				{field_id="2"}
    			</td>
    			<td style="padding: 0px; margin:0px;">
    				{field_id="10"}
    			</td>
    		</tr>
    	</tbody>	
    </table>
Viewing 1 replies (of 1 total)
  • Plugin Support Darshana

    (@darshanaw)

    Hi @rodmiller,

    Thanks for reaching out! When you configure the WP Mail SMTP plugin using our available mailers, all of your website emails sent with the WordPress default wp_mail() function, will be routed through your WP Mail SMTP configured mailer.

    Basically, the WP Mail SMTP plugin will not modify your email content. In order to remove line breaks, you need to get in touch with the form plugin support or check their documentation.

    I hope this helps. Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Extra lines in notification emails’ is closed to new replies.