Hello, I am working on a web app and need an address email and a password in order to do the password recovery process and send emails to my users. Basically hH process.env.MAIL_URL='smtp://support%40getcleanio.com:'password'@smtp.webfaction.com:465/'; I don't know how to get the email's password since WebFaction does not ask for it when I create an email. Could you please help me on this ? Thanks in advance, Richard asked 15 Dec '13, 14:43 rickgoz |
WebFaction does not have passwords for email addresses. Our authentication system is via mailbox and you would need to follow the instructions to create a mailbox. Once that is done you can then use sendmail or smtp via the instructions for your application. answered 15 Dec '13, 15:00 aaront ♦♦ |