dotcloud - google apps email configuration - email

I've checked out dotcloud, it seems quite promising. I use google apps for my email, so it is very important for me to be able to set up my MX records to point to gmail servers.
I want to know if this is possible with dotcloud, I tried searching for this but didn't find any references.
Could someone who has used dotcloud tell me how this can be done?

At dotCloud, we don't take control of your DNS so you are welcome to send your mail wherever you want. We have plenty of users who use gmail for email and have their sites and applications hosted on dotCloud. If you have any additional questions, feel free to shoot us an email at support#dotcloud.com - we'd be more than happy to answer any questions you might have.
Best Regards,
Charles H
Full-disclosure: If it's not immediately obvious, I work at dotCloud.

Related

Codeship.io and Bluehost(or other shared hosting environment)

I've been confused on how to set up codeship.io with Bluehost, and wanted to know if there was any good documentation I should be looking over? I already looked at CodeShip's docs, and they weren't very helpful.
Thanks in advance.
I'm one of the founders of Codeship.
How are you currently deploying into Bluehost? Do you have ssh access or only ftp?
You can also either send me an email to flo#codeship.io or send us a support message through our in-app support.

Is there a better front-end than Phplist to integrate with Sendgrid?

I'm currently integrating Sendgrid (Back-end API) with Phplist (front-end). However, I realised that there are many features that Phplist doesn't support such as autoresponders, different management levels (sub/superusers) and is unable to send high volumes. May I know if there is a better front end that I can use to integrate it with sendgrid?
Yes! OpenEMM seems to have the features you're looking for. You can see the full list here, but the highlights are:
Configuration of different users with different rights/roles
Autoresponder mails and error messages (bounce management)
It looks a little tricky to setup, but they have good documentation. Also, the code is hosted on SourceForge and the reviews look solid too.
In terms of setting it up with SendGrid, you have to configure your sendmail to use our SMTP servers. Luckily, we have a tutorial already that shows you exactly how to do that:
http://docs.sendgrid.com/documentation/get-started/integrate/examples/sendmail/

Split testing transactional emails

I'm trying to figure out a solution to manage our transaction emails (such as the welcome email, you've got a bid, etc...)
We would like to be able to allow marketing to manage the content of the emails, and create split tests to test content / subject lines / etc...
Ideally we could invent our own success metrics to report back to the email management system (such as user completed registration, accepted bid, etc...).
Right now we have our emails in templates using stringtemplate. The code replaces tokens with the correct content for that email.
Strongmail is a potential solution, but it is pricey - anybody have experience with alternatives?
I'm looking for the same kind of service, and https://www.sendwithus.com/ seems to do the job.
Have you taken a look at PostageApp?
Currently, it's a layer between your web app and your SMTP server which has additional features for your transactional emails.
With PostageApp, you are able to create two different templates and have them triggered alternately with different content and subject lines. However, the metrics that you would want to use for A/B testing aren't built into the system yet, so I'm not sure if it would be a good fit for you.
Full Disclosure: I work for The Working Group, the company that created PostageApp.
But if you do have questions about what we can help you with and what we can't, definitely let me know and I can answer plenty of questions for you!
Try http://www.cakemail.com/
It is a third party, you design your workflows and give them your contacts.
I work for a 6 million a year website company and we direct all our clients to them, so far so good, everyone is happy.
You have to contact them to have a price but you can get a free account for testing

Email Blast plugin for Thunderbird

I've had a look in the Thunderbird plugins for an addon which will work as an Email Blast application to send out bulk mailers but found none. I was wondering if anyone knows of one or if none exist, I'm planting a seed! :)
Cheers,
James
James,
I suggest you sign up with an Email Service Provider instead of using a plug in. There are many providers with free programs. You should have no problem sending a few hundred emails per month for free. If you need more than that, it will only cost a few dollars.
Plus you will get all kinds of nifty tracking!

Programmatically Fax from Internet form

I'm new to programming, and my only area of expertise is web design/simple development on platforms like wordpress/expression engine. (Yea, you guys can laugh).
I have a new client who currently receives medical faxes through an online form (the user fills out a form concerning their prescriptions and once submitted, it faxes the info).
I'm completely redesigning their site, and I'm not sure how online faxing works.
Has anybody dealt with internet faxing? How does it work? Does/can it go through email?
And is it possible to send a fax through a form with javascript/php or route it through email?
Don't pay for it! All you need is a modem on the server and a standard phone line. Then set up a fax print driver under your os (you can do it on windows and unix).
The unix way is mgetty/sendfax : http://mgetty.greenie.net/doc/mgetty_3.html#SEC3
The Windows way : http://support.microsoft.com/kb/306657
There are other ways but unless you can't get a phone line you'd be mad to pay fees for it.
Would it not be helpful to look at how it is currently being done, that way you can learn a thing or two about the process before trying to go do it again? That way you can find if it is using any special libraries or techniques or services to send the fax and you can then either duplicate the code or use it as a template to get started on your own solution.
All of what your asking is possible. I would recommend finding a service provider who can send the fax for you. They all have different interfaces requirements and pricing. I used to use DataOnCall which is now called Fax.com
They had a web service which we would post the document to be faxed plus additional information. They were a preety reasonable service. This was several years ago so I can't speak how they currently fair.
Take a look at eFax's SDK. I haven't used it, but it looks like it might be useful to you.
Yes, you can send faxes via email through several services; this link seems to have some useful information. I worked at a company previously that did this same sort of thing, and while I don't recall the exact service we used, most of them are very similar, and they work reasonably well.