Forums
(@vipin-babra)
5 years, 9 months ago
Now Some server increase the security so you can register a email id like [email protected] in cpanel. After that
add_filter( ‘wp_mail_from’, function( $email ) { return ‘[email protected]’; });
Email will work correctly.
7 years, 5 months ago
All sorted and working.