SteveJ
SteveJ
Comments
-
Out of curiosity, why would you not want to send as quickly as possible? The more of your quota that you use in a well-behaved manner, the more likely that Amazon will increase it.
-
We actually just have a simple MySQL query in a PHP script that pulls users from one database into Sendy's. Works great.
-
Figured it out: custom_values_array instead of custom_fields_array
-
Ok - we're closer! Here's what I'm now including in scheduled.php:
$mail->AddCustomHeader("List-Unsubscribe: <mailto:unsub+".$custom_fields_array[2]."@example.com?subject=".$…
-
Ah! That probably is the key. We are using cron!
-
@angelim: Thanks for the suggestion, but even a hard-coded version isn't working for us. Maybe it's not being picked up properly by PHPMailer?
We've added this immediatel…
-
Trudat.
-
Thx, Ben. For the benefit of others who might find this thread in a search, I've also learned that custom fields are case-sensitive in the Subject field, but not in the message body.
Bottom line: the best approach to yield predictable res…
-
Those are for the TXT version of the message only. You need to use the <> versions for an HTML message.
-
Hosting on our own Unix dedicated server, an "older" Dell 2650 running CentOS 5, with updated PHP and MySQL from the Remi repo. Runs like a champ.
Awesome. That was easy! Thx.
+1 - Forward would be awesome.