0

I have a Wordpress website that uses the WPForms Plugin for it's forms. It's a real estate website, so users who are interested in sth. can send a message and their info via my form. For collecting the customer data a software called estatePro is used to manage everything from the customers to real estate data.

EstatePro is able to extract data when an E-Mail with XML-attachment that uses the openimmo-format is sent to it. I want to generate this XML-file filled with the users data after they hit "send" and attach this XML-file to the E-Mail that would normally just contain the data as text.

I found no plugin that can generate a file like this and automatically send it as attachment to my inbox.

Moepius
  • 17
  • 4
  • An email uses HTML format. When you attach a file to an email it is a MIME attachment. The MIME attachment starts with two dashes on a new line (see : https://learn.microsoft.com/en-us/previous-versions/office/developer/exchange-server-2010/aa563375(v=exchg.140). When you send an email it uses SMTP (Simple Mail Transport Protocol). Looks like you must of created SMTP using following : https://wpopal.com/set-up-wp-mail-smtp/ Check you documentation to see how to send SMTP with attachments. I can't find any in english. – jdweng Mar 21 '23 at 05:27

0 Answers0