Question 1) I've setup some email accounts under H-Sphere and the "Mail Forward" option doesn't seem to forward the mail to my client's email addresses (ATT and Gmail addresses).
If I use the Mailbox option, and create a mailbox, mail does come to the mailbox as I can see it via webmail but emails are not forwarded.
Is there anything I can check to diagnose the problem? I've tried forwarding to a variety of different email addresses with different domains (gmail, earthlink, att and personal domain email accounts) and I still can't get the forwarded emails.
Question 2) I'm migrating a PHP site from another host and it uses the built-in PHP Mail to send email notifications from the website. I read that you do not support the builtin PHP mail class. Do I have to recode the mailing script to use PHPMailer instead? That's no problem, as I'm familiar with PHPMailer. If so, do I simply just use SMTP address (mail.mydomain.com), port 25, mail username and password?
If I use the Mailbox option, and create a mailbox, mail does come to the mailbox as I can see it via webmail but emails are not forwarded.
Is there anything I can check to diagnose the problem? I've tried forwarding to a variety of different email addresses with different domains (gmail, earthlink, att and personal domain email accounts) and I still can't get the forwarded emails.
Question 2) I'm migrating a PHP site from another host and it uses the built-in PHP Mail to send email notifications from the website. I read that you do not support the builtin PHP mail class. Do I have to recode the mailing script to use PHPMailer instead? That's no problem, as I'm familiar with PHPMailer. If so, do I simply just use SMTP address (mail.mydomain.com), port 25, mail username and password?