We've had success recently with using the (relatively new) transactional email web application Mandrill as an SMTP server. We turned to this because it wasn't possible to configure Google Apps Gmail as the SMTP server in SellerDeck, due to the SSL connection needed for Apps which SellerDeck doesn't support.
Once you have a Mandrill account and API key, you can plug those details into SellerDeck's (or Actinic's) three SMTP settings. All of your customer order confirmation and other SellerDeck-generated emails will be logged in Mandrill, with nice graphs and reports including exportable numbers for opens and clicks (for HTML emails) and deliverability % (delivered, rejected, spam reported, hard/soft bounces). There's other functionality including tags and templates which I haven't explored yet.
A big draw is that it's currently free up to 25,000 messages per month.
So if you're having trouble configuring your 'localhost' mail server, or using Google Apps for Gmail, it's well worth a try. The only modification you may need to make in SellerDeck is to change the SMTP port in ACTINIC.pm. Our account used a different port from the SellerDeck default of 25.
PS I don't work for Mandrill and there's no affiliate benefit here...
Once you have a Mandrill account and API key, you can plug those details into SellerDeck's (or Actinic's) three SMTP settings. All of your customer order confirmation and other SellerDeck-generated emails will be logged in Mandrill, with nice graphs and reports including exportable numbers for opens and clicks (for HTML emails) and deliverability % (delivered, rejected, spam reported, hard/soft bounces). There's other functionality including tags and templates which I haven't explored yet.
A big draw is that it's currently free up to 25,000 messages per month.
So if you're having trouble configuring your 'localhost' mail server, or using Google Apps for Gmail, it's well worth a try. The only modification you may need to make in SellerDeck is to change the SMTP port in ACTINIC.pm. Our account used a different port from the SellerDeck default of 25.
PS I don't work for Mandrill and there's no affiliate benefit here...
Comment