The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Sending blank emails! - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: Sending blank emails! (/showthread.php?tid=618) |
Sending blank emails! - tr3x86 - Mar 29th, 2010 Hello, I performed a search on this topic, but didn't find the answer I was looking for. I have two separate forms and both send out confirmation emails on submission and when updated. The problem I'm experiencing is that the emails are coming to our customers with nothing in them; completely blank, besides Gmail and some Outlook clients. This only occurs with the nicely formatted emails with graphics. Any ideas? The HTML Code is below: Quote:<center>[/quote] RE: Sending blank emails! - Ben - Apr 3rd, 2010 Hi tr3x86, Thanks for the post! Are you using the Swift Mailer plugin or just the default email option? If you DO have access to an SMTP server, I would recommend looking into that plugin: Swift is a far better way to send emails and problems like this may just "magically" disappear. The PHP mail() function used by the default settings is notoriously inconsistently implemented across servers. Are you sending the email in both HTML and text format? Could you try sending it in just HTML to see if that makes a difference? The email content you posted looks fine, so I don't think it's that. However, would it be possible for you to post the raw email text? Most (if not all) email clients will give you the option to look at the email source code - it'll contain header information and both text + HTML content if you're sending multi-part emails. Speak soon! - Ben |