ew_SendEmail breaks after hosting change

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
Skybound
User
Posts: 31

ew_SendEmail breaks after hosting change

Post by Skybound »

Client has moved hosting companies and after moving, the mail sending no longer works. New hosting co, do indicate that they support the PHP Mail sending script. Where to start looking?

Code used is:
$mailresult = ew_SendEmail($FrEmail, $ToEmail, $CcEmail, $BccEmail, $Subject, $Mail, $Format, $Charset);

If I echo $mailresult out, it is empty.


mobhar
User
Posts: 11702

Post by mobhar »

You have to make sure which method did you use for email sending, whether by using SMTP, PHP mail() function, or another method? If you used SMTP then make sure your new client hosting supports and allows SMTP.


Skybound
User
Posts: 31

Post by Skybound »

Only using the built in phpMaker ew_SendEmail function. As far as I can tell there is no configuration required. (Certainly did no config on the old hosting co platform. )


Skybound
User
Posts: 31

Post by Skybound »

Skybound wrote:
Only using the built in phpMaker ew_SendEmail function. As far as I can
tell there is no configuration required. (Certainly did no config on the
old hosting co platform. )

My bad. Just found it in the PHP Email Tab in PhpMaker. Now I feel like a light bulb in Buckingham Palace - a royal screw up!
Thanks for your time. :-)


Post Reply